<?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: Iteration Speed issue when Indexing 3D array wried to a while-loop in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310889#M161237</link>
    <description>Your attachment did not make it.  Some file types are not permitted as attachments.  .jpg or .png are good.  Avoid .bmp as it produces very large files.  You should also attach your VI.  Several persons who participate in this forum regularly are quite knowledgeable regarding handling of large datasets.  A paper on handling large amounts of data written by an NI employee is in the Archives or elsewhere on NI's web site.  A search should find it for you.&lt;BR /&gt;&lt;BR /&gt;The basic concepts are to avoid making copies of data and to avoid growing arrays (which requires reallocating memory) inside loops.&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
    <pubDate>Sun, 15 Jan 2006 23:53:59 GMT</pubDate>
    <dc:creator>johnsold</dc:creator>
    <dc:date>2006-01-15T23:53:59Z</dc:date>
    <item>
      <title>Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310887#M161236</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Brief Description of my Program:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align="justify"&gt;I am working on the real-time signal generation by using LabView and DAQmx (PCI-6110 card). My vi reads the big data file (typically 8MB txt file containing about 400,000 samples (complex double precision). Then, the signal is pre-processed and I end up with a huge 3D array to feed while-loop (typically 3D array dimension is N x 7 x&amp;nbsp;M where N &amp;amp; M &amp;gt;&amp;gt; 7). Inside the loop, that 3D array is indexed and processed before the results are written to the DAQmx outputs. I have a speed issue when indexing the large 3D array (i.e, 3D array having a large sub-array size). My while-loop could not run fast enough to top-up the DAQmx AO buffer (at the output rate of 96kHz). It could run faster only if I use smaller 3D array (i.e, smaller-sized sub-arrays). I do not quite understand why the size of 3D sub-array affects the rate of looping although I am indexing same sub-array size at each iteration. I really appreciate your comments, advices and helps.&lt;/P&gt;
&lt;P align="justify"&gt;I include my 3D array format as a&amp;nbsp;picture below.&lt;/P&gt;
&lt;P align="justify"&gt;&lt;STRONG&gt;Question on LabView:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;How does indexing an 3D array which wires to the while-loop affect the speed of the loop iteration? I found that large dimension of sub-arrays in the 3D array slows down the iteration speed by comparing to indexing the same size of sub-array from smaller-sized sub-arrays of the 3D array to perform signal processing inside the while-loop. Why? Is there any other way of designing LabView Program to improve speed of iteration?&lt;/P&gt;
&lt;P&gt;--------------------------------------&lt;/P&gt;
&lt;P&gt;attachment:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="C:\Documents and Settings\sheinma\My Documents\2005-2006 Project\Works-by-Days\06 Jan 16\Index3Darray.bmp" /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT size="4"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Jan 2006 23:20:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310887#M161236</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-15T23:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310889#M161237</link>
      <description>Your attachment did not make it.  Some file types are not permitted as attachments.  .jpg or .png are good.  Avoid .bmp as it produces very large files.  You should also attach your VI.  Several persons who participate in this forum regularly are quite knowledgeable regarding handling of large datasets.  A paper on handling large amounts of data written by an NI employee is in the Archives or elsewhere on NI's web site.  A search should find it for you.&lt;BR /&gt;&lt;BR /&gt;The basic concepts are to avoid making copies of data and to avoid growing arrays (which requires reallocating memory) inside loops.&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
      <pubDate>Sun, 15 Jan 2006 23:53:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310889#M161237</guid>
      <dc:creator>johnsold</dc:creator>
      <dc:date>2006-01-15T23:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310893#M161240</link>
      <description>&lt;DIV&gt;Your image attachment points to your C: drive, which is unaccessible to most of us (hopefully &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; You need to use the attchment button, but please no BMP as johnsold already mentioned) &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;How many elements are in the 3D array? Is ist still around 400000 or significantly more? Do you create unecessary data copies? Please attach a simplified version of your code.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 01:05:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310893#M161240</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2006-01-16T01:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310902#M161241</link>
      <description>&lt;DIV&gt;
