diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-12-02 18:01:41 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-12-03 19:12:20 -0500 |
commit | 464f23ae4eba3230c54b68d783a3ab7b4734744c (patch) | |
tree | 4e38636dc42db57023a83d02bf9fbbaf4e46715d /gr-digital/python/digital/soft_dec_lut_gen.py | |
parent | a74d0f127e3b50dba2cf6876d1e0a250ebbb3f84 (diff) |
filter: fixed default filter for rational_resampler.
Addresses issue #745. When rate < 1 (downsampling), take into account the amount of downsampling (decimation) and adjust the LPF's passband to reduce aliasing.
Diffstat (limited to 'gr-digital/python/digital/soft_dec_lut_gen.py')
-rw-r--r-- | gr-digital/python/digital/soft_dec_lut_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/digital/soft_dec_lut_gen.py b/gr-digital/python/digital/soft_dec_lut_gen.py index 9c184d60cb..5bea27f843 100644 --- a/gr-digital/python/digital/soft_dec_lut_gen.py +++ b/gr-digital/python/digital/soft_dec_lut_gen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2013 Free Software Foundation, Inc. +# Copyright 2013-2014 Free Software Foundation, Inc. # # This file is part of GNU Radio # |