摘要: 欲成这样的xml结构 <?xml version="1.0" encoding="utf-8"?> <DOCUMENT content_method="full"> <item> <key>Key1</key> <display> <url>https://www.baidu.com/</url> 阅读全文
posted @ 2020-03-27 17:07 BeWild 阅读(1508) 评论(0) 推荐(0) 编辑
摘要: 1.pip install pyinstaller 出现错误: Could not find a version that satisfies the requirement pyinstaller(from version:) No matching distribution found for 阅读全文
posted @ 2020-03-27 11:09 BeWild 阅读(1977) 评论(0) 推荐(0) 编辑
摘要: function [Y,NOISE] = noisegen(X,SNR)% noisegen add white Gaussian noise to a signal.% [Y, NOISE] = NOISEGEN(X,SNR) adds white Gaussian NOISE to X. The 阅读全文
posted @ 2020-03-24 19:18 BeWild 阅读(1545) 评论(0) 推荐(0) 编辑
摘要: 1)numpy-1.16.4+mkl-cp27-cp27m-win_amd64.whl 2)pyparsing-2.4.2-py2.py3-none-any.whl ***3)pytz-2019.1-py2.py3-none-any.whl(不是必须) ***4)setuptools-41.1.0- 阅读全文
posted @ 2020-03-24 09:14 BeWild 阅读(3112) 评论(0) 推荐(0) 编辑
摘要: Windows系统下打包教程: https://www.jianshu.com/p/48f6dea265eb 阅读全文
posted @ 2020-03-23 20:54 BeWild 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 搜索独特码后,想要查看下一个查找结果,按字母L。 阅读全文
posted @ 2020-03-23 19:42 BeWild 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 1、软件环境配置 https://zhuanlan.zhihu.com/p/56676237 2、插件库离线安装 https://blog.csdn.net/u012814856/article/details/80684376 3、struct.unpack的用法与数据格式 https://www 阅读全文
posted @ 2019-12-18 11:13 BeWild 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 【问题描述】 选中一个文件,右键之后无法弹出菜单,最后显示: 资源管理器未响应。 【参考方法】 https://www.jianshu.com/p/d627c941467a 【方法介绍】 1、下载ShellExView。 http://www.nirsoft.net/utils/shexview.h 阅读全文
posted @ 2019-05-17 10:45 BeWild 阅读(2162) 评论(0) 推荐(0) 编辑
摘要: set(0,'defaultfigurecolor','w') 阅读全文
posted @ 2018-11-20 10:22 BeWild 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/yuan1164345228/article/details/45919315 滤波器的截止频率是Fd/2;Fs/Fd是内插倍数;其频响可以由滚降系数和窗长(FIR阶数)确定。 delay * (Fs / Fd) * 2 + 1就是滤波器的阶数 阅读全文
posted @ 2018-10-11 20:07 BeWild 阅读(7502) 评论(0) 推荐(0) 编辑