<?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: Interpolating S-parameters in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4054725#M1163243</link>
    <description>&lt;P&gt;Hi Holo,&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/649988"&gt;@HoloYolo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But when I upload just 2 files in it it doesn`t work,because other file`s paths are empty.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When you need to do the same task several times then you need to use a loop: no need to duplicate code!&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/170/1163243/1/check.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;This will read the content of your calibration data files into an array of clusters.&lt;/P&gt;
&lt;P&gt;You didn't explain how to determine the value of the current the cal data file was created with: this will be the next parsing step in the FOR loop and should be bundle as an additional element into the cluster…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you read all the expplanations for the suggested algorithm? By now atleast two different people explained ("outlined") the proposed algorithm!&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 20:02:02 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2020-05-28T20:02:02Z</dc:date>
    <item>
      <title>Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037519#M1158435</link>
      <description>&lt;P&gt;Hello! I`m in process to create a programm including interpolating 2D array. I have some trouble with it. Data source is read from TXT file,after this I need to do interpolate b&lt;SPAN&gt;etween two adjacent columns in my array wich was automaticly created when file was read. Finally i need to create new file with new interpolated data for other values of voltage to use it in future.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I use block "Read from file",data source correctly reading only in type 'STRING' whithout losing signs after dimentional point. But interpolated block only use format DBL and when I use DBL format,it shows just first sing in array.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Screenshots of program and file I`ll attach later.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 04:51:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037519#M1158435</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T04:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037521#M1158437</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/649988"&gt;@HoloYolo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Screenshots of program and file I`ll attach later.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;OK, we'll wait for that then. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(We prefer VIs over screenshots though. We cannot run or debug pictures...)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 05:00:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037521#M1158437</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2020-04-20T05:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037536#M1158439</link>
      <description>&lt;P&gt;Hi Yolo,&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/649988"&gt;@HoloYolo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;When I use block "Read from file",data source correctly reading only in type 'STRING' whithout losing signs after dimentional point. … when I use DBL format,it shows just first sing in array.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then you also need to &lt;STRONG&gt;&lt;U&gt;read the help&lt;/U&gt;&lt;/STRONG&gt; for the FileRead functions.&lt;/P&gt;
&lt;P&gt;Maybe you should use ReadDelimitedFile instead of "Read from file" with some proper format codes and delimiter char as inputs?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 06:30:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037536#M1158439</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-04-20T06:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037758#M1158519</link>
      <description>&lt;P&gt;So that`s it. I need to do automatic interpolate between this two files and create new,as I`ve read eralier.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I cant attach here TXT files to interpolate it :(. It looks like this. Maybe you know,that it is Touchstone file for different currents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can share TXT files in other source If it possible for you&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HoloYolo_1-1587398948038.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/3f7808ecf6b7c7820d6da57230086df0ea31d436/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363538363669384432414230413235334538373638372f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="HoloYolo_1-1587398948038.png" alt="HoloYolo_1-1587398948038.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HoloYolo_2-1587398974452.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/882af3d7c2895141959bfa227ed4bac754fca719/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363538363769373045393734343043454638343737462f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="HoloYolo_2-1587398974452.png" alt="HoloYolo_2-1587398974452.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 16:12:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037758#M1158519</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T16:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037801#M1158537</link>
      <description>&lt;P&gt;Hi Yolo,&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/649988"&gt;@HoloYolo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But I cant attach here TXT files to interpolate it :(. It looks like this. Maybe you know,that it is Touchstone file for different currents.&lt;/P&gt;
&lt;P&gt;I can share TXT files in other source If it possible for you&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can attach TXT files here in the forum. In case of trouble you can also ZIP all files into just one ZIP file!&lt;/P&gt;
&lt;P&gt;You also should use filenames with just English chars as "standard" Windows applications often have problems with Unicode filenames…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also should simplify your block diagram:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/170/1158537/1/check.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 18:21:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037801#M1158537</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-04-20T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037802#M1158538</link>
      <description>&lt;P&gt;That`s it. Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 18:17:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037802#M1158538</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T18:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037804#M1158539</link>
      <description>&lt;P&gt;Hi Yolo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when you are asked to provide a ZIP files, then you should attach a ZIP file. A RAR file apparently is not a ZIP file! (ZIP files can be handled by Windows while you need an additional proprietary application to handle RAR files! Not everybody will or can do this…)&lt;/P&gt;
&lt;P&gt;Why are you naming those files as "LVM": they are simple CSV files (using a TAB as delimiter), so yoou should call them TXT or CSV…&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/649988"&gt;@HoloYolo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I need to do automatic interpolate between this two files and create new,as I`ve read eralier.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How do you want to interpolate "between files"?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 18:25:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037804#M1158539</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-04-20T18:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037812#M1158543</link>
      <description>&lt;P&gt;Is there any difference in LabView if i`ll just change expansion of this files?&lt;/P&gt;
&lt;P&gt;I need to interpolate between two adjacent coloumns in final array which was created from this 2 files as it shown on block diagramm. So I think to use block 2D interpolate,but I laso have know ideas how to realize this in it,also because of wrong reading Interpolating block of data this files.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 18:37:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037812#M1158543</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T18:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037813#M1158544</link>
      <description>&lt;P&gt;So,is it possible to do DBL paramater in reading block,without losing signs after delimetr point?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 18:39:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037813#M1158544</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T18:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037827#M1158549</link>
      <description>&lt;P&gt;so what you have there is a tab separated text file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frozen_0-1587410645649.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/cb184181e2ae446784b131b9a912c896a2610ab2/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363538383069323538364134314441433830414345362f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="Frozen_0-1587410645649.png" alt="Frozen_0-1587410645649.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Use the the appropriate read file utility to get a 2D array.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Frozen_1-1587410762312.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/87a55a9d9ce44c589340fb0421a50820d3a94ddf/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363538383169453132463846333134314433324245382f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Frozen_1-1587410762312.png" alt="Frozen_1-1587410762312.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 19:26:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037827#M1158549</guid>
      <dc:creator>Frozen</dc:creator>
      <dc:date>2020-04-20T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037845#M1158554</link>
      <description>&lt;P&gt;You mean to create a file path constant,but how it will be piossible to change file on front panel? Or I missunderstand smth&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 21:04:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037845#M1158554</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T21:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037849#M1158558</link>
      <description>&lt;P&gt;Could you share .vi file please,if It`s possible&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing wrong?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HoloYolo_0-1587418866845.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/a52dd34148fa4abf349533cae813bc99048fc4c7/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363538383469413935423345323538354239454631462f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="HoloYolo_0-1587418866845.png" alt="HoloYolo_0-1587418866845.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 21:41:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037849#M1158558</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T21:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037863#M1158560</link>
      <description>&lt;P&gt;No idea what you are doing wrong...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frozen_0-1587421151100.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/0ac616eba9b3a7daceb838b2fcd93b931b9e7a36/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363538383569313942453436363743363142433139392f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="Frozen_0-1587421151100.png" alt="Frozen_0-1587421151100.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perform the following steps:&lt;/P&gt;
&lt;P&gt;- Place the "Read Delimited Spreadsheet" vi on a block diagram&lt;/P&gt;
&lt;P&gt;- right-click the "all rows" output and create indicator&lt;/P&gt;
&lt;P&gt;- run the vi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might have the double display-formatted incorrectly?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 22:23:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037863#M1158560</guid>
      <dc:creator>Frozen</dc:creator>
      <dc:date>2020-04-20T22:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037880#M1158565</link>
      <description>&lt;P&gt;So,thank you. I`ve already solved this porblem,it was because of global parameters of decimal on my computer.I`ve change this on dot and It works correctly now. Excuse me for my slowpoke in this question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then. I`ll have no ideas how to interpolate between&amp;nbsp; this&amp;nbsp;two arrays to find new S-parameters for new current.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 23:19:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037880#M1158565</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-20T23:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037931#M1158583</link>
      <description>&lt;P&gt;Hi Yolo,&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/649988"&gt;@HoloYolo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I need to interpolate between two adjacent coloumns in final array which was created from this 2 files as it shown on block diagramm.&lt;/P&gt;
&lt;P&gt;I`ll have no ideas how to interpolate between&amp;nbsp; this&amp;nbsp;two arrays to find new S-parameters for new current.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How do you want to interpolate between these two columns?&lt;/P&gt;
&lt;P&gt;Do you need just the mean of each pair of columns: then you don't need any interpolation function!&lt;/P&gt;
&lt;P&gt;When you really want to interpolate: which parameter decides the interpolation point (aka x value)?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 05:29:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4037931#M1158583</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-04-21T05:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038194#M1158655</link>
      <description>&lt;P&gt;As I`ve written earlier I have 2 files with S-parameters for given frequencies for 2 currents-2 mA and 5 mA. I think to use 2D Inerpolate block in LabView to do it,to interpolate between this 2 parametrs for current,for example to make outpur parameters for 2.5mA. But I don`t know how exactly It can be realized,Interpolate doesn`t work. For Z-value is combined data from 2 files,for X-frequencies from file and for Y-current 2-5.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 16:39:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038194#M1158655</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-21T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038239#M1158675</link>
      <description>&lt;P&gt;Hi Yolo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did you notice my comments on using real ZIP files and "only English" filenames?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestion:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/170/1158675/1/check.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 18:47:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038239#M1158675</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-04-21T18:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038767#M1158885</link>
      <description>&lt;P&gt;Oh,thank you so much for help,I`ll test this block and tell you how it is.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I`m sorry I forgot about english files and ZIP,in the future will attach with it.&lt;/P&gt;
&lt;P&gt;I just think that visualy this interpolation looks like this,so I thought to use 2D interpolation.&lt;/P&gt;
&lt;P&gt;For example,what should I do,if i have more files:for 10,15 mA and I want to interpolate for whole range,from 2 to 15 mA. I need to expand loop block with more arrays?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualInterpolation.jpg" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/caa9723391d0b0e655137ccbd86c5d96bdd3facb/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363630313769343245383130363131414141363238392f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="VisualInterpolation.jpg" alt="VisualInterpolation.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 21:05:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038767#M1158885</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-22T21:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038773#M1158888</link>
      <description>&lt;P&gt;I`d like to know,how is it function nammed and what does this function perform?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 21:24:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038773#M1158888</guid>
      <dc:creator>HoloYolo</dc:creator>
      <dc:date>2020-04-22T21:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolating 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038799#M1158896</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frozen_0-1587595434049.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/efbadfc01a069810268d330897a12141091d41fc/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32363630323369364143364144304442393643313335452f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Frozen_0-1587595434049.png" alt="Frozen_0-1587595434049.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the name suggest, it builds a cluster array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 22:44:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Interpolating-2D-array/m-p/4038799#M1158896</guid>
      <dc:creator>Frozen</dc:creator>
      <dc:date>2020-04-22T22:44:28Z</dc:date>
    </item>
  </channel>
</rss>

