ChatCrawlersearch across public Telegram Open the app
P

python خانه پایتون گروه آموزشی برنامه نویسی

сообщение · 2024-04-27 16:53 UTC
A
FateФотография
ببین درسته یا نه import numpy as np from scipy import signal import matplotlib.pyplot as plt # تولید سیگنال الکتریکی قلب fs = 1000 # نرخ نمونه‌برداری t = np.arange(0, 1, 1/fs) # زمان به ازای ۱ ثانیه heart_rate = 60 # ضربان قلب در دقیقه heart_signal = signal.square(2 * np.pi * heart_rate * t) # نمایش سیگنال الکتریکی قلب plt.plot(t, heart_signal) plt.xlabel('Time (s)') plt.ylabel('Voltage (mV)') plt.title('ECG Signal') plt.show()

Вся лента · оригинал в Telegram

Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog