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

Ads

Discussion Groups

Discussion Groups | Matlab DSP | It's my 1st exposure to dsp on matlab ... please help.

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

  

Post a new Thread

It's my 1st exposure to dsp on matlab ... please help. - ianl...@yahoo.com - Feb 1 8:06:42 2008



n = [-4:4];

y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);
stem(n,x);

why do i get an error when i click run?

??? Undefined function or method 'impseq' for input arguments of type 'double'.

Error in ==> ass1_2ai at 13
y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);



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

Re: It's my 1st exposure to dsp on matlab ... please help. - Jaganathan Gnanavelu - Feb 2 15:25:19 2008

Ian,
  impseq is a function. I think that is generating impluse sequence. Please check whether you
have defined it.
   
  Regards,
  Jaganathan

i...@yahoo.com wrote:
          n = [-4:4];

y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);

stem(n,x);

why do i get an error when i click run?

??? Undefined function or method 'impseq' for input arguments of type 'double'.

Error in ==> ass1_2ai at 13
y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);



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