This code is a complete example of the implementation and usage of a function which calculates the Fast Fourier Transform based on the downsampling in time algorithm.
It considers the details of the ...
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...
This C++ code intents to do inplace transposition for matrix.
It is more efficient for huge matrix, and quite generic as it uses classes and templates.
Feel free to use it and to modify it.
Allocat...
This code does the correlation of two signal over DSP kit TMS320C6713 simulator. Two sine signals are generated from the DSP kit whose correlation is performed in simulator.
...
Block processing implementation for an adaptative notch filter that uses the Steepest Descent algorithm.
Source code snippet is for CLAM framework, but the core processing uses standard vectors....