Filter for discrete time signal

input: signal, Fs, filter: specific frequency, # of harmonics, shape, width output : a clean signal
644 Descargas
Actualizado 24 jun 2013

Ver licencia

[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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Digital Filter Analysis en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspiración para: discrete time signal

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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