This text, figures, and code snippet are also available in downloadable PDF format
Typical applications of an N-point radix-2 FFT accept N x(n) input time samples and compute N X(m) frequency-domai...
This is the most basic implementation of a Kalman filter.
For measured position, velocity and acceleration, the Kalman filter estimates the true datas.
This example works with Scilab....
Determines the power spectrum, similar to a hardware measurement instrument
The function takes an input signal and gives the two-sided power spectrum. Results are similar to what is obtained using a ...
This function will generate the coefficients for a single IIR biquad that is a "shelving" design. Wierldy enough, this filter type is not part of the standard Matlab filter design toolbox. ...
posted bysparafucile17 on May 29 2011 Comments (1) |
This is an implementation of the flanger effect using my previous entry
that is a fractional delay line, as a building block. Basically the flanger effect is
achieved by making the delay vary in ti...
posted byGabriel Rivas on Apr 22 2011 Comments (0) |
This is a working implementation of a fractional delay line in C. It has been tested
in the dsPIC audio kit, and in a PC running GNU/Linux operating system using the Open Sound System audio driver, b...
posted byGabriel Rivas on Jan 27 2011 Comments (1) |
In the 1980s I wrote the matlab function invfreqz that implements a fast (FFT-based) equation-error method for recursive filter design given samples of the desired frequency response. This method des...
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...