01-25-2011 09:43 PM
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
01-26-2011 01:14 PM
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
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.
01-26-2011 03:18 PM
small correction to my previous post I meant pass data to and from the FPGA with modulation toolkit operating on the host side.
02-01-2011 09:48 PM
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