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 ...
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) |
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...
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....
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...