&lt;P&gt;Thank you all&amp;nbsp;for your prompt replies and your interests. I am sorry about my attachment.&amp;nbsp;But, I have now attached a jpg format image file as you suggested. &lt;/P&gt;
&lt;P&gt;I had read the few papers on large data handling such as "LabVIEW Performance and Memory Management". Thus, I had already tried to avoid making unnecessary copies of data and growing arrays in my while-loop. I am not an expert on LabView, so I am not sure if the issues I have are just LabView fundamental limitations or there are any other ways to improve the&amp;nbsp;iteration speed without reducing the input file size and DAQ output rate.&lt;/P&gt;
&lt;P&gt;As you request, I also attach my top-level vi showing essential sections such as while-loop and its indexing. The attached file is as an image jpg format because the actual vi including Sub-VIs are as big as 3MB in total. I hope my attachment would be useful for anyone who would like to reply my question. If anyone would like to see my whole vi &amp;amp; llb files, I would be interesting to send it to you by an e-mail privately and thus please provide your e-mail address.&lt;/P&gt;
&lt;P&gt;The dimension of my 3D array is N x &lt;STRONG&gt;7&lt;/STRONG&gt; x M (Page x Row x Column), where N represents number of pages in 3D array, and M represents the size of 1D array.&amp;nbsp; The file I am currently using forms 3D array&amp;nbsp;of N = 28, &amp;amp; M&amp;nbsp;= 10,731.&amp;nbsp; Refering to the top-level vi picture I attached, my while-loop indexes each page per iteration and wrap-around.&amp;nbsp;&amp;nbsp;The sub-VI called "channel" inside the while-loop will&amp;nbsp;further index&amp;nbsp;its input&amp;nbsp;(2D array)&amp;nbsp;into&amp;nbsp;&lt;STRONG&gt;seven&lt;/STRONG&gt; of 1D arrays for other signal processsing.&amp;nbsp; The output from that "channel" sub-VI is the superposition of those seven arrays.&amp;nbsp; I hope my explaination is clear.&amp;nbsp; &lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;Attachement: 3Darray.jpg and MyVi.jpg&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Kind Regards,&lt;/DIV&gt;
&lt;DIV&gt;Shein&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 01:39:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310902#M161241</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-16T01:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310904#M161242</link>
      <description>Hi Altenbach,
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you&amp;nbsp;for your indications.&amp;nbsp; I include your requests and answers to your questions in my previous reply.&amp;nbsp; Please refer to them.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Shein&lt;SPAN style="FONT-WEIGHT: bold; COLOR: #666666"&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 01:47:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310904#M161242</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-16T01:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310917#M161245</link>
      <description>&lt;DIV&gt;Have you done any profiling?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;A quick demo (LabVIEW 7.1)&amp;nbsp;shows that with the indexing of the 3D array, the loop takes about 1-2 ms with your given sizes.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Can you show a copy of the channel sub-VI? maybe you can flatten it to the main diagram to avoid the calling overhead? (it seems to shuffle at least 2 big 2D arrays).&amp;nbsp;What is its priority setting?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;(You can also e-mail it to me, my e-mail address is shown in VI properties...documentation of the attached VI.)&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 02:46:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310917#M161245</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2006-01-16T02:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310951#M161256</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;Thank you Altenbach...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;gt;&amp;gt;Have you done any profiling?&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Do you mean by&amp;nbsp; "Tools&amp;gt;Advanced&amp;gt;Profile VIs"?&amp;nbsp; It didn't show the duration of each while-loop iteration .&amp;nbsp; But I have an light indicator on the front panel which indicate the looping, so I can kind of measure duration by stopwatch by averaging over a few iterations.&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;gt;&amp;gt;A quick demo (LabVIEW 7.1)&amp;nbsp;shows that with the indexing of the 3D array, the loop takes about 1-2 ms with your given sizes.&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;This took about&amp;nbsp;5 ms to 14 ms for my PC.&amp;nbsp; I guess it depends on the speed of PC.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;gt;&amp;gt;Can you show a copy of the channel sub-VI? maybe you can flatten it to the main diagram to avoid the calling overhead? &lt;/DIV&gt;
