JSON Config: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
</pre>
</pre>
* Add the JSON Config block and point Config File to that file
* Add the JSON Config block and point Config File to that file
* Make a signal source, and for Amplitude enter the value json_config_0[ 'amplitude']
* Make a signal source, and for Amplitude enter the value <code>json_config_0[ 'amplitude']</code>
* Connect it to a Time Sink through a Throttle and you'll see the amplitude show up as 0.1
* Connect it to a Time Sink through a Throttle and you'll see the amplitude show up as 0.1


[[File:Screenshot from 2022-02-26 15-05-23.png]]
[[File:Screenshot from 2022-02-26 15-05-23.png|400px]]


[[File:Screenshot from 2022-02-26 15-05-28.png]]
[[File:Screenshot from 2022-02-26 15-05-28.png|400px]]




[[File:Screenshot from 2022-02-26 15-05-37.png]]
[[File:Screenshot from 2022-02-26 15-05-37.png|400px]]


== Source Files ==
== Source Files ==

Revision as of 20:09, 26 February 2022

This block...

Parameters

Config File
asdasdasd
Config Schema
(Optional) asdasd


Example Flowgraph

  • Make a new file called example.json with the contents:
 {
 "amplitude": 0.1
 }
  • Add the JSON Config block and point Config File to that file
  • Make a signal source, and for Amplitude enter the value json_config_0[ 'amplitude']
  • Connect it to a Time Sink through a Throttle and you'll see the amplitude show up as 0.1

Screenshot from 2022-02-26 15-05-23.png

Screenshot from 2022-02-26 15-05-28.png


Screenshot from 2022-02-26 15-05-37.png

Source Files

REPLACE WITH ACTUAL FILES ONCE ITS MERGED

C++ files
Complex input
Real input
Core algorithms
Header files
Complex input
Real input
Public header files
Complex input
Real input
Block definition
GRC yaml