Hi,
When I go through the source code of sora SDK, I find some diference between the softwifi and brick model in the modulation process for 802.11b. In the brick programming model, it has a raise cosine filter in the TQuickPulseShaper brick, but the
softwifi has'n it. Is the method "BB11BPMDSpreadFIR4SSE" in softwifi has the same function with the filter process in brick? If it is, why the two models have different process? If it is not, what's the purpose of using "BB11BPMDSpreadFIR4SSE"?
Thanks very much!