-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes #42
Comments
Ok. Please issue a pull request. |
I have incorporated your changes into the git repo. Please test. Thanks. Alex On Fri, Oct 21, 2016 at 9:12 PM, vigeruno notifications@github.com wrote:
|
Hello. Ok thanks patches work properly. |
Hello
FM Demod Fix:
diff --git a/trunk/src/DttSP/fm_demod.c b/trunk/src/DttSP/fm_demod.c
index 9d61575..b228673 100644
--- a/trunk/src/DttSP/fm_demod.c
+++ b/trunk/src/DttSP/fm_demod.c
@@ -113,7 +113,8 @@ newFMD (REAL samprate,
fm->cvt = (REAL) (0.45 * samprate / (M_PI * f_bandwid));
//fm->cvt = (REAL) (0.45 * samprate / (M_PI * f_bandwid));
return fm;
}
Fix SDR-IQ SMETER:
diff --git a/trunk/src/dspserver/soundcard.c b/trunk/src/dspserver/soundcard.c
index c47da96..647e2d2 100644
--- a/trunk/src/dspserver/soundcard.c
+++ b/trunk/src/dspserver/soundcard.c
@@ -80,8 +80,8 @@ fprintf(stderr,"setSoundcard: %d\n",card);
case SDR_IQ:
//multimeterCalibrationOffset=-240.0f - 25.0f;
//displayCalibrationOffset=-18.0f;
Fix Gain SDR-IQ:
diff --git a/trunk/src/sdriq/receiver.c b/trunk/src/sdriq/receiver.c
index 27aa9f3..9f3fd9a 100644
--- a/trunk/src/sdriq/receiver.c
+++ b/trunk/src/sdriq/receiver.c
@@ -97,7 +97,7 @@ const char* attach_receiver(int rx, CLIENT* client)
// return RECEIVER_INVALID;
//}
//gain_sdriq (1, 1);
freq_sdriq (7050000);
The text was updated successfully, but these errors were encountered: