Calculates Lagrange-resampler coefficients and resamples an example signal.A Lagrange-resampler evaluates the unique n-th order polynomial that crosses through n+1 input samples. This code snippet map...
A simple, empirical model for the power spectrum shape of a GMSK-modulated GSM signal, generated according to 3GPP TS 45.004 section 2 on a signal stream without slot structure.
The picture shows t...
This function will generate the coefficients for a single IIR biquad that is a "peak/notch" design. Wierldy enough, this filter type is not part of the standard Matlab filter design toolbox.&nbs...
posted bysparafucile17 on May 21 2011 Comments (1) |
Matlab example for Cubic Hermite Spline audio interpolation for sample-rate conversion or variable-speed playback.
It is computationally efficient and audio quality is good....
This is a simple example of how to use the EMIF expansion (labeled as Memory Expansion on the board) as a 32-bit wide parallel digital output.
Here is a picture of the board:
IMPORTANT DISCLAIMER:...
An Audio Echo Filter is an FIR filter that repeats a sound after a given Delay attenuating the repetitions. You may test the filter using any input signal (i.e. Matlab "splat" signal). In ...
This auto wah effect uses a variable band pass stage as a building block and a LFO
to control it. Find the variable band pass block at:
http://www.dsprelated.com/showcode/176.php
Xin ...
posted byGabriel Rivas on Sep 24 2011 Comments (0) |
This piece of code implements a variable band pass filter in C language. It is intended to be used to create an array of coefficients sets in runtime, each set of coefficients is mapped to a center fr...
The following Matlab code computes the amount register bit-pruning described in Eugene's Hogenauer's famous paper on cascaded integrator-comb (CIC) decimation filters [1]. Although there are many de...