Skip to content

Commit

Permalink
Merge pull request #18 from jeroenbeijer/master
Browse files Browse the repository at this point in the history
EBNO pull request
  • Loading branch information
jontio committed Dec 28, 2017
2 parents b8a4982 + 4110111 commit f336ce5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JAERO/burstmskdemodulator.cpp
Expand Up @@ -181,7 +181,8 @@ void BurstMskDemodulator::setSettings(Settings _settings)
delete agc2;

delete ebnomeasure;
ebnomeasure = new MSKEbNoMeasure(0.25*Fs);//1 second ave //SamplesPerSymbol*125);//125 symbol averaging
//keep the averaging time very short to allow for R packets
ebnomeasure = new MSKEbNoMeasure(0.15*Fs);

pointbuff.resize(100);
pointbuff_ptr=0;
Expand Down
Binary file removed libcorrect/bin/32/libcorrect.a
Binary file not shown.
Binary file removed libcorrect/bin/32/libcorrect.dll.a
Binary file not shown.
Binary file removed libcorrect/bin/64/libcorrect.a
Binary file not shown.
Binary file removed libcorrect/bin/64/libcorrect.dll.a
Binary file not shown.

0 comments on commit f336ce5

Please sign in to comment.