Doing audio, especially audio coding, and looking for a fast and easy to use C code of Modified Discrete Cosine Transform (MDCT) and its inverse IMDCT? Here it is. It works well for me. And I hope it ...
posted byShuhua Zhang on Aug 6 2011 Comments (0) |
This program is used to design FIR Symmetric Band pass Filter using Remez algorithm. In scilab this has been implemented by using the inbuilt command eqfir()....
This is a simple example of how to use the EMIF expansion (labeled as Memory Expansion on the board) as a 32-bit wide parallel digital output.
Here is a picture of the board:
IMPORTANT DISCLAIMER:...
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 library implements a C-callable ASM second order IIR filter for the Freescale DSP56F800E family of digital signal controllers.The filter has a configurable decimation factor, useful for filtering...
posted byCarlo Concari on Nov 18 2010 Comments (0) |
Sometimes you just need a simple Matlab function that does a task that its function name describes exactly. In this case, I wanted a simple peak-to-peak function that does the same thing the my ...
This function is used to plot and compare the power spectra of different discrete PAM signlas such as: NRZ polar, NRZ Bipolar, NRZ Unipolar, Manchester format etc....