
vscode 하단 터미널(terminal) 탭에서 library 설치 # 앞에 $ 기호는 prompt를 나타냄 $ pip install numpy $ pip install matplotlib ex0_quantization_signal.py import numpy as np import matplotlib.pyplot as plt t = np.arange(0,11) x = 0.85 ** t plt.figure(figsize = (10,8)) # 1. Plotting Analog Signal plt.subplot(2, 2, 1) plt.title('Analog Signal', fontsize=20) plt.plot(t, x, linewidth=3, label='x(t) = (0.85)^t') plt.xlab..
python/Lecture
2023. 11. 30. 09:37
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- pyserial
- vscode
- server
- github
- DAQ
- Python
- r
- arduino
- 코로나
- MacOS
- COVID-19
- DS18B20
- sublime text
- Templates
- template
- Regression
- 자가격리
- ERP
- git
- 라즈베리파이
- raspberrypi
- CSV
- 확진
- Pandas
- SSH
- Django
- 코로나19
- Model
- Raspberry Pi
- analysis
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함