<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Frequency width and Modulation/Non-modulation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16184/frequency-width-and-modulation-non-modulation</link><description>Hi.
I&amp;#39;m using nRF51822, S130, SDK10.0.0.
I made a source code as below refering radio_test which is in SDK examples.
But the width of frequency is just 0.2MHz as below.
As I know, width of 1 channel frequency is 2MHz. 
 
 void radio_tx_carrier_test</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Sep 2016 01:34:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16184/frequency-width-and-modulation-non-modulation" /><item><title>RE: Frequency width and Modulation/Non-modulation</title><link>https://devzone.nordicsemi.com/thread/61775?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2016 01:34:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:986bd6ce-cb12-4a21-9822-225133b6f412</guid><dc:creator>roger.k</dc:creator><description>&lt;p&gt;Thank you very much. Very helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequency width and Modulation/Non-modulation</title><link>https://devzone.nordicsemi.com/thread/61774?ContentTypeID=1</link><pubDate>Tue, 06 Sep 2016 11:35:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beec2e8b-38d3-4373-8b77-60c2dfb0a3ea</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I think I may have been a bit unclear in &lt;a href="https://devzone.nordicsemi.com/question/91771/how-to-set-rf-modulation-type/?answer=91778#post-id-91778"&gt;this answer&lt;/a&gt;. The only available modulation type is GFSK, in four variants (different bit rates and modulation index). However, you &lt;em&gt;can&lt;/em&gt; output an unmodulated carrier signal by setting the CONSTCARRIER field of the TEST register.&lt;/p&gt;
&lt;p&gt;As far as I can see, you are configuring the radio to output an unmodulated carrier with the following line from your code:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_RADIO-&amp;gt;TEST       = (RADIO_TEST_CONSTCARRIER_Enabled &amp;lt;&amp;lt; RADIO_TEST_CONSTCARRIER_Pos) \
                        | (RADIO_TEST_PLLLOCK_Enabled &amp;lt;&amp;lt; RADIO_TEST_PLLLOCK_Pos);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The spectrum plot you have uploaded seems to be in line with what you would expect with the radio configured for an unmodulated carrier output. If you do not enable constant carrier, but instead output some data, you would see that the signal would require more bandwidth (be wider). The easiest way to test this is to use the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/nrf_radio_test_example.html?cp=4_0_0_4_5_23"&gt;radio test example&lt;/a&gt; or simply copy what you need from there. The &lt;code&gt;radio_modulated_tx_carrier()&lt;/code&gt; will generate and output a random packet on a specified channel, with a specified modulation mode and output power.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>