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.

FSK Transmitter and Receiver

Status
Not open for further replies.

Aldous Mantiza

Newbie level 5
Newbie level 5
Joined
Aug 26, 2014
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
56
HI! I'm a new member :)
I am designing an FSK transmitter. But my digital input is a manchester encoded. Would that affect my circuit design? Or any kind of digital input can be used and my transmitter will be the same. Thanks :)
 

you actually WANT Manchester encoding on FSK, otherwise your apparent center frequency will drift. For instance, if your header data is 000000000010 then data, in the first 10 bits, your center frequency will drift due to the PLL you probably have, so that F0 starts to look like (F1-F0)/2. then when the "1" comes, the VCO will overshoot too high over F1.

the result....you might not detect the header at all.

Manchester coding would not let so many of the same bit be transmitted in a row.
 
Last edited:
This chip sems to be designed for PSK. So the local oscillator locks to the incoming frequency and the outputs from the mixers represent the phase deviation.. I and Q being 90 degrees different and represent 1s and 0s. If you feed it with FSK, will the local oscillator lock up to the mean frequency? and if it does the outputs from the I and Q mixers will be two sine waves of half the frequency shift but 90 degrees out of phase. I am not sure if you could then make anything meaningful from these.* A better way would be to have a fast PLL lock up, so the local oscillator "jumps" from frequency to frequency as the FSK comes in and detect the change in the PLL representing hi/lo frequencies.
Perhaps you should read the datasheet more thoroughly then I did!
Frank
* Afterthought :- If you can arrange a sampling pulse based on the zero crossing of one of the sine waves then sampling the other would give you a +/- output as a hi/lo frequency detector. There must be an easier way!!!
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top