LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FBMC Transmitter

Hello everyone,

 

I'm working on a project thesis in which I should implement a FBMC transmitter by using LabVIEW 2017. I have te Modulation ToolKit (the last one). I should implement a Offset QAM modulator, but there is no .vi in the mod kit about OQAM. Any suggestion on of to implement it?

0 Kudos
Message 1 of 2
(2,354 Views)

Hey,

I did some research and could not find any implementation of a FMBC transmitter on LabVIEW. However, there is an example on matlab. In this case you have two options: 

1)You could try to use matlab script on LabVIEW which basically allow you two run matlab scripts on LabVIEW http://zone.ni.com/reference/en-XX/help/371361P-01/gmath/matlab_script_node/

2) You could translate the script to a LabVIEW application

 

The script can be find here:

https://www.mathworks.com/help/comm/examples/fbmc-vs-ofdm-modulation.html

0 Kudos
Message 2 of 2
(2,313 Views)