<?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: Cut the first impulse in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370902#M1284635</link>
    <description>&lt;P&gt;&amp;nbsp;Hi Lirin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for conversion!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On your signals:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;filter the noise: there seems to be some noise with levels &amp;lt;0.1&lt;/LI&gt;
&lt;LI&gt;then search the resulting filtered signal for values above noise level: it's quite easy to find the pulses…&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 06 May 2024 17:35:48 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2024-05-06T17:35:48Z</dc:date>
    <item>
      <title>Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370770#M1284577</link>
      <description>&lt;P&gt;Hello. I have 2 .wav files with pulses from which I need to cut the first pulse so that it is the same length. My solution can only cut a given fragment (that is, find the necessary parameters by touch so that it cuts a specific fragment). Is it possible to implement this somehow differently? I think it’s hardly possible to achieve such accuracy manually&lt;BR /&gt;&lt;BR /&gt;Здравствуйте. У меня есть 2 Вав файла с импульсами из которых нужно вырезать первый импульс чтобы он был одинаковой длинны. Мое решение может вырезать только заданный фрагмент (тоесть наощуп найти нужные параметры, чтобы оно вырезало определенный фрагмент). Может можно как-то иначе это реализовать ? Вручную добиться такой точности думаю вряд-ли возможно&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 08:31:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370770#M1284577</guid>
      <dc:creator>Kirin_Jindosh</dc:creator>
      <dc:date>2024-05-06T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370771#M1284578</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/737533"&gt;@Kirin_Jindosh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello. I have 2 .wav files with pulses from which I need to cut the first pulse so that it is the same length. My solution can only cut a given fragment (that is, find the necessary parameters by touch so that it cuts a specific fragment). Is it possible to implement this somehow differently? I think it’s hardly possible to achieve such accuracy manually&lt;BR /&gt;&lt;BR /&gt;Здравствуйте. У меня есть 2 Вав файла с импульсами из которых нужно вырезать первый импульс чтобы он был одинаковой длинны. Мое решение может вырезать только заданный фрагмент (тоесть наощуп найти нужные параметры, чтобы оно вырезало определенный фрагмент). Может можно как-то иначе это реализовать ? Вручную добиться такой точности думаю вряд-ли возможно&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't understand.&amp;nbsp; Media editors can manipulate a waveform to the individual sample.&amp;nbsp; That should be accurate enough.&amp;nbsp; Maybe that's not what you're asking?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 08:36:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370771#M1284578</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2024-05-06T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370778#M1284582</link>
      <description>&lt;P&gt;Have you watched my program? There, in order to cut a fragment, you need to manually search, which is not very convenient and accurate. I need to specifically cut out the first pulse so that it matches the length of the first pulse of another audio file.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 09:12:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370778#M1284582</guid>
      <dc:creator>Kirin_Jindosh</dc:creator>
      <dc:date>2024-05-06T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370799#M1284591</link>
      <description>&lt;P&gt;You can e.g. use the Threshold 1D array to find the start of your pulse and then use that index in the other.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 10:48:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370799#M1284591</guid>
      <dc:creator>Yamaeda</dc:creator>
      <dc:date>2024-05-06T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370849#M1284608</link>
      <description>&lt;P&gt;So it’s for an array of numbers, but I need it for audio. Well, or I don’t know how to connect it&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:49:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370849#M1284608</guid>
      <dc:creator>Kirin_Jindosh</dc:creator>
      <dc:date>2024-05-06T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370864#M1284613</link>
      <description>&lt;P&gt;Hi Kirin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/737533"&gt;@Kirin_Jindosh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;So it’s for an array of numbers, but I need it for audio. &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Audio" aka waveforms basically are just arrays of numbers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mind to share your VI downconverted to LV2021 or older? (I prefer LV2019.)&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 15:02:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370864#M1284613</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2024-05-06T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370865#M1284614</link>
      <description>&lt;P&gt;Certainly can. I hope it was preserved correctly)&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 15:05:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370865#M1284614</guid>
      <dc:creator>Kirin_Jindosh</dc:creator>
      <dc:date>2024-05-06T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370902#M1284635</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Lirin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for conversion!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On your signals:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;filter the noise: there seems to be some noise with levels &amp;lt;0.1&lt;/LI&gt;
&lt;LI&gt;then search the resulting filtered signal for values above noise level: it's quite easy to find the pulses…&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 06 May 2024 17:35:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370902#M1284635</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2024-05-06T17:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370939#M1284648</link>
      <description>&lt;P&gt;Sorry, but could you tell me or show me how to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 21:50:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370939#M1284648</guid>
      <dc:creator>Kirin_Jindosh</dc:creator>
      <dc:date>2024-05-06T21:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cut the first impulse</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370964#M1284655</link>
      <description>&lt;P&gt;Hi Kirin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/737533"&gt;@Kirin_Jindosh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Sorry, but could you tell me or show me how to do this?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Get the Y array of the waveform, compare with "&amp;gt;0.2" and search for the first TRUE in the resulting boolean array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a very simple approach, based on the waveforms in your first message. You may apply some filtering when there could be more noise in the signals…&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 05:42:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cut-the-first-impulse/m-p/4370964#M1284655</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2024-05-07T05:42:09Z</dc:date>
    </item>
  </channel>
</rss>

