Skip to content

Commit

Permalink
Fix decimation selection
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed May 30, 2024
1 parent b490efb commit 5efe844
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/applications/gqrx/receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,7 @@ gr::basic_block_sptr receiver::setup_source(file_formats fmt)
return b;
}

if (d_decim >= 2)
{
tb->connect(b, 0, input_decim, 0);
return input_decim;
}
else
return b;
return b;
}

/**
Expand Down

0 comments on commit 5efe844

Please sign in to comment.