- increased rho_thr

- add argument to switch printing of packets

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@418 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-02-09 11:33:02 +00:00
parent 133b14cc87
commit 87b98ba4d2
4 changed files with 23 additions and 14 deletions
+2 -1
View File
@@ -38,6 +38,7 @@ class bit_slicer_impl : public bit_slicer
float m_baudRate;
float m_kLoopFilter;
float m_kThreshold;
int m_doPrintPackets;
float m_vmin;
float m_vmax;
float m_v_sig;
@@ -66,7 +67,7 @@ class bit_slicer_impl : public bit_slicer
bool stop() override;
public:
bit_slicer_impl(int sampleRate, int samplesPerSym, float kLoopFilter, float kThreshold);
bit_slicer_impl(int sampleRate, int samplesPerSym, float kLoopFilter, float kThreshold, int doPrintPackets);
~bit_slicer_impl();
// Where all the action really happens