You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appropriate test pulses for the RSA operation should be defined.
The current simple approach is as follows:
Generate 20 random values r() between -1 and 1
Define a pulse via pulse table
0 -> start
start -> start+Δ
start+Δ -> start+2Δ
...
end-2Δ -> end-Δ
end-Δ -> end
end -> period
-r(1)
r(1)
r(2)
...
r(19)
r(20)
-r(20)
where start, end and period are defined as for the readout mask (400, 600, 1000). This pulse is then repeated 100 times.
The expected result is the generated waveform between start and end.
The text was updated successfully, but these errors were encountered:
Appropriate test pulses for the RSA operation should be defined.
The current simple approach is as follows:
where start, end and period are defined as for the readout mask (400, 600, 1000). This pulse is then repeated 100 times.
The expected result is the generated waveform between start and end.
The text was updated successfully, but these errors were encountered: