Sign in

username:

password:



Not a member?

Search code



Search tips

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

See Also

Embedded SystemsFPGAElectronics

Mixed C and ASM Code, Examples, Snippets

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

Biquad bandpass filter bank [Mixed C and ASM, SHARC]

Efficient implementation of SIMD biquad bandpass filter bank.This is the core computation for musical physical models ("modal models"). This code takes 1.5 instructions to compute each floating-...

posted by Lippold Haken on Feb 2 2011
Comments (0) |

Clarke and Park direct and inverse transforms [Mixed C and ASM, Freescale DSP56F8xx]

This library implements C-callable ASM Clarke and Park direct and inverse transforms for the Freescale DSP56F800E family of digital signal controllers.Source includes the header file for inclusion in ...

posted by Carlo Concari on Nov 18 2010
Comments (0) |

Moving average filter with decimation [Mixed C and ASM, Freescale DSP56F8xx]

This library implements a C-callable ASM moving average filter for the Freescale DSP56F800E family of digital signal controllers.The filter has a configurable decimation factor, useful for correctly a...

posted by Carlo Concari on Nov 18 2010
Comments (0) |

Fast SIMD sine and cosine [Mixed C and ASM, SHARC]

Fast SIMD sine and cosine for SHARC ADSP-21364, callable from VisualDSP++ C. ...

posted by Lippold Haken on Jan 31 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) |

32 bit Proportional-Integral (PI) Regulator [Mixed C and ASM, Freescale DSP56F8xx]

This library implements a C-callable ASM PI regulator for the Freescale DSP56F800E family of digital signal controllers. The proportional gain is described as kp*2^nkp, where kp is the 1.15 fractiona...

posted by Carlo Concari on Nov 18 2010
Comments (1) |

Sine and cosine functions through MacLaurin expansion [Mixed C and ASM, Freescale DSP56F8xx]

This library implements C-callable sine and cosine functions implemented through MacLaurin expansion for the Freescale DSP56F800E family of digital signal controllers.Source includes the header file f...

posted by Carlo Concari on Nov 18 2010
Comments (0) |