Filter for discrete time signal

input: signal, Fs, filter: specific frequency, # of harmonics, shape, width output : a clean signal
646 download
Aggiornato 24 giu 2013

Visualizza la licenza

[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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: discrete time signal

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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