diff options
Diffstat (limited to 'gr-dtv/grc/dtv_atsc_rx.block.yml')
-rw-r--r-- | gr-dtv/grc/dtv_atsc_rx.block.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gr-dtv/grc/dtv_atsc_rx.block.yml b/gr-dtv/grc/dtv_atsc_rx.block.yml new file mode 100644 index 0000000000..499c196e20 --- /dev/null +++ b/gr-dtv/grc/dtv_atsc_rx.block.yml @@ -0,0 +1,24 @@ +id: dtv_atsc_rx +label: ATSC Receive Pipeline + +parameters: +- id: rate + label: Input Rate + dtype: float +- id: sps + label: Oversampling Ratio + dtype: float + +inputs: +- domain: stream + dtype: complex + +outputs: +- domain: stream + dtype: byte + +templates: + imports: from gnuradio import dtv + make: dtv.atsc_rx(${rate},${sps}) + +file_format: 1 |