Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 3.17 KB

readme.md

File metadata and controls

57 lines (49 loc) · 3.17 KB

Labs on Telecommunication technologies

#educational #spbstu #term_6 #think_dsp #gnu_radio

  1. Lab 1: Sounds and signals
  2. Lab 2: Harmonics
  3. Lab 3: Aperiodic signals
  4. Lab 4: Noise
  5. Lab 5: Autocorrelation
  6. Lab 6: Discrete cosine transformation
  7. Lab 7: Discrete Fourier transformation (DFT)
  8. Lab 8: Filtration and convolution
  9. Lab 9: Differentiation and integration
  10. Lab 10: Linear systems and signals
  11. Lab 11: Modulation and sampling
  12. Lab 12: Single Sideband transceiver

Note:

  • Lab notebooks use module install_deps.py, which is in labs folder. install_deps.require_think_dsp() is used to provide thinkdsp module in case of lack it. You can run the code both on Windows and linux OS. For Windows OS local version of wget.exe is used.

  • If you just want to see the code, you can open local .ipynb versions of notebooks or use Google Colab references.

  • If your purpose is to run and change the code, you can clone/download the repo and execute the code using Jupyter Notebook or PyCharm Professional.

Master repository: AllenDowney