Skip to content
Snippets Groups Projects
Commit 127c1362 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add TODO.

parent 5976e6bd
No related branches found
No related tags found
1 merge request!419Resolve RTSD-265
Pipeline #96888 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -876,6 +876,13 @@ def non_maximal_upsample_bpf(xBase, Nup, k, Ndft, coefs, verbosity=1):
for the whole input xBase. Instead it needs to be FIR filtered per block of
Nup output samples, using pfs.polyDelays in pfs.filter_up().
TODO
. This code only runs ok for Ros = 1, 2 when Ndft = 16, but not for
Ros = 4, so need to fix that. According to [CROCHIERE 7.2.7] the
polyphase structure is only suitable for Ros is integer >= 1. For other
Ros > 1 the weighted overlap-add (WOLA) structure is suitable, so
need to add WOLA.
Input:
. xBase: Input equivalent baseband signal xBase[m]
. Nup: upsample factor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment