Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
SimTX Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Lua extension API
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
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.
Anti-spam check. Do
not
fill this in!
== Modulation declaration == {| class="wikitable" ! Field !! Default !! Meaning |- | <code>name</code> || Required || Display name. |- | <code>description</code> || Empty || User-facing description. |- | <code>bandwidth</code> || 3000 for IQ, usual width for audio output || Suggested initial transmit bandwidth in hertz. The operator may change it. |- | <code>controls</code> || Empty || List of controls described below. |- | <code>input</code> || <code>"audio"</code> || Shorthand for one input. <code>"none"</code> and <code>"generator"</code> declare a source-free mode. |- | <code>inputs</code> || One required audio input || List of declared inputs. It cannot be combined with <code>input</code>. |- | <code>output</code> || <code>"iq"</code> || <code>"iq"</code>, <code>"audio"</code>, or <code>{type="audio", modulation="USB"}</code>. |- | <code>start</code> || None || Optional <code>function(ctx)</code> called once when a session starts. |- | <code>process</code> || Required || <code>function(ctx)</code> called for each output block. <code>modulate</code> is an alias. |- | <code>stop</code> || None || Optional <code>function(ctx)</code> called once when the session closes. |} An IQ-output mode produces complex baseband directly. An audio-output mode produces mono audio and then uses a built-in RF modulation selected by the operator. The default built-in modulation is USB. Any built-in mode other than IQ may be used. The callback object is documented in [[Lua modulation API]].
Summary:
Please note that all contributions to SimTX Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
SimTX Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)