Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help with my precise FSK modulator

Status
Not open for further replies.

Marius6

Newbie level 3
Joined
Jan 20, 2011
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,320
Want to create a ultrasound fsk modulator ( sine wave ) with fo at 20KHz and f1 at 20.5KHz

First, we used XR2006, but its frequency accuacy is only 1%, which is not good enough for our project,

Then, we changed to use a avr mega microntroller, but its pwm output is too slow.

Now we start to think about using mcu + DAC ( high speed ), letting mcu output more than 30 values during a sine circle and DAC translate it to voltage. Is that a good design> We are not sure.

We wonder whether there is a more precise XR2206 in market or any other popular solution for problems like this.

Thanks for any suggestions.
 

Hi Marius,

instead of generate sinusoidal waves with PWM, DAC or an analog waveform generator, you can use your microcontroller (or other digital circuit) for generate a square wave at f0 and f1. Then, filter the square-wave FSK with a low-pass or passband filter. That filter has to pass the band centered at about 20 KHz, and the lower band that has to stop is centered at about 60 KHz (the 3rd harmonic) if the square wave has 50% duty cycle. The filter has not stringent requirements.
Regards

Z
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top