diff options
-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> |