Electrical – Frequency deviation in VCO chips

fm

I'm trying to do FM modulation on a signal and pass it to the PC and demodulate it using matlab. Matlab requies the frequency deviation in addition to the carrier frequency to do the demodulation. I considered using timer 555, Xr2206 and Icl8038 to do the FM modulation but their data sheets don't show anything about the default frequency deviation or how to set it. How can I find it? and if there is another option to do FM modulation with a known frequency deviation please share it with me. I know that frequency deviation can be calculated by the modulation index, but even that I couldn't find it on the data sheets. Here are the links for the data sheets of the 3 chips.

https://www.google.ae/url?sa=t&source=web&rct=j&url=https://www.sparkfun.com/datasheets/Kits/XR2206_104_020808.pdf&ved=0ahUKEwja3YCX87_RAhVJVhQKHZtyACwQFggYMAA&usg=AFQjCNFXtU-KvN2EznTFZbg1HQhIdJzUyQ&sig2=cCA2-zfyAj9R3PUqVtso1Q

https://www.google.ae/url?sa=t&source=web&rct=j&url=https://www.intersil.com/content/dam/Intersil/documents/icl8/icl8038.pdf&ved=0ahUKEwjfpcXu9L_RAhXFaRQKHRUEBiwQFggYMAA&usg=AFQjCNGATe_GMj8vKnVTuETXAEj4-n_JRw&sig2=QCGBQEXSTJuNZZ6fKQWVww

https://www.google.ae/url?sa=t&source=web&rct=j&url=http://www.ti.com/lit/ds/symlink/lm555.pdf&ved=0ahUKEwihlIXj9L_RAhVJ7RQKHR4jDioQFghLMAs&usg=AFQjCNHIrM2lP_uK2NRBO9CQr5erPxOu0Q&sig2=ana5qX18si_Oz5Yxe1-7ug

Thank you

Best Answer

To produce an FM modulated carrier using a VCO, you directly modulate the frequency control voltage.

FM demodulation by VCO requires a little more, closing a PLL around the VCO, so that the VCO tracks the incoming signal, and the demodulated signal is the voltage on the VCO.

The obvious first order parameters to take account of are the voltage to frequency gain, and the range over which both will operate. You would use these to set the gain and range, deviation is just the maximum variation in frequency within the range. You choose a deviation within this range to suit your system.

In order to set the PLL parameters, you would also need to know the maximum modulation rate, and keep the PLL bandwidth well below this. You would need to choose a VCO that was capable of (rule of thumb for PLL stability) a rate at least 5 times higher than the system modulation rate.

Some important second order parameters that affect the quality of the modulator/demodulator you produce are the voltage to frequency linearity, which will affect the distortion, the control voltage noise, and if you want the modulation to go down to DC, the control voltage drift and tempco.

It might be easier to start with a VCO like that found in a 4046 PLL IC. This is specified for linearity and drift, and already has the PLL circuitry on chip (apart from the filters) to complete the demodulator. For the modulator, you can simply ignore the PLL section.

Modulation index is deviation/rate. You can get any index you like from 0 to infinity by manipulating the rate or deviation down to zero, so that's not really a design criterion. Depending on the application, you find different modulation indexes. Digital transmission tends to use indexes in the order of 1 for bandwidth efficiency, in FM audio the maximum index varies between a few and a few thousand depending on audio frequency.