Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Filter Design in Matlab

Status
Not open for further replies.

mehboob_iiui

Full Member level 2
Joined
May 20, 2006
Messages
132
Helped
8
Reputation
16
Reaction score
1
Trophy points
1,298
Location
Rawalpindi - Pakistan
Activity points
2,013
hi, I have to design some filters for processing speech in matlab, I know the basic commands but how do I adjust the cutoff frequencies in HZ , how to convert them into the filter parameters
 

I am using fdatool, but the parameters are from 0.1 to 0.9 or something like that,
how do I translate a 4khz low pass filter into these coordinates.
 

use sptool. u can directly give sampling frequency and band of operation

to get the filter coefficients
[b,a]=filtdes('getfilt');
will do
 

hi, eu tenho que projetar alguns filtros para o discurso processando no matlab, mim sei os comandos básicos mas como eu ajusto as freqüências de interrupção no hertz, como convertê-lo nos parâmetros do filtro
 

In FDAtool of Matlab you can quantize the samples as per your requirement and then you can use it. Try it once.
 

filter

yes it is better

Tanish
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top