RF power amplifier characteristics measurements
Anaconda set up:
-
Create and activate new environment:
conda create -n adi_hw python=3.9 conda activate adi_hw
-
Add conda-forge channels:
conda config --add channels conda-forge
-
Install packages:
conda install numpy matplotlib libiio libsmu pyadi-iio ipykernel
or
conda env update --file requirements.yml
-
Install conda env as ipykernel:
python -m ipykernel install --user --name=adi_hw
-
Launch Jupyter Notebook or Lab and select created kernel.