Editing NBFM Transmit
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
− | + | [[Category:Stub Docs]] | |
+ | This is the template for the [[:Category:Block_Docs|"Page-per-block Docs"]]. This first section should describe what the block does and how to use it, using however many paragraphs necessary. Note that the title of the wiki page should match the block's name in GRC, i.e. the one defined in the block's .grc file. Look at the [[FFT]] Block for a good example. | ||
− | + | As this is a basic template, it's also in the [[:Category:Stub_Docs|"Stub Docs category"]]. Please improve it. | |
The only difference with [[WBFM Transmit]] is the size of the internal low pass filter for interpolation. | The only difference with [[WBFM Transmit]] is the size of the internal low pass filter for interpolation. | ||
Line 10: | Line 11: | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | (''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | ||
− | ; | + | ; Param 1 (''R'') |
− | + | : Description of parameter, provide any tips or recommended values. Note that the name of the parameter above should match the param's label that shows up in grc (e.g. Sample Rate). | |
− | + | ||
− | + | ; Param 2 | |
− | ; | + | : blah blah blah |
== Example Flowgraph == | == Example Flowgraph == | ||
Line 24: | Line 25: | ||
== Source Files == | == Source Files == | ||
− | ; | + | ; C++ files |
− | : [https://github.com/gnuradio/gnuradio/ | + | : [https://github.com/gnuradio/gnuradio TODO] |
+ | |||
+ | ; Header files | ||
+ | : [https://github.com/gnuradio/gnuradio TODO] | ||
+ | |||
+ | ; Public header files | ||
+ | : [https://github.com/gnuradio/gnuradio TODO] | ||
; Block definition | ; Block definition | ||
− | : [https://github.com/gnuradio/gnuradio | + | : [https://github.com/gnuradio/gnuradio TODO] |