Solution
The modulation GFSK is a type of digital frequency modulation that you apply a gaussian filter to reduce sideband power and consequently reducing the interference with neighboring channels.
In LabVIEW, you can use NI LabVIEW Modulation Toolkit (NILVMT) to modulate and demodulate a signal into most modulation technnique. When using NILVMT to implement a GFSK modulation, you must set the Pulse Shaping Filter input of the MT Generate Filter Coefficients.vi to gaussian and provide the filter parameters output to MT Modulate FSK.vi and MT Demodulate FSK.vi.
You can find NI LVMT built-in examples from LabVIEW:
- Clicking on menu Help>>Find Examples.
- From NI Example Finder window, navigate to folders Toolkit and Modules>> Modulation