Re: FFT Spectrum Analyzer using Digitizer



Hi,

I use a similar setup with Rohde&Schwarz IQ generator and vector signal
analyzer (not that it matters, any equipment will give essentially the
same result).

If you don't have any bugs in your code, there are two things that can go
easily wrong:

- You need to synchronize the clocks of both instruments, otherwise
frequency offset results.
- If possible, handle a full cycle length of your signal - in other words,
use only sine waves that have a full number of cycles within the
measurement time window.

Getting the phase of the received sine wave is trivial without FFT:
multiply the received signal with the conjugate of the transmitted signal,
sum up and take the phase.

If you want to do deeper analysis, I use the following code to align
transmitted and received signal, because hardware sync is not accurate
enough for my purposes:

http://www.dsprelated.com/showarticle/26.php

Cheers

Markus
.



Relevant Pages

  • Re: PC Based Oscilliscopes
    ... prices that you posted about equipment however quoted below. ... In the last few years there is a new class of scope called real time. ... DPO's have a rapid processing cycle and also have most ... Repetitive sampling scopes are good at any type ...
    (sci.electronics.equipment)
  • Re: PC Based Oscilliscopes
    ... prices that you posted about equipment however quoted below. ... In the last few years there is a new class of scope called real time. ... DPO's have a rapid processing cycle and also have most ... Repetitive sampling scopes are good at any type ...
    (sci.electronics.basics)
  • Re: Snow and trains
    ... can't get to their place of work by car, it doesn't matter if the ... equipment is all working fine. ... enough to his box to walk or cycle to work, the porter and stationmaster ...
    (uk.railway)
  • Re: Test equipment calibration cycle
    ... test equipment. ... So how is the best way to define a calibration cycle? ...
    (sci.electronics.design)
  • Re: A Power Conditioner Question
    ... beautiful sine waves don't. ... being drawn from the AC line by any audio equipment, ... Ground loop ... Is this thing hooey or what and if it is, ...
    (rec.arts.movies.production.sound)

Loading