Speed measuring using Microwave Doppler Radar Sensor
http://www.sunrom.com/files/1195-datasheet.pdf
According to the first sentence of your pdf yes. Am I missing something here?
can i implement with a low power micro controller.
is it required complex algorithms or DSP Processing ?
processing is rampant in any doppler sensors
how to process this sensor output signal
i have purchased this one
http://www.ebay.com/itm/Microwave-Do...item4169a7c2fc
thanks in advance.
The datasheet shows that the unit has an IF output. The output frequency of the IF will be proportional to speed of the object being measured. Unfortunately the datasheet doesnt give any info on what that would be.
You would have to connect the IF out to a frequency counter probably via a preamp and do some tests to get an idea of the range of the IF out frequency compared to the monitored object's speed
Dave
The formula listed is f = fo* [( C + Vr)/(C + Vs)], where C is wave velocity in medium, if free space @ 10.5 GHz would be close to 2.998E10 cm/sec, Vr is the velocity of receiver relative to medium, Vs is the transmitter velocity relative to medium.
The unit is a 'homodyne' receiver, basically just mixes the received signal with transmitted signal to yield the difference beat tone between the two.
So its beat frequency output will be 2 times 10.5 GHz times the absolute velocity relative to a fixed object / speed of light. The amplitude will be a function of the strength of the reflected signal. Metal objects will be stronger then a hand.
For example if you throw a ball of aluminum foil at the unit at 20 km per hour (555.56 cm/sec) you would get 2 * 10.5 GHz * (555.56 cm/sec) / (2.998 x 10^10 cm/sec) = 389 Hz tone output. Hook the output up to input of audio amp and throw alum foil balls at unit to hear the music it makes.
Thanks for that info RCinFLA :)
will have to store that somewhere for future use :)
Dave
finally i got it
parallax X-Band Motion Detector
this sensor module built with HB100 microwave radar with some circuit [2khz PWM, lowpass amplifier,comparator]
does anyone know this circuit ?
http://www.parallax.com/StoreSearchR...tSearch=x+band
http://www.parallax.com/Portals/0/Do...tCode-v1.0.zip
http://www.parallax.com/Portals/0/Do...ector-v1.1.pdf
http://www.parallax.com/Portals/0/Do...0Datasheet.pdf
do you have the circuit for signal conditioning and amplifier ?
ADC and op amp ?
microwave radar circuit
Jestin do you know how to make the Microwave doppler sensor output to detect speed?
I badly need it for my research. thanks in advance.
20 km per hour389 Hz tone output and then converter: frequency to DC.
you need to amplify the IF out. It will be an analog signal, below 1 MHz. Use a good op amp. Then you need to figure out its frequency. If there are multiple targets, you will want some sort of DSP processor to measure the frequencies of the various tones in the IF, and figure out which one is the target's that you desire.
If you do not care about clutter, u could just assume the highest frequency tone is your targets, and do some analog or digital processing to get its frequency (like a frequency to voltage detector, lumped element frequency discriminator, frequency counter, etc)