chipKIT® Development Platform

Inspired by Arduino™

DSP library

Created Wed, 23 Oct 2013 15:59:23 +0000 by Tommaso


Tommaso

Wed, 23 Oct 2013 15:59:23 +0000

Hello I am trying to write an fft library in c.From what i can see there is a lot of difference in performance betwen a standar c fft and a mips optimized one. Is possible to use the entire DSP library from MPLAB?? If yes where are the source files? Thankyou


majenko

Thu, 19 Dec 2013 23:24:06 +0000

Source files? from Microchip? You're joking, aren't you? ;)

No, Microchip seldom release the source code to their libraries. It should, though, be possible to use the binaries if you add the libraries to the linker command in the boards.txt file. You could also use UECIDE, which allows you to tweak the compilation command(s) from within the sketch, so no fiddling with files.


roquepc

Mon, 10 Feb 2014 15:49:12 +0000

Hello,

I'm new in chipkit. Recently I bought a chipKIT MAX32 and my application works with fft function. I've been looking for a dsp library in chipKIT web page but I didn't find it.

where I can get a dsp library for mpide?

Thanks.