Blame view

mixer/README.md 236 Bytes
659859ea4   bmarechal   add readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  Mixer equations
  ------------
  Comparaison of polynomial and simple-product approaches of RF mixer
  
  Test it
  ----------
  run in iPython environment to show local variables
  
  ```sh
  ipython
  ```
  
  ```ipython
  run mixer.py
  Vmix_poly
  Vmix_prod
  ```