04-18-2012 11:33 PM
Hi there,
I have checked out your code and everything looks good. While i am not the expert in PSK and FSK Modulation, if you post a more detailed explanation of what functionality you need help with, I may be able to assist with how it may be programmed in LabVIEW.
As smercurio_fc posted above, outlining your issue with more details will also catch the eye of some of the more experienced programmers here, and they may be able to help you out a little better.
Best,
04-20-2012 02:01 PM
04-23-2012 04:01 PM - edited 04-23-2012 04:02 PM
Hello,
Could you explain in even more detail what you would like to do with the PSK? For the FSK portion of your code, you may just want to implement a case structure that outputs a 0 or a 1 based on comparing the frequency to a threshold. Any and all detail you can provide will help!
Cheers,
07-14-2012 03:00 PM
Hello there,
Even I'm trying to generate PSK (Phase Shift Keying). This can be simply done by multiplying message signal (barker code in my case) with carrier signal (sinusoid in my case).
Check out the image to understand the process.
All that I need is to generate a barker code signal, a sequence of +1s and -1s (green and red as shown in figure.b). I should be able to multiply this barker code signal with sinusoidal waveform.
Please help me out in generating this signal, which is a sequencw of +1s and -1s.
Thanks!
07-16-2012 01:20 PM
Solved!
Used arrays to build the waveform
Cheers.!