Interruption configuration file in Assembler language can be found in the other code snippet:
http://www.dsprelated.com/showcode/69.php
For great references, please visit:
http://e2e.ti.com...
This snippets applies the Farrow structure to image interpolation, and has been designed for image co-registration in Synthetic aperture radar (SAR) interferometry. In co-registration, two images have...
posted byJesus Selva on Jun 15 2011 Comments (0) |
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...
Farrow resampler implementation in C, including optional bank switching.
The functionality is mainly identical to the matlab code snippet. A discussion of the optional bank switching variant (which m...
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...
Consider the decimation system in Figure 1(a). When the desired decimation factor D_total is large, say D_total > 20, very significant lowpass filter (LPF) computational savings may be had by imp...
Though the sinc series is the key for processing signals in the discrete domain, its interpolation performance is poor due to the slow decrease rate of the sinc tails. The solution to this problem has...
Fast convolution of an audio signal with the impulse response of a system modeled as LTI (Linear Time Invariant) one.
Uses FFT to perform the convolution by multiplication in the frequency domain....