Electronic – Measuring Frequency Shift

frequency-measurementmixer

A previous question on doppler shift velocity sensor make me ask this question. @Chris_stattron provided an insight but I was too curious to leave it at that comment hence the question.

Assume, I am trying to build a device that works at 40Khz and I am trying to understand doppler shift to measure the displacement of the object in concern. The movement of the object creates some doppler shift and everything static doesn't.

Now, my initial, software driven approach was to sample this at say 100Khz and look at the shift digitally but Chis suggested an analog cancellation approach using a receiving mixer. Essentially, what he said was that the local oscillator frequency is used for the receiving mixer and the signal, so that the return signal could easily be sampled with a simple ADC as opposed to expensive ADCs.

Could one of the masters could enlighten us about this approach and probably provide some pointers?

Best Answer

Mixing outgoing and returned signals and taking the difference as an indication of relative velocity is by far the easiest way of calculating velocity from Doppler shift.

As often, a useful place to look for the general principles is Wikipedias article on Doppler shift and I don't need to duplicate much of this.

The most important aspect is how to determine velocity, given by

  • f_remote = f_transmitted x (Vsound + Vremote) / (Vsound + Vtransmitter)

enter image description here

Diagram from wikipedia.

Vsound is the velocity of sound in the medium and Vremote and Vtransmitter are the velocities of remote object and transmitter relative to the medium (here air). If the transmitter is still you can eliminate that factor. (Or if remote is still and transmitter moving you get a similar result.)

Rearranging gives Fdoppler

   = Ftx - Frx = F_transmitted x (Vsound + Vremote) / (Vsound)

Put simply, doppler frequency is transmit frequency multiplied by the speed of the remote object as a fraction of the speed of sound. If you move tx and hold rx steady the term ends up on the bottom line but the result is close enough to the same.

NOW you can meaure Ftx and Frx and calculate the difference, but the opportunities for error are significant. Instead, just heterodyning the two in a mixer and low pass filtering to extract just the difference frequency gives you what you want automagically.


Medical ultrasound Doppler RADAR

Here is a complete "simple" medical Doppler ultrasound unit. I've included the lot rather than just the mixer you asked about as it shows several useful things. At the top is the Tx (transmitter) and at the bottom the Rx (receiver). In the middle is an unnecessary (for your purposes) extra part but it shows the principle of mixing a second time. If you connect pin 1 of the two AD633's and remove the middle block you get basic Doppler RADAR unit. The transmit signal on pin 1 and received signal on pin 3 are combined to produce sum and difference frequencies. The AD633 is a 4 quadrant analog multiplier AD633 Datasheet. Circuit diagram from here

There are a range of ways of mixing signals and this is certainly not the cheapest but is a good starting point due to the "worked example". The AD633 in the block removed from the middle does exactly the same as the bottom one except that it mixes a local signal that offsets the transmit signal so that the output Doppler signal is in a more convenient range for the application - just ignore it is this is confusing.

enter image description here

Diode mixer

About the simplest and cheapest mixer available is a "diode mixer" which uses the non linear characteristics of a diode to mix two signals. There are simpler versions than this enter image description here

but this is a bit more explanatory visually than the simplest possibilities. Circuit diagram from here

See here for a few dozen more diode mixer circuits - that's just a Google images search on diode mixer.


"REAL WORLD" EXAMPLE - MIT Coffee Can RADAR:

MIT Coffee Can RADAR - looks good. Doppler / Ranging / Synthetic Aperture

Uses "Mini Circuits" modules so semi discrete / block construction.

Manual - excellent

Block diagram - uses separate TX/RX Cantennas with LNA on RF rx.

enter image description here