Learn More →
於 Packages 安裝以下元件
Learn More →
py -3 --version 確認 python 版本
Learn More →
py -m pip install matplotlib
py -m pip install control
py -m pip install numpy
py -m pip install SymPy
py -m pip install Pandas
py -m pip install PyWavelets
Learn More →
選擇 python file
Learn More →
Learn More →
物聯網高手的自我修練:帶你玩轉樹莓派、Arduino 與ESP32
import numpy as np
import matplotlib.pyplot as plt
import control
wc = 2 * np.pi * 5
LPF = control.tf([wc], [1, wc])
w = np.logspace(-1.5,3,200)
phase = control.bode(LPF, w, Hz=True, dB=False, deg=True)
plt.show()
按下Run Python File後,會跑出波德圖。
Learn More →
Learn More →
Node-Red Publish MQTT Server
Aug 18, 2024[Node-RED] 安裝 MQTT 伺服器
Aug 17, 2024FreeRTOS on ESP32ESP32從入門到進階ESP32應用
Jul 15, 2024https://help.aliyun.com/zh/iot/developer-reference/install-the-eclipse-development-environment
Mar 11, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up