03-20-2012 03:01 AM
HI! I want to do MSK demodulator on FPGA! I can't understand how this can be done. FPGA does't work with arrays? This is the whole difficulty.
Thanks and best regards,
Latyp
03-21-2012 01:44 PM
Hey Latyp,
Below is a link about how to use arrays and clusters in FPGA programming:
http://zone.ni.com/devzone/cda/tut/p/id/4520
However, if you are planning on using large arrays I would suggest not trying it on the FPGA as you will have to be very careful as you have limited space on the FPGA and using arrays will take up a lot of room on the chip. It might be best to pass your data back to a host VI and do your demodulation there.
Hope This Helps,
Doug B
03-21-2012 08:50 PM
03-22-2012 06:02 PM
Hey Latyp,
Thanks for adding your hardware information. I would still suggest not trying to do much array manipulation on the FPGA itself. I would suggest acquiring the data on the FPGA and then sending it back to the host VI to do the array manipulation.
Hope This Helps,
Doug B