登录

最新会员 最新下载

成为了本站VIP会员

今天00:40

成为了本站VIP会员

07月01日 17:25

成为了本站VIP会员

06月23日 20:52

成为了本站VIP会员

06月23日 15:06

成为了本站VIP会员

06月21日 20:06

成为了本站VIP会员

05月27日 14:11
已选条件
  1. 编程语言:matlab
  2. 代码类别:Windows
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. wavelet_coherence

说明:  利用小波函数进行两个时间序列的相关分析,可以看到不同时间与与周期上的相关性(Correlation between two time series based on wavelet analysis)

2
下载
137
浏览
2020-03-16发布

2. matlab_netcdf_5_0

说明:  matlab读取nc格式的插件,直接放入matlab的toolbox文件夹下,保存路径可调用函数(Matlab reads the plug-in in NC format and directly puts it into the toolbox folder of MATLAB. The saved path can call the function)

3
下载
146
浏览
2020-03-16发布

3. 层次聚类分析

说明:  包括最长、最短欧式距离法、重心法(标准欧式、平方欧式、精度加权)、平均法、权重法等等(Including the longest and shortest Euclidean distance method, center of gravity method (standard Euclidean, square Euclidean, precision weighting), average method, weight method, etc)

2
下载
140
浏览
2020-03-15发布

4. 非线性回归

说明:  包括指数、对数、幂指数、双曲线、Logistic、多项式、Gamma等模型的非线性拟合,每行代码均有中文注释便于理解(Including the nonlinear fitting of exponential, logarithmic, power exponential, hyperbola, logistic, polynomial, gamma and other models. Each line of code has Chinese annotation for easy understanding)

10
下载
218
浏览
2020-03-15发布

5. 汽车路径跟踪matlab程序

说明:  汽车轨迹仿真,可以实现汽车轨迹优化里面有模型和过程代码(Vehicle trajectory simulation can realize vehicle trajectory optimization with model and process code)

10
下载
402
浏览
2020-03-13发布

6. 窗函数 功率谱

说明:  通过窗函数滑动计算信号的功率谱,原处理为脑电各频段信号,可以更改用于其他。并提供了一个信号文件(The power spectrum of the signal is calculated by sliding the window function. The original processing is EEG signal of each frequency band, which can be changed for other applications)

3
下载
151
浏览
2020-03-08发布

7. 层次聚类算法

说明:  层次聚类算法,matlab程序,是一种基于层次聚类法的算法。(Hierarchical clustering algorithm, matlab program, is an algorithm based on hierarchical clustering.)

11
下载
179
浏览
2020-03-06发布

8. 基于SVD海杂波抑制算法 文件中包含源程序

说明:  基于SVD的海杂波抑制算法的程序,欢迎大家下载,谢谢。(Based on SVD sea clutter suppression algorithm procedures, welcome to download, thank you.)

9
下载
173
浏览
2020-03-06发布

9. 利用Matlab进行BCH编码、译码仿真

说明:  利用Matlab进行的一次BCH编码、译码仿真的说明以及程序。(Description and program of a BCH coding and decoding simulation using Matlab.)

7
下载
149
浏览
2020-03-04发布

10. 好例子网_人工势场结合FUZZY

说明:  用人工势场算法结合模糊控制算法的路径规划(Path planning with artificial potential field algorithm and fuzzy control algorithm)

6
下载
148
浏览
2020-03-02发布

11. WOA

说明:  群智能算法,鲸群算法代码,其中包括全内容以及测试函数,输入Matlab可以直接使用(Swarm intelligence algorithm, whale swarm algorithm code, including the full content and test functions, input Matlab can be used directly)

3
下载
125
浏览
2020-02-21发布

12. adaptive-bilateral-filter

说明:  自适应双线性变换的matlab实现,可用于滤波去噪等图像处理(matlab code of adaptive-bilateral-filter)

2
下载
121
浏览
2020-02-20发布

13. 异步电机矢量控制

说明:  使用simulink进行异步电机控制仿真,效果非常好。(The simulation of asynchronous motor control using simulink is very effective.)

23
下载
171
浏览
2020-02-20发布

14. 隔震支座刚度修正

说明:  程序是关于一个多自由度体系在有隔震支座下的反应计算。在线弹性时,采用广义a法隔震支座刚度修正采用广义a法(Generalized a method is used to modify the stiffness of isolation bearing)

4
下载
125
浏览
2020-02-17发布

15. wavelet_denoising.m

说明:  matlab程序,使用小波进行7层分解,选用软阈值函数(Matlab program, using wavelet for 7-level decomposition, using soft threshold function)

2
下载
110
浏览
2020-02-13发布

16. SolvingMulti-RobotFormation

说明:  本程序主要实现机器人运行的仿真 多机器人编队练习(This program mainly realizes the simulation of robot operation Multi robot formation practice)

8
下载
123
浏览
2020-02-13发布

17. Microstrip antenna

说明:  matlab编写的FDTD(时域有限差分法)程序,可以实现完整天线方向图和反射系数的计算,以贴片天线为例,对比了编写程序的反射系数与方向图和HFSS计算的反射系数与方向图,具有一致性。(FDTD (finite difference time domain) program compiled by Matlab can realize the calculation of complete antenna pattern and reflection coefficient. Taking patch antenna as an example, the reflection coefficient and pattern calculated by the program and HFSS are compared, which are consistent.)

3
下载
137
浏览
2020-02-04发布

18. 经典灰色模型GM(1,1)

说明:  入门级gm(1,1)matlab程序,附带检验与结果,具体说明请详见代码注释(Classical grey model GM (1,1) matlab code)

4
下载
120
浏览
2020-02-03发布

19. 隔行提取

说明:  matlab读取1.txt文件内数据,并隔行提取数据以新文件2.txt保存(Extract data interlaced and save in a new file)

3
下载
179
浏览
2020-01-30发布

20. 实现水下无线传感器网络的三维部署

说明:  实现水下无线传感器网络的三维部署,使用Voronoi图(deployment of wireless sensor network)

8
下载
180
浏览
2020-01-18发布