01-30-2006 11:03 AM
01-31-2006 10:19 AM
01-31-2006 10:44 AM
01-31-2006 10:47 AM
01-31-2006 05:36 PM
Hi Rajesh,
When you say you are unable to generate a signal below 1KHz, does that mean that you get an error? If so, what error do you get?
The IQRate = SamplesperCycle * Message Frequency.
Thanks,
Tica T
Applications Engineer
National Instruments
01-31-2006 05:58 PM
02-01-2006 11:47 AM
Hi Tica/Erick,
I am not getting an error but I am not getting the desired frequency below 1KHz. Instead I get only 1KHz constantly for different low frequencies.
Erick - Thanks for sending the code. Unfortunately I am unable to run the code becuase I have CVI 7.0 version but the sample code was developed in CVI8.0.
Anyway, I have finally achieved generating the lower frequencies but I got the logic by trial and error method. The logic is;
Set the number of samples of sine wave to 100, to generate frequencies >1KHz(ie. above 1 KHz).
Set the number of samples of sine wave to 10000, to generate frequencies <1KHz(ie. below 1KHz).
IQ rate = NumberOfSample * Message frequency.
What is this logic? Seems to be strange for me.
I have not used the complex logic used in the CVI sample program. I am saying the logic as complex because I do not understand the logic for calculating the number of samples, actual message frequency and actual carrier frequency. Don't scold me if this seems to be silly. 🙂 I haven't put much effort to understand that as I am running out of time.
Thanks,
Rajesh.
02-02-2006 05:20 PM