QLineseries (1) 썸네일형 리스트형 2KHz의 sin파 PyQt5로 구현 무한히 반복되는 SIN파의 형태에 대하여 파이썬 - PyQt5로 구현했습니다. 주파수 : 2khz 진폭 : 5v 지속시간 : 0.001초 샘플링 주파수 : 80KHz 위 단위를 전제합니다. 목적은 그래프 반환되는 속도와 최적화에 대한 방향 설정입니다. #!/usr/bin/python # -*- coding: utf-8 -*- import sys from PyQt5.QtGui import * from PyQt5.QtWidgets import QApplication, QMainWindow from PyQt5.QtChart import QChart, QChartView, QLineSeries from PyQt5.QtCore import * import numpy as np import sys from PyQt.. 이전 1 다음