Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | Matlab DSP | How to make a impulse response using "filter" function

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

How to make a impulse response using "filter" function - cesar acosta - Aug 25 22:59:07 2008



hi, im little new using matlab and these is my first post ^^

I have use the function impz to do it and i need to compare with the
response using filter, but im no relly sure how to do it.

with impz 

N = 40;
num = [0.9 -0.45 0.35 0.002];
den = [1 0.71 -0.46 -0.62];
y = impz(num,den,N);

what i tryed 

N = 0:40;
num = [0.9 -0.45 0.35 0.002];
den = [1 0.71 -0.46 -0.62];

y = filter(num,den,N);  

no really sure is these is rigth

any help is welcome

advanced thanks 


(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )