Jump to content

attila

Technical Forum Moderator
  • Posts

    6,469
  • Joined

  • Last visited

Posts posted by attila

  1. Hi @joshna

    Probably the V_DS input voltage on the analog input channel is out the range. 
    The analog inputs of AD3 have two input ranges, approximately 5V and 50V pk2pk, and adjustable offset.
    Set offset or range dwf.FDwfAnalogInChannelOffsetSet(hdwf, #, c_double(2.5)) or dwf.FDwfAnalogInChannelRangeSet(hdwf, #, c_double(50.0))

  2. Hi @bsaulquin

     

    The Impedance Analyzer is not suitable for such measurement.
    This is intended for low power testing of component, passive filters...

    The amplifier needs high power reference load.
    https://sengpielaudio.com/calculator-InputOutputImpedance.htm

    Here I used an floating external supply and 6.2R power resistor, I had at hand, connected to the output.

    image.png

    I measured an output impedance of 0.31 Ohms.

    image.png

     

    Here R1 is without and C2 is with load.
    For me the THD and noise my be high due to the wiring or this is just a cheap amplifier.

    image.png

    image.png

  3. Hi @Caleb Messerly

    Download digilent.adept.runtime...armhf.deb and digilent.waveforms.adp3X50...armhf.deb
    https://digilent.com/reference/software/adept/start
    https://digilent.com/reference/software/waveforms/waveforms-3/start

    sudo apt install ./digilent.adept.runtime...armhf.deb ./digilent.waveforms.adp3X50..armhf.deb

    See the manual and examples WF SDK/ samples/ py/ 
    Command line script/app can be developed/tested on computer then ported to the embedded Linux.

    image.png

    or see the following:

     

×
×
  • Create New...