Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 775 Bytes

picoplot

picoscope bode plotting tool, uses the built-in function generator of many picoscope variants to characterize circuits (or your house's heating pipes).

40kHz ultrasonic transducer impedance

features

  • automatic input range selection
  • absolutely no user interface whatsoever

requirements

  • picoscope python API pico-python.
  • numpy, scipy, matplotlib

how to use

  1. electrical
  • connect AWG output to DUT input
  • connect channel A (reference) to AWG
  • connect channel B to DUT output
  1. software
  • install all dependencies
  • adjust fmin, fmax, fnum to fit your needs
  • run picoplot.py
  1. ...? profit!