typo
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 27 Apr 2018 21:09:09 +0000 (21:09 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 27 Apr 2018 21:09:09 +0000 (21:09 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3527 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/cohpsk.m

index 34abfa7d6e4d5ba7d200c87da95236a63401d7e5..e385a02f5f414e5d4170623131747baaeb1a4fc7 100644 (file)
@@ -242,7 +242,7 @@ function [rx_symb rx_bits rx_symb_linear amp_ phi_ sig_rms noise_rms cohpsk] = q
     % Note: correlation (averging) method was used initially, but was
     % poor at tracking fast phase changes that we experience on fading
     % channels.  Linear regression (fitting a straight line) works
-    % better on fading channels, but increases BER slighlty for AWGN
+    % better on fading channels, but increases BER slightly for AWGN
     % channels.
 
     sampling_points = [1 2 cohpsk.Nsymbrow+3 cohpsk.Nsymbrow+4];