From: HABIB AHSAN on
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
"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
"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
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