Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

MY first program in LabVIEW, please check it

This is my first LabVIEW , My program is about taking EEG signal and filter it and extrat theta and alpha waves
please could anyone  check my program
0 Kudos
Message 1 of 7
(4,399 Views)
Your best bet is to post this on the LabVIEW message board.
0 Kudos
Message 2 of 7
(4,390 Views)
So I would arrange all of the vis so that you minimize the number of bends in wires. Also consider using subvis when you have portions of code preforming the same operations. It looks like you extract a portion of your code and then do some statistics on that portion. Consider making a subvi that you can resue. Also check out the following
 
 
Chris C
 
0 Kudos
Message 3 of 7
(4,377 Views)
Thank u
0 Kudos
Message 4 of 7
(4,371 Views)

Also look at LabVIEW Style guide

0 Kudos
Message 5 of 7
(4,349 Views)

After using Extract portion of signal , how  I can use the boolean ?

I mean how I make the light to turn on?

0 Kudos
Message 6 of 7
(4,332 Views)
One method:
Since the signal would have a numeric attribute, You could compare this with a numeric value and use the output of 'comparison' operation to make an LED glow. You will find comparison functions in Functions palette>> comparison
 
Look at attached pic
0 Kudos
Message 7 of 7
(4,327 Views)