Prev: Garch model related question
Next: using case statement on string inputs when number of case choices
From: HABIB AHSAN on 19 Mar 2010 01:14 for my project works i have to filter voice signals.how i can convert the signal into digital by matlab ? is that signal should be kept in WAV format in work file ? i want the full matlab code for different filters (low pass, high pass,band pass,band stop etc.) for FIR filter design in different window techniques immediately.
From: us on 19 Mar 2010 04:46 "HABIB AHSAN" <nrz0400(a)yahoo.com> wrote in message <hnv16s$d2d$1(a)fred.mathworks.com>... > for my project works i have to filter voice signals.how i can convert the signal into digital by matlab ? is that signal should be kept in WAV format in work file ? i want the full matlab code for different filters (low pass, high pass,band pass,band stop etc.) for FIR filter design in different window techniques immediately. a hint: help wavread; help signal; us
From: Wayne King on 19 Mar 2010 04:52 "HABIB AHSAN" <nrz0400(a)yahoo.com> wrote in message <hnv16s$d2d$1(a)fred.mathworks.com>... > for my project works i have to filter voice signals.how i can convert the signal into digital by matlab ? is that signal should be kept in WAV format in work file ? i want the full matlab code for different filters (low pass, high pass,band pass,band stop etc.) for FIR filter design in different window techniques immediately. 1.) Use wavread() to read WAV files. You don't necessarily have to have your data in a WAV file. You can read a number of different file formats into MATLAB. 2.) Get the Signal Processing Toolbox There are a number of FIR filter routines
From: Rune Allnor on 19 Mar 2010 06:20
On 19 Mar, 06:14, "HABIB AHSAN" <nrz0...(a)yahoo.com> wrote: > for my project works i have to filter voice signals.how i can convert the signal into digital by matlab ? You can't. You need an ADC for that. > is that signal should be kept in WAV format in work file ? i want the full matlab code for different filters (low pass, high pass,band pass,band stop etc.) for FIR filter design in different window techniques immediately. Buy the filter design toolbox. Rune |