diff options
author | Marcus Müller <marcus@hostalia.de> | 2017-09-21 10:52:13 -0700 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2017-09-21 10:54:55 -0700 |
commit | 738f8c92cb9fdb423017fc2ee781cd92eb8b2309 (patch) | |
tree | f0745691a609eddc771562d2f5fc4a315ec38c8e | |
parent | 1375fe38dd7ff6bcaffc25aed9b990a64cdb9c03 (diff) |
Moved GRC XML and corrected class names for fractional->mmse rename
-rw-r--r-- | gr-filter/grc/filter_mmse_interpolator_xx.xml (renamed from gr-filter/grc/filter_fractional_interpolator_xx.xml) | 2 | ||||
-rw-r--r-- | gr-filter/grc/filter_mmse_resampler_xx.xml (renamed from gr-filter/grc/filter_fractional_resampler_xx.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-filter/grc/filter_fractional_interpolator_xx.xml b/gr-filter/grc/filter_mmse_interpolator_xx.xml index c80d23d73a..6677cf6f02 100644 --- a/gr-filter/grc/filter_fractional_interpolator_xx.xml +++ b/gr-filter/grc/filter_mmse_interpolator_xx.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ################################################### -##Fractional Interpolator +##Fractional MMSE Interpolator ################################################### --> <block> diff --git a/gr-filter/grc/filter_fractional_resampler_xx.xml b/gr-filter/grc/filter_mmse_resampler_xx.xml index 31a4acee80..5d5f9c1786 100644 --- a/gr-filter/grc/filter_fractional_resampler_xx.xml +++ b/gr-filter/grc/filter_mmse_resampler_xx.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ################################################### -##Fractional Resampler +##Fractional MMSE Resampler ################################################### --> <block> |