LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fsk demodulate

Hi !
Is there any function to analyze fsk signal in labview6.1?
0 Kudos
Message 1 of 4
(3,114 Views)
I have never done this before, but I found some links on NI's website which can hopefully lead you in the right direction:
How Do I Change The Frequency Output Of My Pulse Train On The Fly?
Frequency Shift Keying (FSK) with ComponentWorks
J.R. Allen
0 Kudos
Message 2 of 4
(3,114 Views)
I do not think there is anything out of the box to do this.

How about;

1) Pass signal to two notch filters set for the two key frequecies.

2) Get amplitude of the outputs of both of the above.

3) wire both to a compare function.

With the appropriate timing control, you are there.

Ben

Have you concidered using a modem to convert the FSK?
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(3,114 Views)
Even better,

Extract single tone then compare resulting freq value with limits.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(3,114 Views)