Click here to Skip to main content
15,879,474 members
Articles / Desktop Programming / MFC
Article

Exocortex.DSP

Rate me:
Please Sign up or sign in to vote.
4.86/5 (17 votes)
25 Apr 2002BSD1 min read 156.2K   1.2K   42   25
A C# complex number and FFT library.
Features
Online Documentation
Included Library Demos
Source Code and Binaries Downloads
Change Log

Features

  • Single and double precision complex number structs
  • 1D, 2D and 3D complex fast Fourier transform functions
  • 1D real symmetric fast Fourier transform function
  • Statistical functions for complex data sets (i.e. mean, variance, std. dev., RMS, etc...)
  • Optimized for speed

Online Documentation

Click here to browse the full contents of the library in MSDN style format.  Much thanks goes out to the creators of NDoc -- it was used to generate all the documentation files for this lbrary.

Included Library Demos

Image Filtering Sample

Shows how to convert an image from a spatial representation (i.e. picture on the left) to a frequency representation (picture on the right) using a 2D fast Fourier transform.

Mandelbrot Generator

Just shows how to use the complex number structs to calculate the classic Mandelbrot fractal around zero.  Pretty simple but still nice to look at.

 Source Code and Binaries Downloads

Complete Source Code (95 KB)
Includes all source, docs, binaries and demos for this library.

Demo Installer (101 KB)
NOTE: Installer requires that you have already installed Microsoft .NET Framework v1.0.  If you don't yet have it you can download it here.

 

Regular updates can be found here.

Change Log

  • March 8, 2002 - Initial Release
  • March 20, 2002 - Added the 2 demo applications
  • March 22, 2002 - Added ComplexStats class
  • March 27, 2002 - Updated webpage design

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Web Developer
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionCompact Framework error Pin
Oxcarz12-Jan-09 21:59
Oxcarz12-Jan-09 21:59 
Questionextract pitch from a wav? Pin
Oxcarz27-Dec-08 22:17
Oxcarz27-Dec-08 22:17 
GeneralComplex Conjugate FFT Pin
Ferry Mulyono28-Feb-07 20:11
Ferry Mulyono28-Feb-07 20:11 
GeneralLicense Pin
Jonas Beckeman2-Jan-07 16:28
Jonas Beckeman2-Jan-07 16:28 
GeneralProblems with backward transformation Pin
ComCoderCsharp27-Dec-06 3:32
ComCoderCsharp27-Dec-06 3:32 
GeneralRe: Problems with backward transformation Pin
dssdss2-Mar-11 11:44
dssdss2-Mar-11 11:44 
GeneralRe: Problems with backward transformation Pin
Joe Best13-Aug-13 5:15
Joe Best13-Aug-13 5:15 
General- operator [modified] Pin
alisherr10-Nov-06 13:03
alisherr10-Nov-06 13:03 
GeneralFFT 1D Pin
Kenneth198525-Apr-06 8:01
Kenneth198525-Apr-06 8:01 
GeneralRe: FFT 1D Pin
cbranje18-May-06 3:40
cbranje18-May-06 3:40 
GeneralIndex was outside the bounds of the array problem Pin
christof.k27-Feb-06 22:11
christof.k27-Feb-06 22:11 
Hi!

I'm successfully using that library but have an issue when my input array is 8192 entries long. In that case I get an "Index was outside the bounds of the array." error.
With 4096 values it works as expected.

I just use the Fourier.FFT function with real data (complex entries set to 0).

Any idea what the reason could be?

Thanks
Christof
GeneralRe: Index was outside the bounds of the array problem Pin
HansPfaff27-Jul-10 21:47
HansPfaff27-Jul-10 21:47 
GeneralRe: Index was outside the bounds of the array problem Pin
jinguman15-Feb-11 19:12
jinguman15-Feb-11 19:12 
GeneralHard-coded data length limit Pin
Malcolm_Sharpe23-Sep-04 15:22
Malcolm_Sharpe23-Sep-04 15:22 
GeneralRe: Hard-coded data length limit Pin
Laurence Bunnage19-Apr-06 2:14
Laurence Bunnage19-Apr-06 2:14 
GeneralRe: Hard-coded data length limit Pin
melchizedek18-Oct-07 5:55
melchizedek18-Oct-07 5:55 
Questionoperator- problem? Pin
Vigrid21-May-03 12:46
Vigrid21-May-03 12:46 
AnswerRe: operator- problem? Pin
Ben_Houston21-May-03 12:53
sussBen_Houston21-May-03 12:53 
GeneralRe: operator- problem? Pin
Vigrid21-May-03 14:10
Vigrid21-May-03 14:10 
GeneralSpeed Pin
Igor Okulist9-Oct-02 13:25
Igor Okulist9-Oct-02 13:25 
GeneralRe: Speed Pin
Christian Graus29-Mar-05 17:55
protectorChristian Graus29-Mar-05 17:55 
GeneralRe: Speed Pin
Igor Okulist29-Mar-05 20:15
Igor Okulist29-Mar-05 20:15 
GeneralRe: Speed Pin
Ben Houston30-Mar-05 5:15
Ben Houston30-Mar-05 5:15 
GeneralRe: Speed Pin
Christian Graus30-Mar-05 12:02
protectorChristian Graus30-Mar-05 12:02 
GeneralNOTE: Use Alternative Source Download - bug in local copy Pin
Ben Houston20-May-02 12:13
Ben Houston20-May-02 12:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.