SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

rectify a signal

Dear All,
I want to rectify a signal in LabVIEW SE version 2.5. How can I rectify an AC signal, there seems to no option in the Add step pallete. Could any one give any suggestion without having to generate code for labVIEW and doing it programatically?
Munir.  
0 Kudos
Message 1 of 4
(8,054 Views)
Select the formula step from the Processing>>Analog Signals Palette and change the formula to "abs(x0)".
0 Kudos
Message 2 of 4
(8,051 Views)
Dear proud NI,
Thanks for the answer but I think it does full wave rectification and moves the part of the signal below zero up and inverts it. How can it be fully cut from the original signal?
Thank you in advance.
Munir.
0 Kudos
Message 3 of 4
(8,046 Views)

How about "(x0+abs(x0))/2"

 

Message 4 of 4
(8,045 Views)