Skip to content

Commit

Permalink
Test neuer Noisblanker Filter von a1nb0w
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichloose committed Nov 29, 2022
1 parent fe60c1a commit a8f82ee
Show file tree
Hide file tree
Showing 5 changed files with 876 additions and 68 deletions.
5 changes: 3 additions & 2 deletions src/applications/gqrx/receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,9 @@ receiver::status receiver::set_demod(rx_demod demod, bool force)
break;

case RX_DEMOD_NONE:
connect_all(RX_CHAIN_NBRX);
rx->set_demod(nbrx::NBRX_DEMOD_NONE);
//connect_all(RX_CHAIN_NBRX);
connect_all(RX_CHAIN_NONE);
//rx->set_demod(nbrx::NBRX_DEMOD_NONE);
break;

case RX_DEMOD_AM:
Expand Down
Loading

0 comments on commit a8f82ee

Please sign in to comment.