-
2d3d
模拟光束在二维三维介质中传输,用FDTD法,Matlab语言编写(beam simulation in 2D and 3D transmission medium, using the FDTD method, Matlab)
- 2007-04-16 15:03:47下载
- 积分:1
-
satellite-navigation
卫星导航解算,通过RINEX文件提取卫星参数计算卫星坐标,然后通过伪距测量法解算出用户位置,并在GUI界面中显示。(
卫星导航解算,通过RINEX文件提取卫星参数计算卫星坐标,然后通过伪距测量法解算出用户位置,并在GUI界面中显示。
Satellite navigation solution, satellite parameters extracted by RINEX satellite coordinates, and then through the pseudo range measurement method to calculate the user s location, and in the GUI interface display.)
- 2020-12-20 15:09:11下载
- 积分:1
-
hosa
说明: 本院程序是信号处理中关于高阶统计量的一个程序包。编程环境是matlab,有利于大家的学习。(Court procedures are signal processing on a higher-order statistics package. Programming environment are matlab, in favor of the U.S. study.)
- 2008-08-31 18:23:45下载
- 积分:1
-
Radar_Systems_Analysis_and_Design
使用matlab进行雷达系统性能的分析与设计,里边有详细的理论分析以及matlab代码,非常有助于做雷达仿真(Radar system analysis and design using matlab,much detail about the theoretical derivation and matlab source code)
- 2013-10-15 23:34:09下载
- 积分:1
-
heikkila_data
说明: 张正友摄像机标定matlab程序摄像机标定姿态估计(Zhang Zhengyou matlab camera calibration procedure is estimated camera calibration posture)
- 2008-11-09 12:26:30下载
- 积分:1
-
MATLAB-neural-network
结合30个案例详细介绍了matlab神经网络的原理及应用(Principle and application details matlab neural network combined with 30 cases)
- 2012-10-03 17:34:08下载
- 积分:1
-
music
经典算法MUSIC的MATLAB仿真,实现DOA估计(Classical MUSIC algorithm of MATLAB simulation, the realization of the estimated DOA)
- 2009-05-06 10:27:58下载
- 积分:1
-
BLAC_1
BLAC means brushless ac motor. It is about vector control of PMSM permanent magnet synchronous machine
- 2014-01-14 17:21:15下载
- 积分:1
-
基于matlab的图着色程序,算法为贪心算法-graph_coloring
基于matlab的图着色程序,算法为贪心算法,将节点按照度从大到小排序,排序后先给度大的着色。(The graph coloring program based on MATLAB algorithm, greedy algorithm, the node according to the degree from large to small order, ranking after the first to a large degree of coloring.)
- 2021-01-28 22:58:38下载
- 积分:1
-
RBFNN
Three function for RBF neural network, using OLS,Rand and SGA
function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol)
p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數
t 為目標輸出值,1×K矩陣
tol 為指定容忍度或正確率
centers選定中心點,N×nc矩陣
sigma為 ? 值
W為輸出層權重,nc×1矩陣
yh為網路輸出值,1×K矩陣
rmse 為目標輸出值與網路輸出值之RMSE
- 2009-12-10 10:25:35下载
- 积分:1