diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-23 07:59:14 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-23 07:59:14 +0100 |
commit | 215e8143e3feefd69a76d0b6eaf36ed42a7a904f (patch) | |
tree | c7da20ffcab5ba945364e4e4d99f0239e0dfc052 /doc | |
parent | bbda6c46e5c322a32c2267da32b0150669174c12 (diff) | |
download | dabmod-215e8143e3feefd69a76d0b6eaf36ed42a7a904f.tar.gz dabmod-215e8143e3feefd69a76d0b6eaf36ed42a7a904f.tar.bz2 dabmod-215e8143e3feefd69a76d0b6eaf36ed42a7a904f.zip |
Add OFDM windowing to config file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index cf56720..d356ee1 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -128,6 +128,13 @@ rate=2048000 ; and ;dac_clk_rate=128000000 +; When nonzero, overlap ofdmwindowing samples from each OFDM symbol +; onto the previous and next symbol, using a raised cosine window function. +; This has the effect of smoothing the transition from one symbol to the next, +; which improves spectrum shape. +; In Transmission Mode I, every data symbol is composed of 2552 samples. +;ofdmwindowing=10 + ; Settings for crest factor reduction. Statistics for ratio of ; samples that were clipped are available through the RC. [cfr] |