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 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) |
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...
What is loudness? No, it is not the setting of your volume knob. In audio processing, loudness refers to a family of curves that generally describes how the the human ear perceives how "lo...
posted bysparafucile17 on Jun 21 2011 Comments (0) |
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 ...
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....