Adrian Suciu
Adrian Suciu
https://github.com/analogdevicesinc/scopy/issues/1139 The noise in the signal generator is computed once and then cyclically sent out the buffer. It is not real noise. We will implement streaming mode for the DAC...
Windows is not really used as a reliable development platform. We mainly use linux for that. The script is not reliable because it depends on the current versions pushed by...
That's awesome ! We can probably create releases for the packages that are missing them. However latest upstream for qwt is a problem because upstream doesn't include stuff from qwt-multiaxis...
Most scopes don't have this functionality. One should understand the way measurements work. I'm just gonna close it. -Adrian
We'll look into it. Until then you can probably create a chirp using python(for example) in a CSV file and load it into the signal generator. -Adrian
Scopy should be able to handle more than 50k samples. It should also be able to handle WAV files directly if they are in 16bit integer format (the default format)....
We have some of this feature implemented, however it does not fit currently with our development plan for this release. We will revisit this next release (end of the year...
When implementing the noise source, I used the gnuradio noise_source block. https://gnuradio.org/doc/doxygen/classgr_1_1analog_1_1noise__source__f.html#a2165ba3c7cc54a1dcb8260e318976dba It is mentioned that the amplitude parameter, is actually the standard deviation. In order to make Scopy more...
There are multiple types of noise implemented by gnuradio, you can select them from the dropdown in Scopy. The thing is that if we rename the amplitude to "standard deviation"...
I know it's not 100% correct, but I implemented the following gnuradio flow, to minimize confusion:  ui_ampl is the set amplitude in the UI value is a value (that...