MATLAB 2-byte Data Capture from Tektronix MSO64 Oscilloscope
In this post I present a 2-byte data capture script using MATLAB along with the Instrument Control Toolbox.

In this post I present a 2-byte data capture script using MATLAB along with the Instrument Control Toolbox.

The STFFT technique is best suited for situations where the Fourier transform over the entire signal includes too many frequency artifacts from nonstationarities (statistical changes over time). Yet the technique also has its problems too. The 3-dimensional plot generated by STFFT is strongly affected by the windowing size used in the algorithm for example. The…

DIY Temperature and humidity data logger using a Raspberry Pi 3 B+, DHT22 sensor, and Python3