09-02-2012 07:45 PM
Hi,
I want to generate a 10 kHz square wave with a 500 kHz modulation signal. I used a AND gate to combine these two signals. But the output only has the fundamental 10kHz signal no 500kHz modulation signal within it. I have measured the output of 500 kHz and 10kHz signal generator separately. Both of them have correct output. But once I use an AND gate to combine them. I can only get the 10kHz fundamental signal at the output. Can someone please help??
09-02-2012 09:46 PM
can someone please help? Really appreciated
09-02-2012 11:19 PM
Hi 8D,
For PWM signal generation.
Here you can find an example:
You can get some more info from the following link: http://sine.ni.com/devzone/cda/epd/p/id/651
09-03-2012 02:33 AM - edited 09-03-2012 02:35 AM
Hi Danil,
your two links both show the same outdated example...
Did you notice the OP is using the FPGA of it's RT target?
@8D:
- Your pic doesn't show any timings...
- Which hardware are you using?
- Is the DIO capable of outputting at 500kHz?
- Bumping a thread after just 2 hours on an early Monday morning is quite annoying...
09-07-2012 06:59 PM
Hi
Thank you both for advices. Problem solved. I put the two PWM generators in 2 separate loops and then use AND gate to combine them. The resultant waveform achieves what I want,i.e. fundamental comprising the modulation signal.