Hi
I’ve been having problems with my SDR outputs so decided to go back to the hello_sp.py demo to validate whether everything is working as it should.
Upon adding noise to the input array, one should expect the output SDR to be different. The demo states “Adding another 20% noise to the already modified input vector. The output SDR should differ considerably from that of the previous output”
However, despite verifying that the input array has indeed swapped bits when the addNoise method is called, the SDR outputs are identical.
Even when increasing noise by 50%, the SDRs share 78 of 81 active bits (almost identical). In this latter example, the two input arrays share 379 matching active bits of 529/531 active bits respectively (input arrays are size 1024), so I’d expect the SDR difference to be higher?
Anyone know why I might be experiencing this problem?
Thanks