diff options
author | Ron Economos <w6rz@comcast.net> | 2021-10-01 19:22:24 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-10-11 07:24:38 -0400 |
commit | 89e45e3f9422a8b6f069d770de23f5ca841426d6 (patch) | |
tree | 8bb35344598aa706fad5f34b6d0fce5221b445ab /gr-blocks/examples/ctrlport | |
parent | 58d3849bce9b59cb5306757ab1d56a0dad536b49 (diff) |
examples: Repair all examples affected by commit 91e9ddf.
Replace all occurrences of empty minoutbuf and maxoutbuf with 0.
Signed-off-by: Ron Economos <w6rz@comcast.net>
Diffstat (limited to 'gr-blocks/examples/ctrlport')
-rw-r--r-- | gr-blocks/examples/ctrlport/comparing_resamplers.grc | 20 | ||||
-rw-r--r-- | gr-blocks/examples/ctrlport/pfb_sync_test.grc | 28 |
2 files changed, 24 insertions, 24 deletions
diff --git a/gr-blocks/examples/ctrlport/comparing_resamplers.grc b/gr-blocks/examples/ctrlport/comparing_resamplers.grc index 5d57849c2f..8f41ec190d 100644 --- a/gr-blocks/examples/ctrlport/comparing_resamplers.grc +++ b/gr-blocks/examples/ctrlport/comparing_resamplers.grc @@ -55,8 +55,8 @@ blocks: amp: '1' comment: '' freq: samp_rate/10 - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' offset: '0' samp_rate: samp_rate type: complex @@ -72,8 +72,8 @@ blocks: alias: '' comment: '' ignoretag: 'True' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' samples_per_second: samp_rate type: complex vlen: '1' @@ -90,8 +90,8 @@ blocks: comment: '' epsilon: '1.0' freq_offset: '0.0' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' noise_voltage: '0.1' seed: '0' taps: '[1,]' @@ -105,8 +105,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' phase_shift: '0' resamp_ratio: resamp_rate type: complex @@ -121,8 +121,8 @@ blocks: alias: '' atten: '60' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' nfilts: '32' rrate: resamp_rate samp_delay: '0' diff --git a/gr-blocks/examples/ctrlport/pfb_sync_test.grc b/gr-blocks/examples/ctrlport/pfb_sync_test.grc index d482173c0f..9cf37104be 100644 --- a/gr-blocks/examples/ctrlport/pfb_sync_test.grc +++ b/gr-blocks/examples/ctrlport/pfb_sync_test.grc @@ -128,8 +128,8 @@ blocks: bits_per_chunk: '8' comment: '' endianness: gr.GR_MSB_FIRST - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' num_ports: '1' type: byte states: @@ -143,8 +143,8 @@ blocks: alias: '' comment: '' ignoretag: 'True' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' samples_per_second: samp_rate type: byte vlen: '1' @@ -158,8 +158,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' repeat: 'True' tags: '[]' type: byte @@ -178,8 +178,8 @@ blocks: comment: '' epsilon: '1.0' freq_offset: '0.0' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' noise_voltage: noise seed: '0' taps: cmath.exp(1j*phase) @@ -193,8 +193,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' order: '4' use_snr: 'False' w: 6.28/100.0 @@ -212,8 +212,8 @@ blocks: init_phase: nfilts/2 loop_bw: 2*3.14/100.0 max_dev: '1.5' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' osps: '1' sps: sps taps: firdes.root_raised_cosine(nfilts, nfilts,1.0/sps, 0.35, int(22*sps*nfilts)) @@ -232,8 +232,8 @@ blocks: differential: 'True' excess_bw: '0.35' log: 'False' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' mod_code: '"gray"' samples_per_symbol: sps verbose: 'False' |