07-31-2005 01:28 PM
The period of the modulation, tcycle, shall be adjustable from 50ms to 1000ms.
The ramp up and ramp down periods of the modulation, tramp, shall be selectable between 0.2ms, 0.5ms, and 1.0ms.
The on period of the modulation, ton, shall be adjustable from 10 to 100% of tcycle08-01-2005 01:08 PM
08-01-2005 05:09 PM
Dear Evan R.
The software I used is Labview 7.1. The modulation format is AM as shown in the attached Doc file.
I don't have Modulation Toolkit. Does it mean that I cannot generate a AM signal with this modulation toolkit?
Thanks a lot!
Bill Fu
08-05-2005 10:52 AM
You can do what you want with just LabVIEW 7.1 and NI-FGEN. You first need to create a waveform that represents your ramp up, high DC value, ramp down and low DC value. This takes care of your requirements for duty cycle, rise time and fall time.
Then you take the resultant waveform that you have created and multiply it by a sine wave of the specified carrier frequency. You can create the sine wave with a LV VI like Sine Waveform.vi from the Waveform >> Analog Waveform >> Waveform Generation Palette. There are several VIs in LabVIEW that will create a sine wave for you. Just search in the LabVIEW palette (using the text search capability) until you find the sine wave VI that suits your needs.
You'll want your sine wave to have the same number of points as your message signal (modulation waveform). The 5412 requires waveforms to be multiples of 4 samples.
Then you download the waveform and generate it continuously. You can take an existing FGEN example for generating a single waveform and just substitute your data for the data that the example uses.
11-10-2005 07:34 AM
dear Neil,
I just looked into your reply.
The first part of your answer is of interest to me as I tried recently to generate a very simple ramp in LabView. How exactly would I do that?
Rainer