-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very short durations - what's the correct interpolation? #51
Comments
I think this is to some degree a matter of taste. To me the most intuitive seems to be number one: at time t set voltage to. Number two seems counterintuitive: who would want to specify the times up to which a voltage has a certain value? And number three I would expect to find as an additional feature |
Surely number 3 is linear interpolation == True? |
I wanted to underline that |
Ok I get it, You are saying that its linear interpolation == True that activates it but thats False by default |
get an AWG and an oscilloscope and check? I would guess its number 3 but checking seems most sensible. |
How should we deal with very short segments? What is closest to what the user needs and how do AWG's usually handle short pulses?
If we supply an array of voltages
[0, 0, 1, 1, 0, 0, 1, 1]
at a given sample rate, when do we expect voltage changes to happen?Given the following input:
Which of the three following scenarios do we expect the AWG to (attempt to) realise? How should broadbean's plotting reflect that?
@dmtvanzanten @Dominik-Vogel @nataliejpg
The text was updated successfully, but these errors were encountered: