IF-RIO

cancel
Showing results for 
Search instead for 
Did you mean: 

ni5640R FM/2-FSK Modulator

i want to convert samples into bits zeroes and ones. i am using number to boolean array but it gives array i want that zeroes and one come one by one so that ican use select vi to select something corresponding to zero or a one. can modulation toolkit blocks can be used in FPGA VI 

KAMRAN ZIA
UNGERGRADUATE STUDENT (AVIONICS)
0 Kudos
Message 11 of 14
(4,191 Views)

I strongly suggest moving your questions to a new post so that we do not continue to clutter this post with unrelated issues.

I believe the answer to your binary question is the following function

Boo2bin.jpg

 

Also Modulation Toolkit VIs can not be used in an FPGA VI, please see the RF communications library for more information on how to do modulation on FPGA. You can however still use Modulation Toolkit on the host and pass the modulated data to the host.

JaceD
Signal Sources Product Support Engineer
National Instruments
0 Kudos
Message 12 of 14
(4,187 Views)

small correction to my previous post I meant pass data to and from the FPGA with modulation toolkit operating on the host side.

JaceD
Signal Sources Product Support Engineer
National Instruments
0 Kudos
Message 13 of 14
(4,183 Views)

does the boolean to (0,1) converts each true or false to 16 bit number equivalent to 0 or 1 or it converts whole array into 0 or 1. i want the each true or false in array comes element by element not as an array. As it happens when we convert parallel into serial data. If u have used xilinx system generator there parallel to serial converter block performs this function which i require i want to know how its done in LABview. how can i see the sample rates of my dta at different places in my vi. as parallel to serial conversion is performed the sample rates increases by factor equal to number of bits representing the data. how can i measure or observe this change in sample rate

KAMRAN ZIA
UNGERGRADUATE STUDENT (AVIONICS)
0 Kudos
Message 14 of 14
(4,177 Views)