Jump to content

attila

Technical Forum Moderator
  • Posts

    6,535
  • Joined

  • Last visited

Posts posted by attila

  1. 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

  2. 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:

     

  3. Hi @Marcus Watson

    If you are capturing up to device buffer size of samples you can use acqmodeSingle, see WF SDK/ samples/ py/ AnalogIn_Acquisition.py, AnalogIn_Trigger.py.... This does not need loop, but you should verify if the capture is done with FDwfAnalogInStatus before reading the data.
    The record mode is for capturing more samples at lower rate, using data streaming and this requires loop to transfer the chunks of data.

×
×
  • Create New...