JSON Config: Difference between revisions
Jump to navigation
Jump to search
(Created page with "test") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | |||
This block... | |||
== Parameters == | |||
; Config File | |||
: asdasdasd | |||
; Config Schema | |||
: (Optional) asdasd | |||
== Example Flowgraph == | |||
TODO | |||
== Source Files == | |||
REPLACE WITH ACTUAL FILES ONCE ITS MERGED | |||
; C++ files | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/lib/fft_vcc_fftw.cc Complex input] | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/lib/fft_vfc_fftw.cc Real input] | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/lib/fft.cc Core algorithms] | |||
; Header files | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/lib/fft_vcc_fftw.h Complex input] | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/lib/fft_vfc_fftw.h Real input] | |||
; Public header files | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/include/gnuradio/fft/fft_vcc.h Complex input] | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/include/gnuradio/fft/fft_vfc.h Real input ] | |||
; Block definition | |||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-fft/grc/fft_fft_vxx.block.yml GRC yaml] |
Revision as of 20:04, 26 February 2022
This block...
Parameters
- Config File
- asdasdasd
- Config Schema
- (Optional) asdasd
Example Flowgraph
TODO
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