激情久久久_欧美视频区_成人av免费_不卡视频一二三区_欧美精品在欧美一区二区少妇_欧美一区二区三区的

腳本之家,腳本語言編程技術及教程分享平臺!
分類導航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服務器之家 - 腳本之家 - Python - Python模擬脈沖星偽信號頻率實例代碼

Python模擬脈沖星偽信號頻率實例代碼

2020-12-31 00:14Nicolas P. Rougier Python

這篇文章主要介紹了Python模擬脈沖星偽信號頻率實例代碼,具有一定借鑒價值,需要的朋友可以參考下

脈沖星假信號頻率的相對路徑論證。

首先看一下演示結果:

Python模擬脈沖星偽信號頻率實例代碼

實例代碼:

?
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.animation as animation
 
# Fixing random state for reproducibility
np.random.seed(19680801)
 
 
# Create new Figure with black background
fig = plt.figure(figsize=(8, 8), facecolor='black')
 
# Add a subplot with no frame
ax = plt.subplot(111, frameon=False)
 
# Generate random data
data = np.random.uniform(0, 1, (64, 75))
X = np.linspace(-1, 1, data.shape[-1])
G = 1.5 * np.exp(-4 * X ** 2)
 
# Generate line plots
lines = []
for i in range(len(data)):
  # Small reduction of the X extents to get a cheap perspective effect
  xscale = 1 - i / 200.
  # Same for linewidth (thicker strokes on bottom)
  lw = 1.5 - i / 100.0
  line, = ax.plot(xscale * X, i + G * data[i], color="w", lw=lw)
  lines.append(line)
 
# Set y limit (or first line is cropped because of thickness)
ax.set_ylim(-1, 70)
 
# No ticks
ax.set_xticks([])
ax.set_yticks([])
 
# 2 part titles to get different font weights
ax.text(0.5, 1.0, "MATPLOTLIB ", transform=ax.transAxes,
    ha="right", va="bottom", color="w",
    family="sans-serif", fontweight="light", fontsize=16)
ax.text(0.5, 1.0, "UNCHAINED", transform=ax.transAxes,
    ha="left", va="bottom", color="w",
    family="sans-serif", fontweight="bold", fontsize=16)
 
 
def update(*args):
  # Shift all data to the right
  data[:, 1:] = data[:, :-1]
 
  # Fill-in new values
  data[:, 0] = np.random.uniform(0, 1, len(data))
 
  # Update data
  for i in range(len(data)):
    lines[i].set_ydata(i + G * data[i])
 
  # Return modified artists
  return lines
 
# Construct the animation, using the update function as the animation
# director.
anim = animation.FuncAnimation(fig, update, interval=10)
plt.show()

腳本運行時間:(0分0.065秒)

總結

以上就是本文關于Python模擬脈沖星偽信號頻率實例代碼的全部內容,希望對大家有所幫助。感興趣的朋友可以繼續參閱本站其他相關專題,如有不足之處,歡迎留言指出。感謝朋友們對本站的支持!

原文鏈接:https://matplotlib.org/index.html

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 91短视频在线观看免费最新 | 中文字幕网站在线 | 精品一区免费 | av久草| 日本在线观看一区二区 | 午夜视频在线 | 欧美日韩视频第一页 | 久成人 | 久久免费视频在线 | 欧美成人性生活 | 成人在线97| 精品成人久久久 | 一级电影中文字幕 | 国产成人综合在线观看 | 一级黄色影片在线观看 | 国产精品999在线观看 | 欧美不卡三区 | 欧美黄成人免费网站大全 | 激情欧美在线 | 91亚洲精品一区二区福利 | 日本免费靠逼视频 | 久久精品一级 | 国产二区三区视频 | 国产一级片91 | 国产99久久久久 | 日本精品久久久久久草草 | 91精品久久香蕉国产线看观看 | 夜间福利视频 | 九九爱视频 | 99爱视频在线 | 污污的视频在线观看 | 噜噜色av | 成人午夜淫片a | 亚洲精品久久久久www | 一区二区三区日韩电影 | 久久生活片 | 精品一区二区三区在线观看国产 | 黄色免费高清网站 | 亚洲国产精品久久久久久久久 | 日韩黄站 | 亚洲av一级毛片特黄大片 |