资源列表
[matlab例程] RegistrationMatlabaCPPInterfaceFUN
说明:Matlab和C++接口中函数注册的实现。在介绍函数注册作用的基础上,详细分析了函数注册的过程及应当注意的问题,并给出了一种实现函数注册的最简单的方法。用实例展示了函数注册的具体实现过程。 -Registration of Matlab and C++ interface functions.Introduced registration function role on the basis of a detailed analysis of the function of the regi<王兴> 在 2025-10-23 上传 | 大小:18kb | 下载:0
[matlab例程] Perspective-Transform-matrix
说明:透视变换的矩阵算法 逆矩阵算法 参数的求法-The Perspective Transform matrix<何西> 在 2025-10-23 上传 | 大小:2.68mb | 下载:0
[matlab例程] cal_spectrum_density
说明:利用MATLAB编写的功率谱密度计算的程序,程序包含三种常用方法。-There are three types of estimators: power spectral density (PSD), mean-square spectrum (MSS), and pseudo spectrum.<张佳文> 在 2025-10-23 上传 | 大小:4kb | 下载:0
[matlab例程] matlab_fft
说明:matlab的fft例程,带数据列表,希望能有帮助- matlab’s fft example which has the data fr a me<杜峰> 在 2025-10-23 上传 | 大小:2.61mb | 下载:0
[matlab例程] Neyman_Pearson
说明:Neyman_Pearson 根据NP原理对软木塞进行分类的完整函数。部分如下: function []=Neyman_Pearson(opt) 从excel中读进数据 [source,txt]=xlsread( CORK_STOPPERS.xls , Data ) 读取CORK_STOPPERS.xls文件里Data sheet里的数据, 数据存放在source变量里,文本存放在txt变量里 data=[source(:,3:4),source(:,9)] 将用到的三<guangdong> 在 2025-10-23 上传 | 大小:1kb | 下载:0