Filter for discrete time signal

input: signal, Fs, filter: specific frequency, # of harmonics, shape, width output : a clean signal
634 Downloads
Updated 24 Jun 2013

View License

[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

Cite As

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

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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