kopia lustrzana https://github.com/rs1729/RS
clean-up
rodzic
70c1a2b3e8
commit
5c0baeae55
|
@ -1203,12 +1203,12 @@ int find_header(dsp_t *dsp, float thres, int hdmax, int bitofs, int opt_dc) {
|
||||||
if (dsp->mv > thres || dsp->mv < -thres) {
|
if (dsp->mv > thres || dsp->mv < -thres) {
|
||||||
|
|
||||||
if (dsp->opt_dc) { // Problem: FM-gain
|
if (dsp->opt_dc) { // Problem: FM-gain
|
||||||
if (dsp->opt_iq < 2) dsp->Df += dsp->dDf*FM_GAIN / 2.0;
|
if (dsp->opt_iq < 2) dsp->Df += dsp->dDf*0.4;
|
||||||
else {
|
else {
|
||||||
double ofs = fabs(dsp->dDf); // (iq-decode controls FM-gain)
|
double ofs = fabs(dsp->dDf); // (iq-decode controls FM-gain)
|
||||||
if (ofs > 200.0)
|
if (ofs > 200.0)
|
||||||
{
|
{
|
||||||
dsp->Df += dsp->dDf*FM_GAIN / 1.2;
|
dsp->Df += dsp->dDf * 2/3.0;
|
||||||
}
|
}
|
||||||
if (ofs > 1000.0) { //dsp->opt_lp
|
if (ofs > 1000.0) { //dsp->opt_lp
|
||||||
if (dsp->locked) {
|
if (dsp->locked) {
|
||||||
|
|
|
@ -1194,12 +1194,12 @@ int find_header(dsp_t *dsp, float thres, int hdmax, int bitofs, int opt_dc) {
|
||||||
if (dsp->mv > thres || dsp->mv < -thres) {
|
if (dsp->mv > thres || dsp->mv < -thres) {
|
||||||
|
|
||||||
if (dsp->opt_dc) { // Problem: FM-gain
|
if (dsp->opt_dc) { // Problem: FM-gain
|
||||||
if (dsp->opt_iq < 2) dsp->Df += dsp->dDf*FM_GAIN / 2.0;
|
if (dsp->opt_iq < 2) dsp->Df += dsp->dDf*0.4;
|
||||||
else {
|
else {
|
||||||
double ofs = fabs(dsp->dDf); // (iq-decode controls FM-gain)
|
double ofs = fabs(dsp->dDf); // (iq-decode controls FM-gain)
|
||||||
if (ofs > 200.0)
|
if (ofs > 200.0)
|
||||||
{
|
{
|
||||||
dsp->Df += dsp->dDf*FM_GAIN / 1.2;
|
dsp->Df += dsp->dDf * 2/3.0;
|
||||||
}
|
}
|
||||||
if (ofs > 1000.0) { //dsp->opt_lp
|
if (ofs > 1000.0) { //dsp->opt_lp
|
||||||
if (dsp->locked) {
|
if (dsp->locked) {
|
||||||
|
|
Ładowanie…
Reference in New Issue