What filter command is actually doing
Ältere Kommentare anzeigen
When i use filter command
y=filter(filnum, filden, x);
it filters the data in vector x with the filter described by vectors filnum and filden to create the filtered data Y.
I can also say that it convolves the signal x with the filter defined by fulnum and filden
Akzeptierte Antwort
Weitere Antworten (2)
moonman
am 4 Nov. 2011
0 Stimmen
Wayne King
am 4 Nov. 2011
0 Stimmen
I think detection by using the DFT is the way to go. I understand the exercise you were working on, but I think most real-world algorithms use the DFT. Look at that demo in the Signal Processing Toolbox that uses the Goertzel algorithm for the DFT at a small set of frequencies.
Kategorien
Mehr zu Frequency Transformations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!