Sign in

username or email:

password:



Not a member?
Forgot your password?

Search code



Search tips


See Also

Embedded SystemsFPGA

Freescale DSP56F8xx 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

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

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

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

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

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