473,760 Members | 8,623 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help Using vb.net to perform fast fourier transform

I am doing a Digital signal processing project using VB.net and need advance
maths function and also signal processing function such as fast fourier
transform. Can anyone advice me on how do I get a FFT function?

Thanks for any reply.
Nov 21 '05 #1
4 6735
Hi,

Maybe this will help.
http://www.csharphelp.com/archives/archive284.html

Ken
---------------
"Charles" <Ch*****@discus sions.microsoft .com> wrote in message
news:87******** *************** ***********@mic rosoft.com...
I am doing a Digital signal processing project using VB.net and need advance
maths function and also signal processing function such as fast fourier
transform. Can anyone advice me on how do I get a FFT function?

Thanks for any reply.
Nov 21 '05 #2
Have you any idea how funny this is? I've been searching, reading papers
and scrawling through Numerical Recipies in C to get a good working
implementation of FFT and you go and post a link to one in C#.

Thanks.

"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:OE******** ******@TK2MSFTN GP10.phx.gbl...
Hi,

Maybe this will help.
http://www.csharphelp.com/archives/archive284.html

Ken
---------------
"Charles" <Ch*****@discus sions.microsoft .com> wrote in message
news:87******** *************** ***********@mic rosoft.com...
I am doing a Digital signal processing project using VB.net and need
advance
maths function and also signal processing function such as fast fourier
transform. Can anyone advice me on how do I get a FFT function?

Thanks for any reply.

Nov 21 '05 #3
Thanks Ken, this may sound ignorant but can I use this code in vb.net or I
must use it in C# .net?

Sorry for any inconvenience caused.

"Ken Tucker [MVP]" wrote:
Hi,

Maybe this will help.
http://www.csharphelp.com/archives/archive284.html

Ken
---------------
"Charles" <Ch*****@discus sions.microsoft .com> wrote in message
news:87******** *************** ***********@mic rosoft.com...
I am doing a Digital signal processing project using VB.net and need advance
maths function and also signal processing function such as fast fourier
transform. Can anyone advice me on how do I get a FFT function?

Thanks for any reply.

Nov 21 '05 #4
Charles,

Know that you can add anytime a C# project to your project as a class
library project.
Add it than using the class using project->reference->project to your VB
application.
And it is a part of your VB application.

(You have to watch that the C# program is well written confirm the Net
conventions. By instance not two public datanames only distinct by the uper
and lower case)

Just as an addition.

Cor
Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2844
by: Matthew | last post by:
Hello, For a few days now, I have tried a number of methods that are supposed to provide the a(k) and b(k) coefficients for a Fourier series. These methods are listed at the end of this post (in Java). However, not one of these methods seems to provide the correct coefficients for the following function; f(x) = 2 - 2 * cos(x)
12
3145
by: rhmd | last post by:
Just found Python and I love it. What an elegant language! I would like to use it for various applications, but the mathematical calculations are way too slow (a million sines 8 seconds in Python vs. 2 seconds in Excel VBA), so was thinking of learning enough C++ to do the number crunching in C++ and integrating the C++ routines with Python. My question: My question: Which compiler works best with Python? I use Windows XP and 98. Have...
3
7894
by: Johannes Ahl-mann | last post by:
hi, i've been looking all around the net (google is my friend ;-) for a module to apply fourier transformations on images. the different ones in numerical python and scientific python seem all to be operating on sequences and therefore seem to be 1D fourier transform. anyone know a library/module to do 2D image FFT in a simple manner. or am i just too dumb to see how this is supposed to work with the 1D
5
4810
by: Rex_chaos | last post by:
Hi all, I have a question about datatype converting. Consider the following types std::complex<double> and struct MyComplex { double re, im; }
1
3614
by: JoePyeWuz | last post by:
Hi, I'm pretty new to using outside libraries...so I don't really understand how to install the FFTW(fast fourier transform made at MIT) library for use with my C++ programs. I have Windows XP and use Bloodshed Dev-C++ Version 2...if anyone could walk me through(please don't make assumptions about what I already know other than how to write C++ code...) it would be a great help, and I would really appreciate it. thanks a ton
4
3662
by: SC | last post by:
I couldn't write a program that make fourier transform in one and two dimens in C++. I couldn't solve correctly determinant of 3*3 matrix ic C++ too. Can you help me about that?? Thanks!
1
2089
by: SteveB | last post by:
I'm porting an application from Apache Xerces to .Net and am having a couple of small problems with deserialization. The XML that I'm reading comes from a variety of sources, and there are two inconsistencies that Xerces is able to handle that XmlSerializer seems not to be able to deal with. 1) Some of the boolean values that I'm dealing with are "True" and "False" rather than "true" and "false". I'm not quite sure whether "True" and...
3
2563
by: birensubudhi | last post by:
hey guys,can anyone tell me what is image processing, how to do it using C. IN KSHITIJ 2007 held at IIT kgp a que by INFOSYS is asked, they hav given an image then cut in different orientation ,put in a abstract(unordered) manner & asked to jumble it using C PROGRAMMING to get the real image.
2
10293
by: IdlePhaedrus | last post by:
Hi, I have a FFT routine that I converted from C++ to VB in a module as follows: Const M_PI = 3.1415926535897931 ' Fast Fourier Transform Public Sub FFT(ByRef rex() As Single, ByRef imx() As Single, ByVal N As UShort) Dim nm1 As UShort = CUShort(N - 1)
0
9521
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9333
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10107
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
7324
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3863
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3442
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.