Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.
We found 2100 threads matching "fft"
You are looking at page 1 of 53.
The most relevant threads are listed first
07:06 09-02-07
I use the TI FFT Library and I have two question :
First, in the TI example
RFFT32_brev(ipcb,ipcb,N);
RFFT32_brev(ipcb,ipcb,N);// Input samples in Real Part
fft.win(&fft);
RFFT32_brev(ipcb,ipcb,N);
RFFT32_brev(ipcb,ipcb,N);// Input after windowing
fft.calc(&fft);
fft.split(&fft);
fft.mag(...
Hi all,
I always hear that the computational complexity of FFT is O(NlogN).
However I learn that there are many FFT algorithms such as:
Cooley-Tukey FFT algorithm ,Split-radix FFT algorithm ,Prime-factor
FFT algorithm ,Bruun's FFT algorithm ,,Rader's FFT
algorithm ,Bluestein's FFT algorithm
...
charlyb - 07:46 10-05-08
Hi
Has anyone written their own fft function for the dsPIC ? (NOT the
supplied library fft).
I need a fft for measuring signal in noise and not being a DSP person
would prefer to implement it rather than write it from scratch. The dsPIC
library scales the data by 1/N which limits the dynamic ...
Hi DSP People,
Just a quick question... is there really much difference between the
processing of a normal, complex FFT and a real-only FFT? I thought there
wouldn't be... The FFT/DFT math still requires that complex and imaginary
parts of the FFT would be needed during the FFT processing, ...
Michael - 13:57 31-07-06
If I have a time signal which is periodic, and I use FFT to obtain the
spectrum, which should be discrete, will this FFT procedure be approximate?
I am wondering about this because I've heard that FFT is only an
approximation to the true Fourier transform...
...
Luc Moulinier - 12:20 22-04-08
Hello !!
I have to FFT a signal made of 0s and 1s, i.e., my sequence is for
example, 0,1,1,0,0,0,0,1,0,1,1,0 ... etc This is a true serie of 0s
and 1s, not a number, written as binary.
I am wondering if someone knows about a FFT algorithm able to handle
such a cose. I'm not (far not!) an ex...
RobR - 09:40 29-07-08
Hi folks,
I heard about the possibility to
obtain higher order FFTs by utilizing lower order FFTs.
In fact, this IS the basic idea of FFT as far as i know.
But since I am not that deep into the theory of FFT, I have a question to
the experts.
I want to perform a 2K FFT within FPGA.
Now i ...
Hi,
I have now a Java code implementing real FFT. I need actually Java code
for implementing integer (fixed-point) FFT. I mean with this that the FFT
accepts Java int type as input and produces Java int type as output. If
there is no Java fixed-point FFT, how can I convert the existing Java real
...
aamir.nedian - 17:15 07-07-06
i am working on a FFT processor. i need to know that if i need to take the
1024 point FFT of a voltage time series then what should i do. i mean
which one is correct way.
1) wait for 1024 samples and take their FFT. then wait for another 1024
samples and take their FFT and so on....
2) wait fo...
Hello again,
Can a radix-4 fft be used to construct any type of radix-2 fft. e.g.
can I manipulate a 64 pt radix-4 fft to give me a 128 pt radix-2 fft ?
If so, is the radix-2 fft of any use in dsp as it usually results in
larger and slower ffts than the radix-4 version.
As always thanks f...
Bremi - 10:51 28-08-06
Hi.
I want to use a very large FFT (65536 samples) on a Sharc 21065L. But I
encountered a problem with the ADI FFT (rfft65536) with my DSP: the
twiddle-factors need to be in the PM, but that is far too much data for
the internal memory of the 21065. I tried the FFT from "Numerical Recipies
in C",...
werebt - 11:14 02-01-08
I am new to FFT and very eager to learn FFT and explore various application
use of FFT in real world application.
I have a ADC and I have accumulated 4096 samples.
Now I want to perform FFT and find out details on noise.
Can you please
Direct to web link which show steps on how to perform ...
vt2001cpe@gmail.com - 23:48 01-02-08
I am trying to implement a 128 point FFT. I have 16 8-bit samples
aligned and ready for input into the FFT. I would like to know if the
terms "mixed radix fft" and "split radix fft" are considered
interchangeable. If not, what is different?
Is it possible to use 64 radix 2 butterflys in front ...
Hello All,
Suppose I have a non linear system with four inputs x1,x2,x3,x4 and
one output y²
x1(n) --> --> y1²(n)-------\
x2(n) --> (H) --> y2²(n)------ +-----> y²(n) =
y1²(n)+y2²(n)+y3²(n)+y²4(n)
x3(n) --> --> y3²(n)------/
x4(n) --> --> y4²(n)-----/
I'm ...
digintu - 20:06 01-06-08
Hello,
When combining two smaller FFTs to make a larger one, what are the
techniques. Example..I want to combine two 64 pt FFTs into a 128 pt FFT. I
have fed the first 64 data samples into the first FFT and the second 64
into the 2nd FFT. The results are output from the two FFTs into a 128
array....
amrish - 08:00 01-02-07
Hi Friends,
I am new to this. My questions is very basic. How do i decide that i need
to use 1024 point FFT or 2048 point FFT or N point FFT for a system.
I am working on a project, where my sampling frequency is 80mhz and i need
to decide how many point FFT to be use?
What are the paramete...
charlyb - 12:13 03-05-08
Hi,
Can anyone help with this ? :-
I am using the fft function on the dsPIC from the Microchip library.
When I do a fft I get a non linear result. The dsPIC function claims the
result will be 1/N where N=fft size.
When I do a 512 fft with a 20Hz sine signal sampled at 640Hz - I can
extra...
Hi,
When realising a FFT, can we get the frequency corresponding to each
point calculated? Apparently, the results given by a FFT is only the
[Re,Im] of each point?
If we can't know the frequency by a FFT, how can we do it?
The thing i'd like to do is detecting 2 different frequencies from ...
dee.ess.pee - 08:13 13-12-07
Hello Comp.DSP,
I need to perform forward and inverse FFT of multi-dimensional, real data.
I am already successful to do this using the complex FFT separably.
Now I would like to do this using the real FFT for computational savings.
However, after I perform real FFT of the first dimension, ...
Hello,
I just started to work with DSP 320VC5416 and I try to build the FFT
of the sine signal.
If I have right, then I should get only one peak in FFT spectrum.
but if I use fft function, and then show my result in "code composer
studio" in praph/time:frequency, then I see a lot of peak...
20:44 22-02-07
Hi,
We all know the FFT-based cross-correlation in cartesian coordinate is
given by:
C = IFFT[ FFT[ f(x,y) ] * Conj[ FFT[ h(x,y) ] ]
Here is the question: how is it possible to do this in polar? I do not
think if this is the answer:
C = IFFT[ FFT[ f(r,p) ] * Conj[ FFT[ h(r,p) ] ]
wh...
> Why getting stick to Microchip functions? There is a million of different
> FFT realizations in C around. Just pick the one you like.
>
After reading the documentation, it appears to me that Microchip has
tailored their FFT function for the dsPIC hardware. The way that they
allocate m...
08:00 25-07-06
Suppose you have 8 discrete samples. If you apply a typical
Cooley/Turkey FFT of size-8, you will get 4 real/even and 4 imag/odd
values. Suppose you then take successive FFTs of size-4 for the
different consecutive size-4 chunks from the original 8 time samples -
you would have 5 size-4 FFT re...
d1camero - 09:42 11-11-06
I am new to DSP and FFT. I have implememented the FFT in Smith's book.
What I am a little confused about is how do I determine what is the
frequency scale of the X axis?
thanks
Don
...
Hello,
I have a gaussian kernel of size [192,192] to be convoluted with an
image of size [512,512] for smoothing.
Using the FFT property that fft of a convolution is the product of the
fft of the individual terms (fft(f(t) * g(t))) = f(w)g(w), i could say
that
smoothedimage = fftinverse(fft(...
Hi all,
Just wondering about the dc component of an fft.
If I have an input signal e.g a single cosine wave. When I sample it
for say a 128 point fft, should it have a dc component value.
In my fft, I sum the input samples and calculate the average.
I half expected it to be zero (no dc c...
PARTICLEREDDY - 23:43 16-07-06
Dear members,
I am encountering a peculiar problem, wherein i
have to dynamically detect size of the FFT of the signal taken.
for example a signal is taken and fft of it is taken, it may be 128 or
256 or any size. utimately i dont have any iota of knowledge of the
signal...
Hi,
In order to increase resolution of my FFT (reduce midbin loss), I want
to use a 2N point FFT, N is a power of 2, last N points are zeroes.
What is the efficient way to compute this?
TIA
BRMADHUKAR
...
abramovs - 06:59 30-09-06
Hi!
I want to ask for your advice about a problem i have. I need to perform an
FFT every specified amount of time but the FFT calculation takes more time
than i can afford. as an optimization step i want to throw half of the
output bins of the FFT but on the FFT structures that i know it'll only
sa...
11:54 29-03-07
Hi,
I have the following problem that I am trying to address. Lets say we
take 64 numbers and apply FFT of size 64. Then we concatenate 100 of
these 64 numbers, and perform D/A conversion. This signal is digitized
at a rate other than the original sampling rate, say we have
oversampling of 3/...
sangthong - 14:58 26-02-08
Hi,
I have got a problem doing 2D normalised cross correlation by FFT. The
normal 2D cross correlation seems very time consuming for long signal so I
tried to use FFT. I can now get the equal result of cross correlation both
by equation and by FFT, but I can not do the normalisation to get the
re...
Hi Folks,
A few weeks ago, I posted a query on FFT scaling.
After your kind replys, I got it working. I was
able to get the real only FFT to work. By this
I mean, there was no imaginary data input.
However how does one test a complex FFT to make sure
it is working? Is there a datafile th...
Hi there,
i googled myself silly on info on a 2D FFT an Inverse-FFT algorithm. all i
find is the math equations.
No practical info on how to implement it.
Does anybody have some info on implementing an FFT algorithm preferably in
VC++.NET ( managed C++)
or some clear pseudo code on what st...
Fred A. - 18:40 14-11-06
I would like to have a amplitude as well as a decibel display in my program
of 16-bit stereo audio.
1) First I take the data from both channels as L,R,L,R,etc and feed it into
the FFT as one signal.
2) Next I seperate the FFT data into alternating left and right channels.
For example Rig...
Hi all,
Suppose we are only given the function for FFT, but we don't have IFFT
routine...
and we have a real input data squence x,
y=fft(x),
now how to use FFT only to obtain the x=ifft(y)?
--------------------------------------
What if the input data sequence x is complex-value...
Hello
FFT can convert a given number of samples from time domain to
frequency domain.
Ok... what about the inverse?
Basically I'd like to have something like that:
input -> FFT -> "something" -> output
with input = output
I think I could do that generating sinusoides on the
freque...
I am a high school student, senior, and I am intrested in fft. The only
problem is that the mathmatics are over my head. I am a ham radio operator
and fluent in Java, could someone help me with the mathmatics of fft
andrewjj20
...
eric06 - 08:22 04-04-06
Hello,
I am currently in the conceptual stages of implementing an FFT function in
a relatively large FPGA (the thing has 6 multipliers that come for free, I
need the device anyway to do other stuff).
I've had cursory exposure to the FFT by reading Oppenheim/Schafer, but I'm
looking for some ma...
Vista - 23:06 26-06-07
Hi all,
Suppose I have a signal f(t), t is in [0, +infinity).
And I have its spectrum F(w).
Let's say I found out that its main spectrum has 99.9% in [-B, B].
So I truncate/extract out the portion of F(w), for w in [-B, B], and
discretized the interval into small grids with step size d...
I have had some experience with the DFT, and realize that the fft
produces the same results, only faster. I understand the whole
concept of resolution, that if 128 samples are taken at 10kHz, there
are only 128 possible frequencies (all equally spaced from 0 to 10k)
that can be absolutely deter...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next