自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (17)
  • 收藏
  • 关注

原创 matplotlib Heatmap 绘制混淆矩阵第一行和最后一行减半

不正常显示:正常显示:原因:matplotlib版本3.1.1和3.1.2版本问题解决方法:plt.imshow(cm, interpolation='nearest', cmap=cmap)plt.ylim(len(cm) - 0.5, -0.5)或fig, ax = plt.subplots()im = ax.imshow(cm)a...

2020-01-20 23:43:31 1827 1

原创 Python matplotlib查看版本

以管理员身份进入系统环境,输入命令:python进入python环境下,输入命令:import matplotlibmatplotlib.__version__

2020-01-20 23:04:06 18950

原创 时频重分配算法相关paper

Time-Frequency Reassignment and Synchrosqueezing: An overviewRecursive Time-Frequency Reassignment

2020-01-17 23:55:34 395

原创 module 'tensorflow' has no attribute 'set_random_seed'

module 'tensorflow' has no attribute 'set_random_seed'tf<2.0tf.set_random_seed(self._seed)tf2.0tf.random.set_seed()module 'tensorflow' has no attribute 'Session'tf<2.0import t...

2020-01-16 01:20:04 41884 5

原创 Python: ufunc 'bitwise_xor' not supported for the input types,....

错误:ufunc 'bitwise_xor' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' datamaster[i] = data[i+10000][...

2020-01-09 04:25:33 33643 2

magnifyOnFigure.rar

一个工具箱,能实现MATLAB图中图,放大MATLAB原始图中的局部图

2021-02-09

ffmpeg.rar

合并视频和音频,A complete, cross-platform solution to record, convert and stream audio and video.

2020-11-22

XMU-thesis-template.zip

根据2019年3月厦门大学研究生院公布的厦门大学研究生学位论文格式规范,和历届学长学姐传留下的资源,修改一份新版本《厦门大学研究生学位论文LaTeX模板》

2020-09-25

CommunicationSignal.rar

MATLAB实现批量txt文件转wav文件,去直流。 以通信信号为例,目录下的txt,执行程序后,直接转换为wav

2020-03-04

QR-Code.zip

实现圆柱体二维码矫正 Python + OpenCV 二维码校正方式均是通过软件、梯形校正算法等对获取的非标准梯形二维码进行图像还原,然后读取二维码中的信息。但是这种方式的二维码图像还原方式均受一个识别角度阈值的限制:即当图1中的角度A超过某一角度(如45°时),摄像头获取的图像,通过二维码识别软件中的梯形校正算法无法将摄像头获取的梯形还原为标准的二维码图像,二维码识别软件就无法识别摄像头获取的图像。

2019-06-03

地震数据处理工具箱

程序使用非对称高斯线性调频小波模型建立一个不需要字典的正交匹配追踪算法,使用贪婪算法来近似地震数据。

2019-01-21

用图像源模型模拟房间脉冲响应中能量衰减的预测

These files provide a fast implementation of the image-source model (ISM) for the simulation of room impulse responses (RIRs) in small-room acoustics. This implementation produces RIRs that are virtually identical to those obtained with the standard ISM, but the simulations are up to two orders of magnitude faster. This represents a significant advantage when computing a large number of RIRs, e.g., as in the case of moving sound sources and/or microphone array applications. http://www.eric-lehmann.com/

2019-01-21

图像抑制脉冲噪声

This code demonstrates impulse noise reduction from hyperspectral images. It solves following optimization problem : min_X || Y-X||_1 + lambda ||Dh*X||_1 + lamdba ||Dv*X||_1 + mu ||X||_* X: Hyperspectral image Y: Compressive measurements Dh, Dv: Horizontal and vertical finite difference operators ||X||_* : Nuclear norm of matrix X

2019-01-21

A Method for Estimating Chirp Rate of a Linear Frequency Modulated Signal

This paper proposes a fast and accurate chirp-rate estimation algorithm in noisy environment.

2018-09-10

频域宽带LCMV波束形成器

为了将窄带波束形成扩展至宽带,可以使用频域LCMV波束形成器。

2017-11-22

Andriod,view

Android 自定义控件之第三讲:obtainStyledAttributes 系列函数详解 工程

2017-11-14

Andriod XML反编译工具集

针对生成的andriod文件apk,进行发编译,得到不是乱码的xml和Java资源

2017-11-13

阵列波束形成的准则

波束形成的准则基本源代码,自适应波束形成的基本算法LMS、LVMV(时域窄带波束形成)

2017-10-19

波束形成,自适应波束形成

波束形成,波束形成的五个准则(MSNR、MSINR、MMSE、MLH、MV),自适应波束形成

2017-10-19

A customized H-infinity algorithm for underwater navigation system

一个综合导航系统

2017-07-29

MATLAB Line_Plot_2D_2

MATLAB Line_Plot_2D_2

2017-02-07

数据挖掘中十大经典算法.

数据挖掘算法是根据数据创建数据挖掘模型的一组试探法和计算。 为了创建模型,算法将首先分析您提供的数据,并查找特定类型的模式和趋势。

2014-12-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除