<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PEAK DETECTION USING ARRAY in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824960#M1081237</link>
    <description>&lt;P&gt;Hi ayushi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;right now you try to find all those peaks/valleys/inner peaks &lt;U&gt;globally&lt;/U&gt; on the whole waveform!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As said before: try to find those inner peaks &lt;U&gt;just between the valleys&lt;/U&gt; found previously!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you need to implement 3 steps:&lt;/P&gt;
&lt;P&gt;1. Find "upper" peaks.&lt;/P&gt;
&lt;P&gt;2. Between each pair of peaks from step 1 you need to find the valleys: work with just a subset of the whole waveform from step 1.&lt;/P&gt;
&lt;P&gt;3. Between the two valleys from step 2 you again take a subset of the waveform and now try to find the peak on just that subset!&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 08:14:39 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2018-08-03T08:14:39Z</dc:date>
    <item>
      <title>Signal processing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824500#M1081030</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I'm Ayushi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to detect the peak between these two points using array as shown in the below picture .&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 10:41:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824500#M1081030</guid>
      <dc:creator>ayushi141</dc:creator>
      <dc:date>2018-08-02T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Signal processing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824503#M1081033</link>
      <description>&lt;P&gt;hi and welcome to the forum!&lt;/P&gt;
&lt;P&gt;please skim through this post to get you started&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.ni.com/t5/Community-Documents/Unofficial-Forum-Rules-and-Guidelines/ta-p/3536495" target="_blank"&gt;https://forums.ni.com/t5/Community-Documents/Unofficial-Forum-Rules-and-Guidelines/ta-p/3536495&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and check your post again .. your image &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; ... is ... (almost) ... empty&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 10:48:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824503#M1081033</guid>
      <dc:creator>jwscs</dc:creator>
      <dc:date>2018-08-02T10:48:49Z</dc:date>
    </item>
    <item>
      <title>PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824515#M1081043</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;I WANT TO DETECT THE PEAK BETWEEN THESE TWO POINTS AS SHOWN IN THE FILE&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:12:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824515#M1081043</guid>
      <dc:creator>ayushi141</dc:creator>
      <dc:date>2018-08-02T11:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824522#M1081045</link>
      <description>&lt;P&gt;Hi ayushi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;find the valleys between your points, then find the peak between the valleys…&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:32:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824522#M1081045</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2018-08-02T11:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Signal processing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824529#M1081049</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Isn't your problem would be solve by using the 'peak detection vi' twice ? (found in maths\signal processing\Signal operation)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once for finding the valleys, then a second time to find the peak between those valleys.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:42:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824529#M1081049</guid>
      <dc:creator>Arik.v³</dc:creator>
      <dc:date>2018-08-02T11:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824918#M1081221</link>
      <description>&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;i found the valleys , but i'm not able to find the peaks between these valleys..&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 06:21:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824918#M1081221</guid>
      <dc:creator>ayushi141</dc:creator>
      <dc:date>2018-08-03T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824927#M1081224</link>
      <description>&lt;P&gt;Hi ayushi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt; i'm not able to find the peaks between these valleys..&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Why aren't you able to find them?&lt;/P&gt;
&lt;P&gt;What have you tried?&lt;/P&gt;
&lt;P&gt;How does your VI look like? (Attach it!)&lt;/P&gt;
&lt;P&gt;Are you really looking for the peaks just in the subset of your waveform between each pair of valleys?&lt;/P&gt;
&lt;P&gt;And why don't you find both valleys in the 3rd period of your signal?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 06:53:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824927#M1081224</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2018-08-03T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824952#M1081232</link>
      <description>&lt;P&gt;i want to detect the peak &amp;nbsp;between each valley .&lt;/P&gt;
&lt;P&gt;please find &amp;nbsp;the &amp;nbsp;attachment of my vi.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 07:57:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824952#M1081232</guid>
      <dc:creator>ayushi141</dc:creator>
      <dc:date>2018-08-03T07:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824960#M1081237</link>
      <description>&lt;P&gt;Hi ayushi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;right now you try to find all those peaks/valleys/inner peaks &lt;U&gt;globally&lt;/U&gt; on the whole waveform!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As said before: try to find those inner peaks &lt;U&gt;just between the valleys&lt;/U&gt; found previously!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you need to implement 3 steps:&lt;/P&gt;
&lt;P&gt;1. Find "upper" peaks.&lt;/P&gt;
&lt;P&gt;2. Between each pair of peaks from step 1 you need to find the valleys: work with just a subset of the whole waveform from step 1.&lt;/P&gt;
&lt;P&gt;3. Between the two valleys from step 2 you again take a subset of the waveform and now try to find the peak on just that subset!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 08:14:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3824960#M1081237</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2018-08-03T08:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: PEAK DETECTION USING ARRAY</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3837128#M1085722</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I want to use LabVIEW&amp;nbsp;Advanced signal processing toolkit(Discrete wavelet Analysis VI) for feature extraction purpose,I have read the signal samples using the read from spreadsheet vi and set to the vi for wavelet analysis purpose,my intention is to find the details and approximate coefficients like Matlab,how could i make that one in LabVIEW(extracting the detail coefficients and approximate coefficients and then plotting the detail coefficients&amp;nbsp;vs the sample or time)&lt;/P&gt;
&lt;P&gt;thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 09:56:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Signal-processing/m-p/3837128#M1085722</guid>
      <dc:creator>samuelaa</dc:creator>
      <dc:date>2018-09-09T09:56:25Z</dc:date>
    </item>
  </channel>
</rss>

