how to create bands based on frequency in matlab ?

조회 수: 3 (최근 30일)
Gokul
Gokul 2013년 2월 18일
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
Carlos
Carlos 2013년 2월 18일
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.
Gokul
Gokul 2013년 2월 18일
Thank ya'll. yeah i am trying to do filtering, i have to take a speech signal,if it is in speech band ,i have to allow it or else reject it. SPEECH BAND is from 0-kHz and NOISE BAND 4-kHz. Now ,how should i find the frequency at a particular instance of the signal.This is the basic operation of the Voice operated switch. Kindly help and i am beginner of matlab. can some one gimme the coding idea in matlab terminology ?

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2013년 2월 18일
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.)
  댓글 수: 1
Gokul
Gokul 2013년 2월 18일
how to use a comb filter ans will this work out the problem

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by