diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-25 20:37:32 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-25 20:37:41 +0200 |
commit | 1e625548ad55d73be527c028c89ccd81163766af (patch) | |
tree | 9489ae272ee731caeae85f3e16ba08f1f475719e /views | |
parent | 6cb14e70a7f2ab6077aa00106e082aa00627057f (diff) | |
download | odr-dab-cir-1e625548ad55d73be527c028c89ccd81163766af.tar.gz odr-dab-cir-1e625548ad55d73be527c028c89ccd81163766af.tar.bz2 odr-dab-cir-1e625548ad55d73be527c028c89ccd81163766af.zip |
Add description about guard interval to index.tpl
Diffstat (limited to 'views')
-rw-r--r-- | views/index.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/index.tpl b/views/index.tpl index c620fa8..80bc8d6 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -22,6 +22,10 @@ </div> <div id="cir"> + <p>In TM1, maximum component delay is 504 samples at 2048ksps (around 246 us). + Components that are spaced apart by more than 504 in the graphs below + are out of the guard interval. + If you have changed the sampling rate, you must do the conversion yourself.</p> <img src="{{fig_file}}" /> </div> </div> |