|
|
ifft in C/C++
I have used FFTW for my fourier operations in the past, but is there a
inverse fourier transform library of some sort out there that is just as
fast?
|
|
0
|
|
|
|
Reply
|
Parlous
|
8/16/2003 8:21:15 PM |
|
Parlous wrote:
>
> I have used FFTW for my fourier operations in the past, but is there a
> inverse fourier transform library of some sort out there that is just as
> fast?
FFTW can already do that. Why would you want another library?
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"The Internet interprets censorship as damage, and routes around it."
- John Gilmore, EFF co-founder
|
|
0
|
|
|
|
Reply
|
Erik
|
8/16/2003 9:22:45 PM
|
|
Parlous wrote:
>
> well, holy snot balls. i was unaware that going from "complex to real" in
> the fftw meant an inverse transform. i ignored it when i was concerned with
> the fft only, thinking it had to do something with going forward/backward
> meaning postive versus negative frequencies!
Its been a while since I last looked at FFTW, but I believe that
you need to use the FFTW_BACKWARD flag to get the inverse FFT.
I also seem to remember that you still need to do the scaling by
1/N yourself.
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"I contend that we are both atheists. I just believe in one fewer god
than you do. When you understand why you dismiss all the other possible
gods, you will understand why I dismiss yours." -- Stephen Roberts
|
|
0
|
|
|
|
Reply
|
Erik
|
8/16/2003 10:48:12 PM
|
|
Erik, I like your sig.
- Eric
On Sat, 16 Aug 2003 22:48:12 GMT, Erik de Castro Lopo
<nospam@mega-nerd.com> wrote:
>Its been a while since I last looked at FFTW, but I believe that
>you need to use the FFTW_BACKWARD flag to get the inverse FFT.
>I also seem to remember that you still need to do the scaling by
>1/N yourself.
>
>Erik
>--
>+-----------------------------------------------------------+
> Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
>+-----------------------------------------------------------+
>"I contend that we are both atheists. I just believe in one fewer god
>than you do. When you understand why you dismiss all the other possible
>gods, you will understand why I dismiss yours." -- Stephen Roberts
Eric Jacobsen
Minister of Algorithms, Intel Corp.
My opinions may not be Intel's opinions.
http://www.ericjacobsen.org
|
|
0
|
|
|
|
Reply
|
eric
|
8/17/2003 5:07:53 PM
|
|
Hi,
every DSP has libraries as DSPLIB for TMS5xxx optimised for this chip.
Cheers
|
|
0
|
|
|
|
Reply
|
h2vic
|
8/18/2003 2:54:51 PM
|
|
|
4 Replies
246 Views
(page loaded in 0.085 seconds)
Similiar Articles: IFFT code - comp.soft-sys.matlabhi; I want a code on matlab IFFT which allows me to convert in data frequency in temporal domain, my job is to make measurements in the mines after ... Fourier transform profilometry of fringe pattern - comp.soft-sys ...IFFT on C(fx,y)=> c(x,y) =(l/2)b(x,y)exp[i*phase(x,y)] 5. Phase extraction: using log or arctan(real/image) 6. phase unwrapping The problem is that after step 5 ... Solving SDOF system in freq domain using FFT & IFFT - comp.soft ...Hello, So I want to use FFT & IFFT to solve a simple SDOF system (so that i can move on and use a freq domain method to solve more complex dynamic mo... fft source code - comp.soft-sys.matlabMATHWORKS does not provide the source code for fft() If you want some C/C++ ... IFFT code - comp.soft-sys.matlab IFFT code - comp.soft-sys.matlab Help Non Integer ... autocorrelation command xcorr - comp.soft-sys.matlab> > > > > > > > Error in ==> xcorr>matrixCorr at 94 > > > > c = ifft(C); > > > > > > > > Error in ==> xcorr at 52 > > > > [c,M,N] = matrixCorr(x); > > > > What would be the ... Use of MATLAB fftshift - comp.dsp... Similarly, the inverse fft also requires this fftshift: h =3D fftshift ( ifft ( H ... be done at the fundamental level, just like "complex" should be a basic type in C ... Need a coding for OFDM - comp.soft-sys.matlab... Serial to Parallel 2 QAM or QPSK Mapper 3 IFFT 4 Insert Cyclic ... I hate C code since I guess I need 10x more time to modify it to suit my need; but ... FFTW: Inverse of forward fft not equal to original function - comp ...CLC is for spliting hair about C minutiae. C++, and almost anything involving ... complex*, and contains only > positive real data.) > Since we have dummy_sq = IFFT ... function for fourier descriptor - comp.soft-sys.matlab... 2:n(1)-1 for y=2:n(2)-1 c=abs ... end C = fft(c) Capprox = C; % Take inverse fft cifft = ifft ... Gaussian white noise code in C - comp.dspHello all, I'm in need of a C program which implements the Gaussian white noise ... Anyhow, summing 12 to 20 random numbers is easier than a broadband IFFT. FFT and IFFT in C/C++ | Comp.DSP | DSPRelated.comThere are 4 messages in this thread. You are currently looking at messages 1 to 4. ifft - Inverse fast Fourier transform - MathWorks - MATLAB and ...Note You might be able to increase the speed of ifft using the utility function fftw, which controls how MATLAB software optimizes the algorithm used to compute an ... 7/15/2012 3:48:31 AM
|
|
|
|
|
|
|
|
|