how to create bands based on frequency in matlab ?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have to create bands based on frequencies. i.e from 0-4Khz one band and the other from 4-8khz. depending on the band i have to cal. the further process.can some one help me on this please
3 Kommentare
Carlos
am 18 Feb. 2013
I agree Walter, it seems he wants to filter. Gokul, you should use a low pass filter for the 0-4Khz band, and a bandpass filter for the 4-8khz band. You can have a look to Matlab´s digital signal design documentation.
Akzeptierte Antwort
Walter Roberson
am 18 Feb. 2013
I would not necessarily bother with figuring out what the frequency of any group of samples is. I would instead just run it through a 0-4 kHz low-pass filter, and then determine whether the power of the resulting signal matched some threshold, and if so then pass on the signal (either the original signal or the filtered signal as appropriate for the situation.)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulation, Tuning, and Visualization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!