Skip to content

MarcinWachowiak/rf-power-amplifier-measurements

Repository files navigation

rf power amplifier measurements

RF power amplifier characteristics measurements

Anaconda set up:

  1. Create and activate new environment:

    conda create -n adi_hw python=3.9
    conda activate adi_hw
    
  2. Add conda-forge channels:

    conda config --add channels conda-forge
    
  3. Install packages:

    conda install numpy matplotlib libiio libsmu pyadi-iio ipykernel
    

    or

    conda env update --file requirements.yml
    
  4. Install conda env as ipykernel:

    python -m ipykernel install --user --name=adi_hw
    
  5. Launch Jupyter Notebook or Lab and select created kernel.

About

RF power amplifier characteristics measurements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published