<?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: how to detect envelop of signal ? in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550554#M180777</link>
    <description>&lt;P&gt;cfft calculates the discrete Fourier transform of the signal placed as its argument. Obviously it does not know the frequency of the sinusoidal signal that you add up. Even the spectrum graph does not depend on f, in fact, as you can see in the following figure, I have set f = fr = 1MHz.&lt;/P&gt;
&lt;P&gt;Since the amplitude of the noise is too high, the signal is indistinguishable, even with a PLL you will not be able to find it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ques_2.jpg" style="width: 800px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7684i0B293478EDD38CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="ques_2.jpg" alt="ques_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 May 2018 09:07:36 GMT</pubDate>
    <dc:creator>-MFra-</dc:creator>
    <dc:date>2018-05-28T09:07:36Z</dc:date>
    <item>
      <title>how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550463#M180757</link>
      <description>&lt;P&gt;How to find upper and lower envelop of the signal ? please check my mathcad file !&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 01:35:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550463#M180757</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-07-17T01:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550465#M180758</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The noise's maximum amplitude is ten times higher than that of the signal. How to distinguish a signal from such noise? it's impossible!&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 12:57:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550465#M180758</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2018-05-26T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550468#M180759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must break the signal into segments and find minimum and maximum of each segment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7663iCDF4314F55B2226D/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 13:30:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550468#M180759</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2018-05-26T13:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550472#M180760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry a mistake in the lower envelope is corrected here.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7666i1702C6D9F1D67118/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 14:19:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550472#M180760</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2018-05-26T14:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550473#M180761</link>
      <description>&lt;P&gt;It's not entirely impossible. A lock-in amplifier will allow to detect signals that are below the noise level. Problem is you have to know the frequency you want to detect.&lt;/P&gt;
&lt;P&gt;The OP's problem is extremely simple as posed, but I guess he's got a more fundamental problem (doesn't know his signal and which part of it is noise).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luc&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 14:36:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550473#M180761</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2018-05-26T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550474#M180762</link>
      <description>&lt;P&gt;That's extremely simple. For the problem as posed the lower enevlope is XT, the upper is XT+1.&lt;/P&gt;
&lt;P&gt;But I guess that's not what you're after. What do you know about your signal, and what exactly are you after?&lt;/P&gt;
&lt;P&gt;Note that Terry showed a way to estimate the envelopes, but do you need the envelopes, or are the envelopes just part of your way of what you really want to know about the signal?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;/P&gt;
&lt;P&gt;Luc&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 14:40:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550474#M180762</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2018-05-26T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550476#M180763</link>
      <description>&lt;P&gt;Would this help?&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7670i8C3B18D0E27A7FB2/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="B.png" title="B.png" width="468" height="440" /&gt;&lt;/P&gt;
&lt;P&gt;You may play with the windows size (I have chosen &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; and may notice some sensibility wrt the guess values of genfit.&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 15:01:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550476#M180763</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2018-05-26T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550482#M180765</link>
      <description>&lt;P&gt;You may also use your way of defining the signal for genfit.&lt;/P&gt;
&lt;P&gt;The sensibility wrt the guesses and the window size remains though.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7671iCAEE7C6B1A1C2748/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="B2.png" title="B2.png" width="504" height="183" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 15:11:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550482#M180765</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2018-05-26T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550486#M180767</link>
      <description>&lt;P&gt;If the given signal is sampled, a digital notch filter tuned to the frequency of the signal should be used in such a way as to attenuate only the carrier while the noise is emitted at the output. To have the envelope a peak detector is added with a capacity ...........&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 17:03:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550486#M180767</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2018-05-26T17:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550488#M180768</link>
      <description>&lt;P&gt;This is not an answer to your problem. However, can the following analysis help you?&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7672iA117A055FF398058/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="noisy signal.jpg" title="noisy signal.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 17:06:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550488#M180768</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2018-05-26T17:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550492#M180769</link>
      <description>&lt;P&gt;Maybe this old thread could be of interest, too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.ptc.com/t5/PTC-Mathcad-Questions/Phase-Shift-Problem/m-p/15134" target="_blank"&gt;https://community.ptc.com/t5/PTC-Mathcad-Questions/Phase-Shift-Problem/m-p/15134&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2018 18:17:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550492#M180769</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2018-05-26T18:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550513#M180770</link>
      <description>&lt;P&gt;Thank you for the effort could you please upload this mathcad file (of this program) ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 05:19:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550513#M180770</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-05-28T05:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550514#M180771</link>
      <description>&lt;P&gt;Thank you for reply,could you please explain bit more about what you doing (p1, p2) and i have posted some question regarding noise value please check my mathcad file once !&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 05:34:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550514#M180771</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-05-28T05:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550521#M180772</link>
      <description>&lt;P&gt;yes it's interesting but it shows some error&amp;nbsp; " D=READFILE(files, "delimited") " is not working !&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 07:05:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550521#M180772</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-05-28T07:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550546#M180773</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Attached is the file with the graph with three cursors to read the values of the frequencies and the amplitude in dB&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7683i104B48FF4C2BC88F/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="ques_1.jpg" title="ques_1.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 08:10:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550546#M180773</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2018-05-28T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550547#M180774</link>
      <description>&lt;P&gt;You would have to download the data files from the OP as well and put them in the correct subdirectory.&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 08:09:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550547#M180774</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2018-05-28T08:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550549#M180775</link>
      <description>&lt;P&gt;ok got it! in your file('WE_20180526_mathcad_ques-1') you have used 't' (which is basically belongs to&amp;nbsp;transmitter end) but in the receiver side i don't have any idea about the time, for example if i know the exact time than i could able to find the frequency and i can used to reconstruct the 'Tx' signal, but the problem is, i don't know the exact time. could you able to do without the 'Transmitter time 't' '&amp;nbsp; (like approximation of that time).&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 08:26:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550549#M180775</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-05-28T08:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550550#M180776</link>
      <description>&lt;P&gt;thank for the file, but is it possible without the help of cff or fft ? and please consider this, in receiver side, i have no idea about the freq of the signal and time too what i have is only the data (like RX=[2,3,4.5,...so on])!&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 08:35:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550550#M180776</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-05-28T08:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550554#M180777</link>
      <description>&lt;P&gt;cfft calculates the discrete Fourier transform of the signal placed as its argument. Obviously it does not know the frequency of the sinusoidal signal that you add up. Even the spectrum graph does not depend on f, in fact, as you can see in the following figure, I have set f = fr = 1MHz.&lt;/P&gt;
&lt;P&gt;Since the amplitude of the noise is too high, the signal is indistinguishable, even with a PLL you will not be able to find it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ques_2.jpg" style="width: 800px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7684i0B293478EDD38CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="ques_2.jpg" alt="ques_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 09:07:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550554#M180777</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2018-05-28T09:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to detect envelop of signal ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550558#M180778</link>
      <description>&lt;P&gt;Yes i understand that but how to calculate without CFFT ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 09:21:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/how-to-detect-envelop-of-signal/m-p/550558#M180778</guid>
      <dc:creator>Mathcad111</dc:creator>
      <dc:date>2018-05-28T09:21:06Z</dc:date>
    </item>
  </channel>
</rss>

