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-channels/examples/demo_quantization.grc | |
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-channels/examples/demo_quantization.grc')
-rw-r--r-- | gr-channels/examples/demo_quantization.grc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gr-channels/examples/demo_quantization.grc b/gr-channels/examples/demo_quantization.grc index 1f62194f69..227f350b33 100644 --- a/gr-channels/examples/demo_quantization.grc +++ b/gr-channels/examples/demo_quantization.grc @@ -161,7 +161,7 @@ blocks: alias: '' amp: pow(10.0,noise_amp/20.0) comment: '' - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' noise_type: analog.GR_GAUSSIAN seed: '42' @@ -178,7 +178,7 @@ blocks: amp: pow(10.0,signal_amp/20.0) comment: '' freq: sigfreq - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' offset: '0' samp_rate: samp_rate @@ -200,7 +200,7 @@ blocks: high_cutoff_freq: min(samp_rate/2.0-bw/15.0,center+bw/2.0) interp: '1' low_cutoff_freq: max(bw/15.0,center-bw/2.0) - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' samp_rate: samp_rate type: fir_filter_fff @@ -216,7 +216,7 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' num_inputs: '2' type: float @@ -232,7 +232,7 @@ blocks: alias: '' comment: '' const: pow(2,bits-1) - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' type: float vlen: '1' @@ -247,7 +247,7 @@ blocks: alias: '' comment: '' ignoretag: 'True' - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' samples_per_second: samp_rate type: float @@ -263,7 +263,7 @@ blocks: alias: '' bits: bits comment: '' - maxoutbuf: '' + maxoutbuf: '0' minoutbuf: '0' states: coordinate: [664, 268.0] @@ -327,8 +327,8 @@ blocks: label8: '''''' label9: '''''' legend: 'True' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' name: '' nconnections: '1' showports: 'True' |