Filter for discrete time signal

版本 1.1.0.0 (3.3 KB) 作者: itamar luzon
input: signal, Fs, filter: specific frequency, # of harmonics, shape, width output : a clean signal
642.0 次下载
更新时间 2013/6/24

查看许可证

[y_fl, Y_fl, f, Y, f_fl, fl_function, filter]=f4ts(y,Fs,filter,plot1)

filter that clean the signal from diffrent kind of noise. input : signal in time, Fs (frequency of sampelling), and the filter : a spacific frequency to filter, # of harmonics (can be default), shape of the filter : square(default), gaussian, lorentzian, and filter width@ Full width half max(can be default).
can be used in older ver. of matlab

引用格式

itamar luzon (2024). Filter for discrete time signal (https://www.mathworks.com/matlabcentral/fileexchange/42304-filter-for-discrete-time-signal), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Digital Filter Analysis 的更多信息
标签 添加标签
致谢

启发作品: discrete time signal

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

changed the input from frequency domain to the raw time domain, and make is more simple to use, with a good example

1.0.0.0