Do you use ngscopeclient with a Siglent scope?
-
Do you use ngscopeclient with a Siglent scope? I just did some refactoring of the logic that converts raw ADC samples to floating point and have not been able to test as I do not have a Siglent scope in my lab to test with.
Please pull/build latest and let me know if anything broke.
-
R relay@relay.infosec.exchange shared this topic
-
Do you use ngscopeclient with a Siglent scope? I just did some refactoring of the logic that converts raw ADC samples to floating point and have not been able to test as I do not have a Siglent scope in my lab to test with.
Please pull/build latest and let me know if anything broke.
@azonenberg
I will do (with my 12bits scope).
But not now (perhaps during week-end). -
Do you use ngscopeclient with a Siglent scope? I just did some refactoring of the logic that converts raw ADC samples to floating point and have not been able to test as I do not have a Siglent scope in my lab to test with.
Please pull/build latest and let me know if anything broke.
@azonenberg
Is there some specific pattern to ingest to the scope to stress test your work? -
@azonenberg
Is there some specific pattern to ingest to the scope to stress test your work?@jenesuispersonne No, I just switched from the legacy CPU (either a simple for loop or AVX depending on if your CPU supports it) conversion function to the modern shader based one... not because it's the bottleneck with slow Siglent scopes but because I'm trying to remove the deprecated version and not have to maintain a dozen different versions of the logic.
It should either blow up immediately or work flawlessly, I do not expect much if any in-between