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

Discussion Groups

Discussion Groups | Matlab DSP

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

Search Results for "radix"

  

Post a new Thread

Radix 2 and Radix 4   [4 Articles]

Appalayagari Sreedhar - May 24 2003
Dear Friends, Can u clear my query, What exactly is the difference between the radix 2 and radix 4 and how the number of computations vary. Thanks in a... Radix 2 and Radix 4

help for matlab implementation of DIT sr FFT

hspk...@yahoo.com - Jan 18 2007
Sir I am an Mtech student doing my project in Drowsiness estimation from EEG waves.I want to implement this in realtime . For that purpose initially i have to imple... help for matlab implementation of DIT sr FFT

Re: FFT source code

Miguel Baz - Aug 26 2006
Sorry I've just come from my holidays. Thank you everybody for answering. We have a micro (Atmega128), I think I have no problem with the powers of 2. I've found a lot o... Re:  FFT source code

RE: FFT in Matlab

Sridhar Nandula - Feb 19 2002
Hi, FFT in matlab can be done using direct FFT function. let us say k is an array of size N then call fft directly. using fftk= fft(k,N); Once you go... RE:  FFT in Matlab

RE: fft problem   [2 Articles]

Jeff Winter - Jan 20 2004
Hi Maria, I have modified your code as shown below. You will now get the two peaks you where looking for. OK, so where did it go wrong? Well, you correctly sai... RE:  fft problem