<< Chapter < Page Chapter >> Page >
This is the culmination of all the previously developed sub-VIs. It's job is to simply package up all the functionality nice and neat, and make it ready to place in any communications template for real-world use.

Input/outputs and help

OFDM Symbol Generator Inputs/Outputs and Help in LabVIEW
This is the LabVIEW help and block description for the OFDM Symbol Generator Sub-VI.

Putting together all of the previously built sub-VI's into a sub-VI itself, we get a convienent block (shown above in Figure 1) to drop into any software communications template in order to complete the system. By specifying all the input data, this block will output a signal OFDM time-domain signal ready to be quadrature multiplexed out to IF and actually transmitted.

Again, though some may find this module unecessary (and pedantically speaking they would be correct), modularity and transparency goes a long way in system integration. Almost always, the benefits outweigh the minimal time needed to develop such modules.

Block diagram layout

OFDM Symbol Generator Layout Block Diagram in LabVIEW
This is the LabVIEW block diagram for the OFDM Symbol Generator sub-VI.

There is little to discuss here, and the really only sticking point is the use of the case structures and clusters. One could have the blocks outside the case structures and feed their outputs through the case structures. However, by placing the functions in the case structure, we decide if we actually call the function or not, instead of using the output signal. This way we reduce unneeded computational time. The cluster data type is used for visual clarity, and ease of transferring transmitter properties to other systems (like the receiver).

If you are still confused on how any of this works, check out the instructional video below, the all software test module, or email the author for more questions. The sub-VI (as well as all VIs it uses) is available below for download.

Instructional video

This is the instructional video for constructing the OFDM Symbol Generator sub-VI.

Download This LabVIEW sub-VI

NOTE: This zip file also contains all the sub-VI's shown in this module that this sub-VI uses.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Fully configurable ofdm sdr transceiver in labview. OpenStax CNX. May 04, 2010 Download for free at http://cnx.org/content/col11182/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fully configurable ofdm sdr transceiver in labview' conversation and receive update notifications?

Ask