مثالی از بدست آوردن میزان وابستگی دو سیگنال
🌟 کاربردی
(رسم نمودار در پست بعد)
import numpy as np
import matplotlib.pyplot as plt
# Fixing random state for reproducibility
np.random.seed(19680801)
dt = 0.01
t = np.arange(0, 30, dt)
nse1 = np.random.randn(len(t)) # white noise 1
nse2 = np.random.randn(len(t)) # white noise 2
# Two signals with a coherent part at 10Hz and a random part
s1 = np.sin(2 * np.pi * 10 * t) + nse1
s2 = np.sin(2 * np.pi * 10 * t) + nse2
fig, axs = plt.subplots(2, 1)
axs[0].plot(t, s1, t, s2)
axs[0].set_xlim(0, 2)
axs[0].set_xlabel('time')
axs[0].set_ylabel('s1 and s2')
axs[0].grid(True)
cxy, f = axs[1].cohere(s1, s2, 256, 1. / dt)
axs[1].set_ylabel('coherence')
fig.tight_layout()
plt.show()
🆔 @raspberry_python
🌟 کاربردی
(رسم نمودار در پست بعد)
import numpy as np
import matplotlib.pyplot as plt
# Fixing random state for reproducibility
np.random.seed(19680801)
dt = 0.01
t = np.arange(0, 30, dt)
nse1 = np.random.randn(len(t)) # white noise 1
nse2 = np.random.randn(len(t)) # white noise 2
# Two signals with a coherent part at 10Hz and a random part
s1 = np.sin(2 * np.pi * 10 * t) + nse1
s2 = np.sin(2 * np.pi * 10 * t) + nse2
fig, axs = plt.subplots(2, 1)
axs[0].plot(t, s1, t, s2)
axs[0].set_xlim(0, 2)
axs[0].set_xlabel('time')
axs[0].set_ylabel('s1 and s2')
axs[0].grid(True)
cxy, f = axs[1].cohere(s1, s2, 256, 1. / dt)
axs[1].set_ylabel('coherence')
fig.tight_layout()
plt.show()
🆔 @raspberry_python
https://blog.arduino.cc/2018/06/05/a-flexible-arduino-prototype/
آردویینوهای قابل انعطاف😁
🆔 @raspberry_python
آردویینوهای قابل انعطاف😁
🆔 @raspberry_python
Arduino Blog
A Flexible Arduino Prototype | Arduino Blog
We recently visited NextFlex, the flexible electronics manufacturing institute in Silicon Valley, where they developed a flexible prototype based on the Arduino Mini. Their mission is to make flexible electronics mainstream, opening up all kinds of new applications.…
🌟 دسترسی به متن کامل پایان نامه های، ۴۳۵ دانشگاه در ۲۴ کشور اروپایی
http://www.dart-europe.eu/basic-search.php
🆔 @raspberry_python
http://www.dart-europe.eu/basic-search.php
🆔 @raspberry_python
Dart Europe | Cryptocurrency Portal
Basic Search | Dart Europe
Dart Europe E-Theses Portal: your information portal that encompasses in-depth financial theory and practical crypto trading tips.
https://github.com/the-raspberry-pi-guy/Artificial-Intelligence-Pi
هوش مصنوعی، رزبری پای
✅ @raspberry_python
هوش مصنوعی، رزبری پای
✅ @raspberry_python
GitHub
GitHub - the-raspberry-pi-guy/Artificial-Intelligence-Pi: Turn a Raspberry Pi into your own personal assistant - using Amazon Echo's…
Turn a Raspberry Pi into your own personal assistant - using Amazon Echo's Alexa! - the-raspberry-pi-guy/Artificial-Intelligence-Pi
🌟 در اديتور زير ميتوان كدهایی که می نویسید را قرار بديد و همزمان بقيه مي توانند كدتان را تغيير بدهند و برای آن كامنت بزارن
https://codeshare.io
✅ @raspberry_python
https://codeshare.io
✅ @raspberry_python
Dmitry_Zinoviev_Complex_Network.pdf
13.2 MB
Complex Network Analysis in Python
آنالیز شبکه های پیچیده با پایتون
🌟 سال انتشار 2018
💎 @raspberry_python
آنالیز شبکه های پیچیده با پایتون
🌟 سال انتشار 2018
💎 @raspberry_python