tknopp / RedPitayaDAQServer

Advanced DAQ Tools for the RedPitaya (STEMlab 125-14)
https://tknopp.github.io/RedPitayaDAQServer/dev/
Other
34 stars 9 forks source link

Add signal generation in rasterized mode #17

Closed jonschumacher closed 4 years ago

jonschumacher commented 5 years ago

Currently, other signal types than sine can only be used when using the standard mode for the DDS compilers. It would be nice to have this working when in rasterized mode.

tknopp commented 5 years ago

yes. Is there some limitation how low we can make the frequency here?

jonschumacher commented 5 years ago

Since DC is possible, I dare say as low as the DDS compiler allows. I guess below 1 Hz is hard due to the fractions but all above should be fine. But implementing this might take a while because there are issues with adjusting the phase and with acquiring data in the current firmware.

jonschumacher commented 5 years ago

The highest modulus seems to be 16384 resulting in a frequency resolution of 7629 Hz at the selected SFDR. If I am not mistaken, this means it's either 0 Hz or 7629 Hz or multiples of it. In standard mode we have a frequency resolution of 0.03 Hz.

jonschumacher commented 4 years ago

Not necessary anymore since the rasterized mode was dropped.

tknopp commented 4 years ago

yep