diff options
author | Josh Morman <jmorman@perspectalabs.com> | 2020-12-17 11:11:05 -0500 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-12-18 22:36:14 +0100 |
commit | 51fa6abe59c0328d5c41798a910e0bd038878320 (patch) | |
tree | 4b870ebc369d7ba710eee3c697a9db5933e47f4b /docs | |
parent | 3207374679508769fa561f5d68db8c916d1fe5ad (diff) |
global replace of firdes.WIN_ with fft.window.WIN_
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage-manual/(exported from wiki) GNURadioCompanion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage-manual/(exported from wiki) GNURadioCompanion.txt b/docs/usage-manual/(exported from wiki) GNURadioCompanion.txt index 6dad4e6a1b..414fff03e0 100644 --- a/docs/usage-manual/(exported from wiki) GNURadioCompanion.txt +++ b/docs/usage-manual/(exported from wiki) GNURadioCompanion.txt @@ -185,7 +185,7 @@ Note: Most blocks with a taps parameter automatically import the firdes module. Enter the following into the taps parameter of a filter block: <pre> -firdes.low_pass(1.0, samp_rate, 1000, 100, firdes.WIN_HAMMING) +firdes.low_pass(1.0, samp_rate, 1000, 100, fft.window.WIN_HAMMING) </pre> === Use Taps from a File === |