Difference between revisions of "Short To Float"
From GNU Radio
(→Example Flowgraph) |
|||
Line 11: | Line 11: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
− | + | This flowgraph can be found at [https://github.com/gnuradio/gnuradio/blob/master/gr-vocoder/examples/loopback-codec2.grc] | |
+ | |||
+ | [[File:Loopback_codec2_fg.png|800px]] | ||
== Source Files == | == Source Files == |
Latest revision as of 02:16, 10 December 2020
Convert stream of shorts to a stream of floats.
Parameters[edit]
(R): Run-time adjustable
- Scale (R)
- A scalar divider to change the output signal scale.
Example Flowgraph[edit]
This flowgraph can be found at [1]
Source Files[edit]
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO