Solving FFT Signal Processing Problem for Complex Time Signal

AI Thread Summary
The discussion centers on a complex time signal x(t) and the challenges faced in retrieving the correct amplitudes X1 and X2 from its FFT representation. While the FFT successfully identifies the frequency components at ω and 2ω, the amplitudes do not match the expected values due to phase differences between the components. The user seeks guidance on how to accurately recover the amplitudes when multiple frequency components are present. Additionally, the importance of the sampling rate and the number of samples in relation to the frequency ω is highlighted as a crucial factor in the analysis. Proper execution of the FFT should yield the correct amplitudes if these parameters are adequately addressed.
shravz
Messages
2
Reaction score
0
Hi, I have a complex time signal x(t)=X1*exp(i*∅)+X2*exp(i*2*∅). On converting to frequency domain, i expect frequency components at ω and twice of ω (when ∅=ω*t). FFT gives the desired frequencies, but the amplitudes don't correspond to X1 and X2. I understand that this is due to the phase difference between the signals X1*exp(i*∅1) and X2*exp(i*2*∅). My question is how should i get back the amplitudes X1,X2,... when multiple frequency components exist in the signal.

P.S: when only x(t)=X1*exp(i*∅1);am able to get back X1 in the fft.

Thanks in advance.
 
Engineering news on Phys.org
It is not a question of phase. If you did everything correctly, you should get X1 and X2 back.

What is the sampling rate and number of samples compared to w?
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top