Skip to content

Commit

Permalink
Fix fft filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored and bastibl committed Nov 2, 2022
1 parent 1a2999c commit 279f81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/transceiver_CSS_USRP.grc
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@
</param>
<param>
<key>wintype</key>
<value>firdes.WIN_BLACKMAN_hARRIS</value>
<value>window.WIN_BLACKMAN_hARRIS</value>
</param>
<param>
<key>label</key>
Expand Down Expand Up @@ -1467,7 +1467,7 @@
</param>
<param>
<key>wintype</key>
<value>firdes.WIN_BLACKMAN_hARRIS</value>
<value>window.WIN_BLACKMAN_hARRIS</value>
</param>
</block>
<block>
Expand Down
4 changes: 2 additions & 2 deletions examples/transceiver_CSS_loopback.grc
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
</param>
<param>
<key>wintype</key>
<value>firdes.WIN_BLACKMAN_hARRIS</value>
<value>window.WIN_BLACKMAN_hARRIS</value>
</param>
<param>
<key>label</key>
Expand Down Expand Up @@ -2088,7 +2088,7 @@
</param>
<param>
<key>wintype</key>
<value>firdes.WIN_BLACKMAN_hARRIS</value>
<value>window.WIN_BLACKMAN_hARRIS</value>
</param>
</block>
<connection>
Expand Down

0 comments on commit 279f81e

Please sign in to comment.