资源列表
[matlab例程] MATLAB-linear-equation
说明:数值分析的线性方程组的解法,工具使用的是matlab,很实用。-Solution of linear equations, numerical analysis, tool use matlab, very practical.<Frank> 在 2025-09-24 上传 | 大小:13kb | 下载:0
[matlab例程] ToyProblem
说明:做数据挖掘近邻传播(AP)聚类测试时使用的一个数据集-AP cluster dataset<wangshuai> 在 2025-09-24 上传 | 大小:4kb | 下载:0
[matlab例程] Mersenne-Twister
说明:利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。 各个文件为: initGenerator.m: initGenerator函数,用于初始化随机序列的长度和值 generateNum.m: generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组 extractNum.m: extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值<lijun> 在 2025-09-24 上传 | 大小:565kb | 下载:0
[matlab例程] AM_SupressedCarrier
说明:The file Generates an AM suppressed carrier signal.<vpy> 在 2025-09-24 上传 | 大小:1kb | 下载:0
[matlab例程] bandpass_system_with_input
说明:Code for a bandpass filter design used in communication system<vpy> 在 2025-09-24 上传 | 大小:1kb | 下载:0
[matlab例程] ZemikeMoments
说明:Zernike矩,分为一个主函数和六个子函数,主要步骤有注释,方便理解,有图,方便使用。主程序前段更改了判断输入参数个数的代码-Zernike moments, divided into a main function and six subroutines, major steps have comments, easy to understand, map, easy to use. The main front-end change the code determine the numbe<陶胡子> 在 2025-09-24 上传 | 大小:54kb | 下载:0
[matlab例程] Rayleigh-fading
说明:考虑阴影效应,多普勒频移等的影响,用于描述瑞利衰落信号的信号特征-Take into account the shadow effect, Doppler shift, etc., used to describe the signal characteristics of the Rayleigh fading signal<lulu> 在 2025-09-24 上传 | 大小:1kb | 下载:0
[matlab例程] Floyd
说明:Floyd算法的matlab实现。对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。并根据结果自动绘制出了最短路径图。 程序中使用了前向路由和回溯路由两种方法,并对于无向图进一步减小算法复杂度。-Matlab implementation of the Floyd algorithm. Adjacent input distance matrix between any two points in calculating the figure<lijun> 在 2025-09-24 上传 | 大小:468kb | 下载:0