Hello,
As some of you know, I have recently committed to the SVN some revised files
based on ideas taken from the 10.1 branch to address problems with large
FFTs and PFBs in 7.1 Green blocks. For the most part this is working well.
However, in the biplex_cplx_unscrambler, the reorder block ends up with the
reorder map argument in the form of a string which grows to be too long for
large FFTs. This is because the map variable is populated in this way in the
biplex_cplx_unscrambler. The reorder block mask calls backpopulate_mask,
which should see that the argument is too long and store it in the user
field. However, for some reason this is not happening. I assume because the
biplex_cplx_unscrambler mask is getting run again and thus rewriting the map
variable field. Does anyone know what the "right" way to fix this is?
Thanks,
Glenn

Reply via email to