03-24-2013 09:17 AM
Dear all,
How can I extract the signal from the waveform accroding to the power level? I read the Trigger&Gate.vi, but this vi extract signal according to the duration time. I want to extract signal according to power level.
As shown in the following figures, the signal I want to process is between 130000 to 140000, if I zoom in, I can see the the useful signal is between 135400 to 138200. The question is how to extract the signal in the zone?
I tried the sub_NoiseEst_And_Chop_Shell.vi in the Packet_based_link example too, but this subvi seemed to be a little slow. Can anybody give me better advice? Thanks in advance!
Solved! Go to Solution.
03-25-2013 08:46 AM
I was working on something similar but haven't had time to fully develop it.
My idea was to use an envelope detector (low pass filter) and then use an energy detection VI on the envelope.
Here's where I left off
03-25-2013 08:26 PM
Hi, Anthony . Can you offer a vision of labview 2011 ? thanks
03-26-2013 08:19 AM
Absolutely
03-31-2013 01:39 AM
Hi, Anthony
I still can't open the vi by lv 2011
04-01-2013 06:39 AM
2010 format this time. Not sure why it didn't work on the last upload.
04-03-2013 07:54 AM
Hi Anthony,
Thanks very much for your example code! I will learn it carefully.
05-08-2013 08:18 AM
where Can I find energy detection Vi
05-08-2013 08:26 AM - edited 05-08-2013 08:30 AM
You can find the VI on our code sharing community
Simple Trigger on Energy Example
This code is provided courtesy of Jackson Massey
LabVIEW also has simple threshold detector as well:
Signal Processing -> Signal Operations -> Threshold Detector.VI