Downside of this is that the filters take a lot of cycles to actually start working:
Does m have to go from -M to M though? Or can it go from 0 to M? I don't see why not...
If we use the filter generated by FIIIR! then we need about 115 coefficients, which is kind of a lot. Either way, this means that to compute the co...
So I don't really want to use a moving average filter cause those kind of suck. But we need to somehow do a convolution per timestep?...
So in this case we need to have 2 NCOs but with the starting phase different. Since they receive the same error signal, the frequencies should alwa...
-
94c29579 · Merge branch '42-nco' into 'master'
- ... and 3 more commits. Compare dbb930f5...94c29579
Even with a much lower symbol rate we still see a big error with even a small phase error, so we need to sync the clocks somehow. Lets try building...
This kinda works, but our feedback is not too great. We use a state machine based just on the sign. Can we do better than that?