Skip to content

Commit

Permalink
Fix the encoding of noise.h
Browse files Browse the repository at this point in the history
Convert what appears to be a EUC-JP right angle bracket "〉" to a plain
ASCII greater than sign ">". This fixes an error when using Visual C++
with the /utf-8 flag.
  • Loading branch information
geraldcombs committed May 30, 2023
1 parent d540fdf commit 728b60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spandsp/noise.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Freq (Hz) Spectral Bandwidth Total power in
6300 -1.3 31.7 30.4
8000 -6.6 32.7 26.0
The tolerance for each 1/3rd octave band is ¡Ó3dB.
The tolerance for each 1/3rd octave band is > 3dB.
\section awgn_page_sec_2 How does it work?
The central limit theorem says if you add a few random numbers together,
Expand Down

0 comments on commit 728b60a

Please sign in to comment.