Calculates a raised-cosine window pair for OFDM windowing. Results in a smooth transition between symbols that causes less interference to adjacent frequency bands....
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...
In a radio transmitter or receiver, the signal is translated in frequency by multiplication with a local-oscillator (LO) signal. Ideally, the LO signal is a pure sine wave, in reality it also contains...
Here's the situation... Your boss just noticed that the hardware board for you product has this silly thing called an "analog filter" (sounds foriegn nowadays) that consists of a resistor and a capaci...
Designs real- or complex-valued FIR filters with linear or non-linear phase that match or equalize arbitrary frequency responses.
Update:
Download the latest version here (uses object-oriented synta...
This FIR filter implements a circular buffer. Your own coefficients in yourfiltercoeffs.h can be created using fdatool in MATLAB.
DIP1 down = Unfiltered
DIP1 up = Filtered...
This code has the basic functions to perform amplitude modulation
or tremolo effect on audio signals according to
(LFO signal) m [n]---->[+]------------>[*]---------------> y[n] (tremolo mo...
posted byGabriel Rivas on Nov 29 2011 Comments (0) |
This is a fixed-point IIR filtering routine written in ARM assembly. We also provide an online tool that takes a Matlab coefficient file as input and generates a source file, header file, and example ...
posted byJordan Rhee on Nov 30 2010 Comments (0) |
A Matlab script written to aid in the design and analysis of CIC decimation filters. The script plots the frequency response of the filter, as well as the response of a matching FIR compensation filte...