Designers of filters in FPGAs or ASICs may at times need to break their filter structure into two even/odd streams at half speed each but double resource. As there will be interdependency of the two s...
posted bykadhiem Ayob on Oct 22 2011 Comments (0) |
In response to a code snippet request, this code is a very simple version of a Frequency Estimator using the FFT method in matlab. Only single tones can be estimated with this code, and the resolution...
This basic function should be in everyones Matlab toolbox. It plots a one sided amplitude spectrum of a 1D signal. It has functionality to plot it on semilog scale, specify color of the plot and speci...
The following code is for testing the Flat-Top Windowing Function, used for the Accurate Measurement of a Sinusoid's Peak Amplitude Based on FFT Data...
The output of convolving two finite streams builds up from zero and tails off towards zero.
In some cases e.g. modelling or playing a test vector in actual hardware, this is undesirable and will lead...
posted bykadhiem Ayob on Mar 3 2012 Comments (0) |
The FFT is usable only for specific values of the time and frequency spacings; (their product must be the inverse of a highly composite integer). In practice, however, we find arbitrary sp...
posted byJesus Selva on Nov 17 2011 Comments (0) |
This is an implementation of a Discrete Fourier Transform, also known as DFT. This code is ideal for DSP beginners and students. This implementation is based on the assumption that the inp...