&lt;DIV&gt;&amp;gt;&amp;gt;(it seems to shuffle at least 2 big 2D arrays).&amp;nbsp;What is its priority setting?&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;I will send&amp;nbsp;my "Channel" sub-VI and its internal sub-VIs to your email address.&amp;nbsp; Basically, I tried to minimize the overhead problem.&amp;nbsp; I set the Priority settings as below:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Top-Level VI &amp;gt; "Above Normal"&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Channel(subVI)&amp;nbsp; &amp;gt;&amp;nbsp; "Above Normal"&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;SubVIs in Channel(subVI)&amp;nbsp; &amp;gt;&amp;nbsp; "Above Normal &amp;amp; Reentrant Execution" or "Subroutine"&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;The rest of the subVIs&amp;nbsp; &amp;gt; &amp;nbsp;"Normal"&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;I have also attached the picture of Channel(subVI) for those who are interested in.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Hope to get your precious comments and helps,&lt;/DIV&gt;
&lt;DIV&gt;Shein &lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 05:06:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310951#M161256</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-16T05:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310973#M161262</link>
      <description>&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/58356"&gt;@Shein&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV&gt;...&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;SubVIs in Channel(subVI)&amp;nbsp; &amp;gt;&amp;nbsp; "Above Normal &amp;amp; Reentrant Execution" or "Subroutine"&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;There is absolutely no reason to set this re-rentrant, it only costs you significantly more memory. I'll e-mail you a few more suggestions directly.&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 07:06:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/310973#M161262</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2006-01-16T07:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/311450#M161478</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank for your suggestion and willingness to help.&amp;nbsp; I received your email and I tried to run your version of the LV code.&amp;nbsp; Apparently, the code looks much nicer&amp;nbsp;and compact but I didn't achieve any obvious speed improvement.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The reason I didn't put the subVI in the for-loop, which you modify for me as an more compact VI arrangement, is I loose the continuities of random number generations.&amp;nbsp; For those who are confused by my above reason, I am generating independent seven channel noises.&amp;nbsp; Each&amp;nbsp; channel contains two independent Gaussian noise generations.&amp;nbsp; Therefore, equivalently, there are 14 independent Gaussian noise generations and I want them to be continuous.&amp;nbsp;&amp;nbsp;&amp;nbsp;Altenbach!... when I tried your modified VIs, I found that only the first while-loop noises&amp;nbsp;are independent and the rest are corrupted.&amp;nbsp; I think Gaussian Noise VI doesn't know independency anymore.&amp;nbsp; But, I really&amp;nbsp;appreciate your helps and efforts.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;However,&amp;nbsp;some of my questions haven't been answered.&amp;nbsp; Why does indexing the same length of 1D array size from "large" 3D array, which&amp;nbsp; is&amp;nbsp;wired to the while-loop, take longer iteration time than indexing the same amount of 1D array size from "smaller" 3D array?&amp;nbsp; Is that just a fundamental LabView limitation of the while-loop with large 3D array wried to it? Or is there any other reasons?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I really appreciate if any of you could answer those unknowns.&amp;nbsp;&amp;nbsp;Thank you so much especially for those who have interests in my issues.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best Regards,&lt;/DIV&gt;
&lt;DIV&gt;Shein&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 22:28:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/311450#M161478</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-16T22:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/311460#M161481</link>
      <description>&lt;DIV&gt;Is there a reason why you wire anything to the seed input of the random generator at all?&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 23:02:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/311460#M161481</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2006-01-16T23:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/311463#M161482</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I wanted to have both independencies and continuities of 14&amp;nbsp;random number generations.&amp;nbsp; That's why I can&amp;nbsp;chose any different seeds to start with (during 1st call) but set the seeds to -1 for the continuous generations.&amp;nbsp; (i.e., 10 to 23 seed values that I chose can be different combination unless non-repeated).&amp;nbsp; Am I answering your question?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Shein&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2006 23:14:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/311463#M161482</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-16T23:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/312090#M161728</link>
      <description>&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;!--StartFragment --&gt;Woule you think that the iteration-speed limitation I have is due to wiring a huge size of 3D array (larger&amp;nbsp;numbers of pages) to a while-loop and indexing it? If so, how would you deal with this problem?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks in advance,&lt;/DIV&gt;
&lt;DIV&gt;Shein&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Jan 2006 02:18:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/312090#M161728</guid>
      <dc:creator>Shein</dc:creator>
      <dc:date>2006-01-18T02:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration Speed issue when Indexing 3D array wried to a while-loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/312419#M161867</link>
      <description>&lt;DIV&gt;A am pretty sure it's not the indexing operation itself, but the further processing you do with the output of the indexing operation and all other operations that depend on the size of the indexed slice (which of course is proporionally larger).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;For example you create &lt;U&gt;14 gaussian noise traces per loop iteration&lt;/U&gt;, each with 10000+ elements. This alone costs about 50ms on my PC.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Jan 2006 16:01:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iteration-Speed-issue-when-Indexing-3D-array-wried-to-a-while/m-p/312419#M161867</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2006-01-18T16:01:13Z</dc:date>
    </item>
  </channel>
</rss>

