1 Star 11 Fork 5

luxiangyu/MonikaSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hangagaga.py 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
luxiangyu 提交于 2021-09-05 11:33 . 洗了一下代码
import numpy as np
N = 256
window = np.array([0.5 - 0.5 * np.cos(2 * np.pi * n / (N - 1)) for n in range(N)])
print([int(i) for i in list(window*1023)])
a = [1, 1, 1]
c = np.convolve(window, window)
print(len(c))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lu1198373615/MonikaSystem.git
git@gitee.com:lu1198373615/MonikaSystem.git
lu1198373615
MonikaSystem
MonikaSystem
master

搜索帮助