Skip to content

Commit

Permalink
Add ibyte to Fifo_Signal_Source documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Aug 30, 2024
1 parent b819e13 commit 77410dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sp-blocks/02-signal-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ This implementation accepts the following parameters:
| -------------- |
| `implementation` | `Fifo_Signal_Source` | Mandatory |
| `filename` | Name of the fifo stream from which samples will be read. | Mandatory |
| `sample_type` | [`ishort`, `gr_complex`]: Sample type in fifo stream. It defaults to `ishort`. The output of this block is always `gr_complex`. | Optional |
| `sample_type` | [`ibyte`, `ishort`, `gr_complex`]: Sample type in fifo stream. It defaults to `ishort`. The output of this block is always `gr_complex`. | Optional |
| `dump` | [`true`, `false`]: If set to `true`, it dumps the content of the source file `filename` in <abbr id="data-type" title="Complex samples with real and imaginary parts of type 32-bit floating point. C++ name: std::complex<float>">`gr_complex`</abbr> format. It defaults to `false`. | Optional |
| `dump_filename` | If `dump` is set to `true`, the name of the dump file. It defaults to `./data/signal_source.dat` | Optional |
| ------- |
Expand Down

0 comments on commit 77410dd

Please sign in to comment.