DSPRelated.com
Forums

FFT on VB.NET

Started by RSriv November 7, 2005
Well, first post- a newbie question:

What is the best place to find basic free code for FFT analysis that is
compatible with Visual Basic .NET? 

I am starting with FFT analysis and want to move on to image processing,
but want to start with something basic I can test.


On Mon, 07 Nov 2005 11:35:52 -0600, RSriv
<raghu.srivatsa@ultrangroup.com> wrote:
> > Well, first post- a newbie question: > > What is the best place to find basic free code for FFT analysis that is > compatible with Visual Basic .NET? > > I am starting with FFT analysis and want to move on to image processing, > but want to start with something basic I can test. >
Google on "The Scientist and Engineer's Guide to DSP" It has an implementation in a dialect of BASIC that will work in VB. I worked through the excercises by translating them to Python. Enjoy.