看到了这里:
“The internal precision of the FFT engine is 22/19 bits—the inputs are first scaled to 22 bits by shifting left 6 bits, then 19 of the 22 bits are selected based on the shift factor. A shift of 0 bits means that the 19 LSBs are selected”
FFTC的输入是16I/16Q的一个字,如果像这样左移扩展然后再选中19位,最后不是会变成19I/19Q的输入啦,超出了一个32位的字啊。。是不是输入16I/16Q的时候是用的一个寄存器对啊?