Once again, this is another example that Matlab does weird things with its figure window. If you use the default function "saveas" it does not save the exact size as it is viewed on your screen....
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...
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 ...
In some DSP applications, it can be very helpful to know how many times your signal has crossed the zero-line (amplitude origin).
How is this helpful? Well, zero-crossings can tell you ve...
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...
The following gives two snippets of Matlab code. The first snippet is a function whose inputs are: (1) a real-valued signal, and (2) a desired signal-to-noise ratio (SNR) measured in dB. That 'SNR_Set...
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...
This code snippet generates "pink" noise by generating white noise and apply filter to turn it into pink noise. See wiki article: http://en.wikipedia.org/wiki/Pink_noise
In general, pink noise ...