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

Adaptive IIR filter using fixed point integer arithmetic [C]

IIR low pass filters are simple to implement and require minimal data storage. However floating point IIR filter arithmetic is expensive to compute on microcontrollers without FPU units.  Additi...

posted by on Mar 23 2013
Comments (0) |

Beat Notes [Matlab]

The following Matlab code enables you to generate, and listen to, the sum of two audio tones.  Read this blog post for more details. ...

posted by Rick Lyons on Mar 13 2013
Comments (0) |

Computing the Nth Roots of a Number [Matlab]

In Matlab when we want to compute the square root of a number we use the 'sqrt()' command. For example, if z = 9 we find the square root of z by typing the        ...

posted by Rick Lyons on Jan 9 2013
Comments (0) |

Delay estimation revisited [Matlab]

Estimates delay and scaling factor between two signals by iteration ( Code snippet: ) Introduction Quite many DSP-related tasks involve an unknown time delay between signals that needs to be estimat...

posted by Markus Nentwig on Jun 9 2012
Comments (4) |

Power spectra of MPSK [Scilab]

This function is used to plot and compare power spectra of different M-ary PSK schemes....

posted by Senthilkumar R on Mar 28 2012
Comments (0) |

Power spectra of MSK & QPSk [Scilab]

This is used to plot and compare the power spectra of M-ary signaling scheme and QPSK....

posted by Senthilkumar R on Mar 28 2012
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) |

Raised Cosine Spectrum [Scilab]

This function is used to generate raised cosine spectrum for three different roll-off factors....

posted by Senthilkumar R on Mar 28 2012
Comments (0) |

Modified Duobinary Signaling-Spectrum [Scilab]

This function is used to plot the modified duobinary signaling scheme amplitude and phase spectrum....

posted by Senthilkumar R on Mar 28 2012
Comments (0) |

Duobinary Encoder and Decoder [Scilab]

This function is used to generate duobinary encoder and decoder output with example input and output are pasted below the function. You can test those inputs and verify your result....

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