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...
Implementation of the variable parameter synchronised overlap add VSOLA algorithm This implementation makes use of the standard SOLA algorithm (Rocus and Wilgus, ICASSP 1986) and some efficient ...
posted byDavid Dorran on Nov 12 2010 Comments (0) |
This library implements C-callable ASM Clarke and Park direct and inverse transforms for the Freescale DSP56F800E family of digital signal controllers.Source includes the header file for inclusion in ...
posted byCarlo Concari on Nov 18 2010 Comments (0) |
This library implements a C-callable ASM PI regulator for the Freescale DSP56F800E family of digital signal controllers.
The proportional gain is described as kp*2^nkp, where kp is the 1.15 fractiona...
posted byCarlo Concari on Nov 18 2010 Comments (1) |
To Convert Analog LPF into [1].High Pass [2].Band Pass IIR Butterworth FilterUsing Analog Filter Transformations For the given cutoff frequency Wc = 500 Hz....
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...