Editing Simulation example: AM transmitter and receiver
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 23: | Line 23: | ||
** Sample rate: set to 48khz (use the pull-down) | ** Sample rate: set to 48khz (use the pull-down) | ||
** Device name: for most microphone jacks built into the computer, the Device name can be left blank; for other cases, see [[Audio_Source#Device_Name]] | ** Device name: for most microphone jacks built into the computer, the Device name can be left blank; for other cases, see [[Audio_Source#Device_Name]] | ||
− | |||
* For the remainder of the flowgraph, a sample_rate of 768khz is used. This value was chosen to give the 48khz carrier frequency 16 samples per cycle (48000 x 16 = 768000). | * For the remainder of the flowgraph, a sample_rate of 768khz is used. This value was chosen to give the 48khz carrier frequency 16 samples per cycle (48000 x 16 = 768000). | ||
− | * Variable block | + | ** Variable block |
− | ** id: samp_rate | + | *** id: samp_rate |
− | ** value: 768000 | + | *** value: 768000 |
* To boost the 48khz sample rate of the audio input to the 768khz sample rate, a Repeat block with an Interpolation value of 16 is used. | * To boost the 48khz sample rate of the audio input to the 768khz sample rate, a Repeat block with an Interpolation value of 16 is used. | ||
* The QT GUI Range block defines an Audio gain (volume) control | * The QT GUI Range block defines an Audio gain (volume) control | ||
Line 116: | Line 115: | ||
** Sample rate: set to 48khz (use the pull-down) | ** Sample rate: set to 48khz (use the pull-down) | ||
** Device name: for most speakers (or headphone jacks) built into the computer, the Device name can be left blank; for other cases, see [[Audio_Sink#Device_Name]] | ** Device name: for most speakers (or headphone jacks) built into the computer, the Device name can be left blank; for other cases, see [[Audio_Sink#Device_Name]] | ||
− | |||
=== Testing === | === Testing === |