Skip to content

Commit d97c915

Browse files
committed
fix some spaces
1 parent 35e4ffb commit d97c915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README_freedv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $ ./src/freedv_tx 700D ../raw/ve9qrp.raw - --clip 0 --testframes | ./src/ch - -
191191
```
192192
MultiPath Poor (MPP):
193193
```
194-
$ ./src/freedv_tx 700D ../raw/ve9qrp.raw - --clip 0 --testframes | ./src/ch - - --No -24 --mpp --fading_dir unittest| ./src/freedv_rx 700D - /dev/null --testframes
194+
$ ./src/freedv_tx 700D ../raw/ve9qrp.raw - --clip 0 --testframes | ./src/ch - - --No -24 --mpp --fading_dir unittest | ./src/freedv_rx 700D - /dev/null --testframes
195195
```
196196

197197
Adjust `--clip [0|1]` and `No` argument of `ch` to obtain a PER of just less than 0.1, and note the SNR and PAPR reported by `ch`. The use of the `ve9qrp` samples makes the test run for a few minutes, in order to get reasonable multipath channel results.

README_fsk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The Octave version of the modem was developed by David Rowe. Brady O'Brien port
7777
$ cd ~/codec2/build_linux/src
7878
$ ./ldpc_enc /dev/zero - --code H_256_512_4 --testframes 200 |
7979
./framer - - 512 5186 | ./fsk_mod 4 8000 100 1000 100 - - |
80-
./ch - - --No -24 |
80+
./ch - - --No -24 |
8181
./fsk_demod -s 4 8000 100 - - |
8282
./deframer - - 512 5186 |
8383
./ldpc_dec - /dev/null --code H_256_512_4 --testframes

0 commit comments

Comments
 (0)