Sign in

username or email:

password:



Not a member?
Forgot your password?

Search code



Search tips

Ads

See Also

Embedded SystemsFPGA

DSP Code Sharing - Code Snippets - Code Examples

If you would you like to share a piece of DSP related code with the community, please click here.

By Programming Language:
All LanguagesASM | Bluespec SystemVerilog (BSV) | C | C++ | Matlab | Mixed C and ASM | Octave | Python | Scilab 

By Processor:
All ProcessorsARM | FPGA/ASIC (RTL) | Freescale DSP56F8xx | SHARC | TI C64x | TI C67x | TI F28x 

Sorted by:
Most Popular First | Highest Rated First | Most Recent First


NEW: Suggest a Snippet

auto correlation in scilab [Scilab]

The correlation function in scilab....

posted by Senthilkumar R on Feb 8 2011
Comments (0) |

Fast MDCT/IMDCT Based on Forward FFT [C]

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 by Shuhua Zhang on Aug 6 2011
Comments (0) |

FIR Band Pass Filter - Remez Algorithm Based [Scilab]

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

posted by Senthilkumar R on Mar 22 2011
Comments (0) |

Using EMIF expansion port as digital output [C, TI C67x]

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

posted by David Valencia on Oct 27 2010
Comments (7) |

Circular Convolution Matrix [Matlab]

Makes a circular convolution matrix, very useful when working with OFDM....

posted by Danilo Zanatta on Feb 1 2011
Comments (0) |

Spectrum analyzer [Matlab]

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

posted by Markus Nentwig on Dec 10 2011
Comments (0) |

NLMS Adaptive filter [Matlab]

This program is used to implement a Normalized least mean square adaptive filter....

posted by Senthilkumar R on Mar 24 2011
Comments (0) |

Second order IIR filter with decimation [Mixed C and ASM, Freescale DSP56F8xx]

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 by Carlo Concari on Nov 18 2010
Comments (0) |

Measuring Peak-to-Peak [Matlab]

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

posted by on Sep 30 2011
Comments (0) |

Power Spectrum of Discrete PAM signals [Scilab]

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

posted by Senthilkumar R on Mar 28 2012
Comments (0) |
| 1 | 2 | 3 | 4 | 5 | | 7 | | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |