<?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 : Coding using MT RS Encoder Decoder in LabVIEW Communications System Design Suite</title>
    <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3227298#M258</link>
    <description>&lt;P&gt;Actually the message bits are selected on purpose to be t*239 in order to meet the requirement for the MT RS encoder as it is a pack encoder. Nevertheless I've tried that but still the same errors!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2015 19:08:21 GMT</pubDate>
    <dc:creator>alexpas</dc:creator>
    <dc:date>2015-12-09T19:08:21Z</dc:date>
    <item>
      <title>Coding using MT RS Encoder Decoder</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3225403#M244</link>
      <description>&lt;P&gt;I want to implement a RS(255,239) in the attached VI. Can anyone help? I don't understand what'is wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use an MT Bit Generator (3824 bits)&amp;nbsp;--&amp;gt;&amp;nbsp; MT Pack Bits (bits per Integer = &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&amp;nbsp; --&amp;gt; MT RS Encoder (255,239 bits per symbol = 8 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When accessing the RS Encoder I get Error -1 occured The NUmbers cant be Zero&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 15:25:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3225403#M244</guid>
      <dc:creator>alexpas</dc:creator>
      <dc:date>2015-12-04T15:25:00Z</dc:date>
    </item>
    <item>
      <title>Re : Coding using MT RS Encoder Decoder</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3226958#M256</link>
      <description>&lt;P&gt;Hi alexpas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When running your VI, I also the following error message :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error -21892 occurred at mod_Validate RS code prms.gvi "RS Galois primitive element must be relatively prime to the Galois field order 2^m-1 in GF(2^m)."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Modifying the Message bit count may solve your issue,&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:01:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3226958#M256</guid>
      <dc:creator>ThibaultP</dc:creator>
      <dc:date>2015-12-09T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re : Coding using MT RS Encoder Decoder</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3227298#M258</link>
      <description>&lt;P&gt;Actually the message bits are selected on purpose to be t*239 in order to meet the requirement for the MT RS encoder as it is a pack encoder. Nevertheless I've tried that but still the same errors!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 19:08:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3227298#M258</guid>
      <dc:creator>alexpas</dc:creator>
      <dc:date>2015-12-09T19:08:21Z</dc:date>
    </item>
    <item>
      <title>Re : Coding using MT RS Encoder Decoder</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3230648#M289</link>
      <description>&lt;P&gt;Hello alexpas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to reproduce the error -1. I have done some investigation into the error and found that it is thrown by one of the VI's subVIs. I modified the mod_Configure RS attributes.gvi into to resolve this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please download the attached VI, and use it to replace the &amp;lt;LabVIEW Comms 1.1&amp;gt;\Resources\vi.lib\Native\mod_Configure RS attributes.gvi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should resolve the error. Please see the attached VI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:05:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3230648#M289</guid>
      <dc:creator>tcap</dc:creator>
      <dc:date>2015-12-17T15:05:21Z</dc:date>
    </item>
    <item>
      <title>Re : Coding using MT RS Encoder Decoder</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3231281#M299</link>
      <description>&lt;P&gt;Thank you Thomas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your assistance on my issues is priceless.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 20:00:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3231281#M299</guid>
      <dc:creator>alexpas</dc:creator>
      <dc:date>2015-12-18T20:00:51Z</dc:date>
    </item>
    <item>
      <title>Re : Coding using MT RS Encoder Decoder</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3231300#M302</link>
      <description>&lt;P&gt;Thanks! I really appreciate your feedback!!!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 20:46:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Communications-System/Coding-using-MT-RS-Encoder-Decoder/m-p/3231300#M302</guid>
      <dc:creator>tcap</dc:creator>
      <dc:date>2015-12-18T20:46:29Z</dc:date>
    </item>
  </channel>
</rss>

