1 Star 0 Fork 6

Simba/MonikaSystem

forked from luxiangyu/MonikaSystem 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hangagaga.py 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
luxiangyu 提交于 2021-09-05 11:33 +08:00 . 洗了一下代码
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))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chm952895776/MonikaSystem.git
git@gitee.com:chm952895776/MonikaSystem.git
chm952895776
MonikaSystem
MonikaSystem
master

搜索帮助