HowardALandman / QTD

Research project on Quantum Time Dilation, including theory and plans for an experiment to test it.
2 stars 1 forks source link

simulate mode assumes rising edges; falling edge mode needs to be tested #5

Closed HowardALandman closed 4 years ago

HowardALandman commented 4 years ago

measure(simulate=True) generates START and STOP pulses that can be sent to the chip. However, they are generated based on the rising edge, so the timing may be weird if the chip is initialized with on(falling=True) so that the TDC7201 is measuring from falling edges. (Obviously rising and falling edges must alternate, so it will measure SOMETHING, but the question is whether everything still works as expected in falling mode. This requires testing.)