-
ElectromagneticField
这是一个利用MATLAB的GUI编的长直导线周围电磁场的可视化程序。(This GUI provides a visualization of the electromagnetic field induced by a current flowing in a straight wire. The tool also shows the current induced by a rectangular coil that is placed inside the electromagnetic field. The current is calculated using Ampere s Law and the Biot-Savart Law. This demo was created for educational demonstrations.
The user can modify the size and position of the coil, as well as the resistance. The current waveform and magnitude can also be specified.)
- 2021-04-07 15:59:01下载
- 积分:1
-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1
-
airquality
运用MATLAB程序计算大气空气质量预测预报,运用前一天的气象数据预测未来情景的空气质量。例子给出了输入文件和源程序。(Using MATLAB program to calculate the Air Quality forecast, the day before the use of meteorological data to predict future scenarios of air quality. Examples given in the input file and the source.)
- 2015-07-15 16:26:39下载
- 积分:1
-
nnParseResults
For Plotting in matlab
- 2010-08-10 21:29:15下载
- 积分:1
-
ofdm_fading
Simulation program to realize OFDM transmission system(under one path fading)
- 2010-10-31 18:13:42下载
- 积分:1
-
gongenewton
这是很有效的无约束共轭梯度法和牛顿法,愿和大家分享!(This is a very efficient unconstrained conjugate gradient method and Newton method, is willing to share!)
- 2010-05-18 11:50:16下载
- 积分:1
-
import
航位推算代码,内含三种常见的平滑处理方法代码
内含部分数据(Dead reckoning code, containing three common smoothing method code)
- 2015-01-17 01:38:03下载
- 积分:1
-
ACO-master
说明: 蚁群算法实现背包问题,可调试成功,方便大家学习。(Ant colony algorithm to achieve knapsack problem which can be debugged successfully, convenient for everyone to learn.)
- 2020-08-11 16:17:56下载
- 积分:1
-
file
IDL语言的基础学习案例编程,便于初学者掌握;
matlab语言的基础学习案例编程,便于初学者掌握;GIS开发技巧及实例;GEODATABASE教程,便与初学者学习,循序渐进了解GEODATABASE(IDL programming language based learning cases, easy for beginners to master matlab programming language based learning cases, easy for beginners to master GIS development skills and examples GEODATABASE tutorials, and beginners will learn, step by step to understand GEODATABASE)
- 2010-11-26 11:27:00下载
- 积分:1
-
fuzme_matlab
k-means算法(matlab编写),其中包含测试数据集,可以使用.(This is a k-means algorithm(in matlab) contains data set which can be used)
- 2021-03-29 00:39:11下载
- 积分:1