Questions tagged [fft]
FFT is an acronym for Fast Fourier Transform. Use this tag for FFT-related questions. Try to also select a specific chip or software tag when possible.
232 questions
5
votes
2
answers
276
views
Lowest processable signal level after FFT with given noise level
I have the following problem:
I have to amplify a low voltage level signal which is the output signal of a sensor. The signal is always a sine wave with f = 1 kHz and no DC offset. After amplifying ...
1
vote
0
answers
55
views
What is the correct way of using FFT in LTspice for a non-periodic signals (simple pulse)
I fed a single pulse (amp=1 V, tr=1 µs, tf=1 µs, ton=100 µs, № of cycles=1), and I want to see its frequency spectrum using FFT option in LTspice.
I'm expecting a spectrum starting from 0 Hz with ...
0
votes
0
answers
62
views
How does DC converter switching cause broadband noise in this case?
As per Source1:
"a broadband disturbance is defined as an electromagnetic disturbance which has a bandwidth greater than that of a particular measuring apparatus, receiver or susceptible device.”
...
0
votes
2
answers
104
views
What should I make of this spectrum analyzer data?
Here I have two signals that I placed into a spectrum analyzer. Channel 1 (yellow) comes from an avalanche photodiode + TIA circuit that has a 50 Ω output resistor, which is directly connected via BNC ...
1
vote
2
answers
139
views
Understanding dBm value of FFT measurements
I am getting familiar with the FFT functionality of my oscilloscope.
I am using a Siglent SDS2204X Plus that has been firmware upgraded to 350 MHz.
Testing of the FFT function involves the use of a ...
1
vote
2
answers
77
views
Beat frequency - Square signal
This question comes from this one, LTspice - Beat frequency:
It appears that when I did a FFT of two sinusoidal signals, there was no what is called beat frequency.
When I do the same exercice with ...
1
vote
1
answer
115
views
Does the FFT in LTspice not work properly?
I wanted to do an FFT of a square signal in LTspice. Here is the simulation:
Here is the result of the FFT through R4:
There is no reason to have frequencies below 100 kHz according to theory. What ...
0
votes
0
answers
42
views
How can I determine how much power is in a frequency range via FFT in LTspice?
When using LTspice, I can see the FFT of a voltage. How can I see how much power is in a particular frequency band, and what portion of the total power it is?
The FFT in LTspice is in dB, but it's ...
0
votes
0
answers
72
views
Distinguishing light sources with STM32 ADC and fast fourier transform
I want to identify if there are other light sources present at the same time as a 5 kHz 50% duty cycle PWM LED is on (this is arbitrary and it can be modulated at a different frequency). I have an ...
0
votes
1
answer
42
views
Analysis for the peaks in FFT
Suppose I have 2 cases:
1st MOSFET switches with rise times and fall times of around 10ns (Vds).
2nd MOSFET switches with rise times and fall times of around 50ns (Vds).
Both of them have a switching ...
1
vote
1
answer
37
views
How can initial switching artifact lift the entire noise floor?
This switching artifacts occur at first data points.
Why does it lift the entire noise floor? Is it because all the frequencies in the white noise got amplitude? or only lower frequencies which is ...
0
votes
0
answers
37
views
What to choose for an RF spectrum analyzer A/D conversion
I assigned myself a (long term) project to build an RF spectrum analyzer. In the basis it will be a super or triple (depending on frequency band) heterodyne frontend with digitized IF and some final ...
1
vote
1
answer
222
views
Unexpected signal at AD620 module output when Vsupply is on
I bought an AD620 instrumentation amplifier module and below is the module schematic.
Souurce - https://protosupplies.com/product/ad620-instrumentation-amplifier-module/
A problem shows up when I'm ...
2
votes
4
answers
864
views
Are these low frequency FFT components due to insufficient op-amp slew rates?
In my circuit I have three op-amps in (direct) series connection:
AD8422 acting as an input buffer (a large input impedance is needed) with a fixed gain (slew rate: 0.8 V/us)
LTC6910 being used as a ...
-1
votes
1
answer
108
views
Working on 64-point SDF FFT Verilog code [closed]
I am an undergraduate student who has chosen to work on an FPGA project for my capstone. My professor provided me with a PDF file without any context, and now I am trying to figure it out on my own. I ...
1
vote
1
answer
89
views
Discrepancy Between Bode Plot Predictions and FFT Output for Higher-Order Low Pass Filters on a 10 kHz Square Wave
I have conducted an experiment where a 10 kHz square wave is input through low pass filters of 1st, 2nd, 3rd, and 4th orders. After passing the square wave through these filters, I observed the FFT (...
0
votes
0
answers
94
views
FFT on my oscilloscope is not detecting a peak which is a peak
I am having a strange problem and it's due to that lack of my info about signals.
I examined a PWM output from my MCU under sds1104x-e oscilloscope which is 656KHZ with a duty cycle of around 45.5% ...
2
votes
1
answer
3k
views
How to plot the FFT in Ltspice?
I'm new in Ltspice and I wonder how to plot the FFT of R1? I just failed to find such a tutorial and I'm sorry for such a stupid question. Thanks for your teaching!
6
votes
2
answers
973
views
FFT is not showing noise
I have current values and respective time.
There is noise in the signal. But when I am calculating FFT, it is not showing
I have recorded the values at every 5ms.
below is my code:
...
1
vote
1
answer
138
views
VHDL my FFT design doesn't work at larger N-point
I built an FFT module for an 128-point FFT in VHDL. When I use the same principle for 8-point fft or 16-point fft (ofcourse then the file must be altered for less stages and different twiddle factors),...
1
vote
0
answers
64
views
How do you find Image Rejection Ratio from doing FFT on ADC samples?
I'm trying to understand a particular code written by a former employee for measuring performance of an RX chain in a transceiver. I have to measure IRR(Image Rejection Ratio).
Certain input RF ...
-2
votes
1
answer
115
views
What two laws of harmonics are demonstrated here? [closed]
I clipped the top and bottom of a sine wave at exact reciprocal angles (73.73159173° to 106.2684083° and 253.73159173° to 286.2684083°) to prevent the creation of even (red) harmonics (by being ...
0
votes
1
answer
373
views
How would you compute Fourier transform of a real world signal where the signal keeps getting updated (not a static one)?
A very naive question: How do we use Fourier transform for real world signals - for which you have the information only up to the present instant (and the present time keeps moving continuously)?
The ...
0
votes
2
answers
1k
views
Error with arduinoFFT library
I'm trying to use the arduinoFFT library (https://github.com/kosme/arduinoFFT) with my ESP32. I made a basic program just to see if the FFT is done correctly. The problem is that I can't compile the ...
8
votes
3
answers
1k
views
How to achieve coherent sampling in practice
In the context of measuring a sinusoidal source with an ADC, coherent sampling (i.e. capturing an integer number of periods) allows the use of a rectangular window without spectral leakage.
How does ...
0
votes
1
answer
349
views
Fourier Transform of Voltage Readings
I am working on developing a Fourier transform for voltage readings. The goal is to determine voltages at different frequencies (frequency domain). I am taking readings at 100Hz and am measuring both ...
0
votes
0
answers
105
views
FFT analysis in LTSpice is giving wrong results during partial execution of time domain simulation (Details in body)
In LTspice, while computing FFT using waveform window (View-> FFT), the results seems to be wrong if FFT is computed after partial execution of simulation ( eg: if simulation is paused in between)...
0
votes
0
answers
47
views
Data-set creation and signal processing
I'm taking a digital signal processing course and I have a project to create a data set with a microcontroller and process it for this course. I want to count only dog bark for example not dog growl. ...
0
votes
0
answers
68
views
Propagation phenomena in cables
I have came across the propagation phenomena that takes place when we have a source and a load connected through a cable. We have an impedance mismatch and hence a propagation phenomena.
So what I did,...
5
votes
2
answers
1k
views
Sampled 100 Hz sinusoidal signal from Hall sensor shows 10 Hz sidelobes when sampled at 500 Hz
I am working on a project where I need to measure an oscillating magnetic field that oscillates at a frequency of 100 Hz. For this reason, I am using a Hall sensor. I programmed the Hall sensor to ...
0
votes
1
answer
220
views
Battery-powered FFT project
I want to use FFT on a STM32F401C01CCU6. I chose this microcontroller because everyone says the F4 series is good at signal processing.
I want to make a project that will work with a battery; I am not ...
0
votes
1
answer
442
views
In LTspice, why doesn't the FFT plot update after a simulation?
I'm using LTspiceXVII (17.0.35.0). I run a simulation and make an FFT plot. Then I change a parameter and the time waveform updates, but the FFT plot doesn't update. I have only been able to see ...
-1
votes
1
answer
53
views
Second-order LPF not filtering correctly
I am trying to implement a 2nd-order Butterworth low-pass filter with a cut-off frequency of 9 kHz.
As an input I was using a square wave of 12 kHz. My op-amp rails are 0 and 5 V. The sqaure wave has ...
0
votes
0
answers
236
views
Can I directly use an oscilloscope's FFT function for EMI measurement?
The latest oscilloscopes with FFT and real-time functions are very useful for EMI debugging with a near-field probe, but why can't we just use them for the far-field EMI scan? EMI receivers are much ...
3
votes
1
answer
1k
views
How to have a wider spectrum of FFT at LTspice?
I've used the FFT analysis tool to see the spectrum of DM and CM EMI noise in the range of 150K to 30MHz.
But the analysis stops at about 3MHz automatically and there is no option to set the max and ...
1
vote
2
answers
157
views
Filtering when collecting a signal in the time domain
I reconstructed a signal (from simulations) in the time domain from t ~ 0.01 to 2000 s. I do this by calculating "modes" or constants for the system that I'm studying that should be exact ...
3
votes
2
answers
2k
views
How to remove aliasing effects?
I collected data in the time domain and then calculated the FFT to see how it looks in the frequency domain. Since the signal isn't band-limited, I think I have aliasing and there are features at high ...
0
votes
1
answer
99
views
How do you bandlimit a continuous-time signal?
I wish to avoid aliasing as a result of taking the FFT of a signal. The signal isn't band limited. My understanding is that I should band limit the continuous-time signal first. How do I do this?
EDIT:...
1
vote
0
answers
174
views
Range Profile in Radar System
I am slightly confused on the range profile I am obtaining from my SCFW radar dataset. I am understanding of how fftshift works in shifting positive and negative frequency components to be centered ...
0
votes
1
answer
265
views
Generating a sinewave on Matlab with specific harmonics [closed]
I need to generate a sinewave on Matlab so I can use the generated values, I need 1000 samples per cycle for grid simulation using micro-controller. I was able to generate a pure sinewave and it is ...
0
votes
0
answers
103
views
What is the unit of power spectral density?
I have an oscilloscope data, I did plot in time domain, so that unit is in volts (Y axis). After that I took FFT. So now what will be the unit in Y axis?
If I will do 10 log 10 (y axis) can it is ...
4
votes
0
answers
284
views
Creating a Range Profile
I am relatively new to the radar/signal processing community. However, my team has been struggling in developing a range profile in our programming. Here are the details for a NI LabVIEW forum I ...
0
votes
0
answers
181
views
How to get audio frequencies from mems microphone in PC oscilloscope
I'm fairly new to electronics/signal processing and I'm stuck on trying to obtain frequencies from an Adafruit SPW2430 MEMS microphone. I tried plugging the microphone to a Hantek 6022BE PC ...
2
votes
2
answers
329
views
Generating and measuring a sine wave with THD below -80dB
For an experiment I need to generate a sine wave which has a THD below -80dB. I would like to do that using a band-pass filter connected to a function generator because the output of the function ...
1
vote
0
answers
243
views
Cross-correlation in time or frequency domain (FPGA)
I need to compute the complex cross-correlation between two signals a and b and the take only the maximum value of the cross-correlation, regardless of the lag time where this occurs. I can do it ...
3
votes
3
answers
273
views
LTSPICE: Dirty gate voltage and low gain - Hartley oscillator using MOSFET
I'm designing a Hartley oscillator using a MOSFET, but I have some issues. I've chosen L1 as 3 times L2 to obtain a gain of 3, however, it's more like 2.4.
First of all, I can't understand why the ...
2
votes
1
answer
1k
views
.four plot FF/t LTspice
I am trying to plot an FFT in LTspice using a .four command and the spice error log directly without using the FFT on LTspice (right click + view + FFT once the ...
1
vote
0
answers
170
views
What determines amplitude resolution of oscilloscope FFT?
I am studying my oscilloscope's FFT measurement capability (Rigol DS1054Z. Links to datasheet and user guide), and do not understand what determines the amplitude resolution capability of the FFT ...
0
votes
2
answers
494
views
What is happening when a signal is acquired at exactly Nyquist frequency?
So I am doing some some simulations with 1V sinusoidal signals, and a 1 second acquisition at sampling frequency of 100 kHz.
Now I am slowly increasing the frequency of the sinusoidal signal. Trying 1 ...
0
votes
1
answer
297
views
Windowing FFT: spectral leakage vs ENOB
I am using Cadence to perform full speed testing of a 4-bit SAR ADC using the FFT and non-coherent sampling.
I've obtained the ENOB and the spectra of the output signal using first the rectangular ...