Search the Community
Showing results for tags 'dsp'.
-
Hi everyone, a lot of time since my last post on this forum and noticed many things has changed, in better. I want to spread (spam) my boosterpack project, Aida DSP boosterpack It's a boosterpack dedicated for audio and for now available only for TivaC. With this boosterpack you can do 24bit/192kHz pristine audio elaboration, since it has a DSP on it, so while this DSP is occupied with audio elaboration you can do a lot of things with your mcu: read audio signal envelope, manage a user interface and -why not?- a complete keyboard or a rich display, ecc. http://www.aidads
-
Hi, I'm working in this library with some useful DSP and math functions (ideally focusing on embedded systems). Currently it's in the initial version with few functions, but I hope to add more in the next update. I prefered to use some structs to save parameters and use just one function to various instances of filters (very versatile). Functions - High Pass Filter (Single pole): Float, fixed and fixed extended version (with more bits to fractional part) - Low Pass Filter (Single Pole): Float, fixed, fixed extended and fixed fast (with some limitations related to cuttof freq
-
Compiling CMSIS DSPLIB to MSP432 (and other cortex M4 from TI)
agaelema posted a topic in Code vault
Hi. In the beginning of this year I wrote two articles showing how to compile the CMSIS DSPLIB to use in MSP432 and one example of use. The sequence is very similar to used in Stellaris and Tiva line. The articles are in portuguese, but there is a embedded translator. Compiling the CMSIS DSPLIB to MSP432 Example of use - FIR filter I hope it's useful.