-
MUSIC
music算法:矩阵特征空间分解,在空间谱域求取谱函数最大值,其谱峰对应的角度即是来波方向角的估计值。(music algorithm: Matrix feature space decomposition, in the spatial spectral domain to strike a maximum spectral function, its spectral peaks corresponding to the angle that is DOA angle estimate.)
- 2013-08-04 20:25:06下载
- 积分:1
-
PLS
偏最小二乘回归是第二代回归方法,它可以实现多种数据分析方法的综合应用。(PLS is the second generation regression method, which can realize the comprehensive application of various data analysis methods.)
- 2018-07-20 10:04:03下载
- 积分:1
-
bldc
这是两篇关于无刷直流电机建模的文章,我觉得写得很好。(This is a two brushless DC motor model on the article, I feel very well written.)
- 2010-06-22 13:43:50下载
- 积分:1
-
Matlab-FEM
Matlab程序 桁架结果、欧拉梁程序
不错哦(Matlab truss result, Euler beam program
)
- 2011-07-01 17:44:34下载
- 积分:1
-
ncu_mcm
本文件是是我们组参加2013全国大学生数学建模的比赛论文,荣获全国2等奖,不信可以百度下,包括所有论文程序的附件,完整版,程序包括matlab的程序,有神经网络的程序,基于小波分析的程序,也有基于vissim交通流的仿真程序包!相当给力!程序阅读和说明都在上面!(This document is our group to participate in the 2013 national college tournament mathematical modeling papers, won the two prize, do not believe you can Baidu, the program includes all papers attachments, full version, matlab procedures, including procedures, a neural network program, Based on wavelet analysis procedures, there are also based vissim traffic flow simulation program package! Quite a force! Read the instructions and procedures are in it!)
- 2014-01-22 09:49:26下载
- 积分:1
-
curvature
说明: 计算2D或3D空间曲线的曲率和曲率半径信息,并绘制出曲率半径向量(The curvature and curvature radius information of 2D or 3D space curve are calculated, and the curvature radius vector is drawn)
- 2020-07-28 11:45:52下载
- 积分:1
-
prog
mathematical model of the rlc series circuit and s domain analysis of rlc circuit
- 2011-09-14 12:53:19下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
matlab_magic
使用MATLAB语言编写的可以产生魔方矩阵的函数,很有意思额(Using the MATLAB language that can create magic cube matrix function, it is interesting the amount of)
- 2010-03-10 17:33:06下载
- 积分:1
-
layout
A Survey of Genetic Algorithms do autor M.
Tomassini
- 2013-11-17 12:10:04下载
- 积分:1