-
IDEALLOWPASSFILTER
关于实现低通滤波器的小程序,是matlab编程的,只不过装在word文档里,只要贴到matlab的m文件里,即能实现功能.对初学者有很好的借鉴意义.(on the realization of the low-pass filter small procedures, Matlab programming. just loaded word in the document, as long as Matlab affixed to the document m, It is able to achieve functional. for beginners have a good reference.)
- 2007-06-26 22:10:43下载
- 积分:1
-
MATLAB_code
差分方程MATLAB代码 ,可以下载看看(Differential equations MATLAB code, can be downloaded)
- 2013-10-14 17:41:39下载
- 积分:1
-
matlab_teaching_material
在网上找的matlab讲义电子稿.pdf格式(matlab teaching material)
- 2009-05-15 10:11:29下载
- 积分:1
-
hierarchical-feature-selection
基于Matlab语言的层次特征算法,用于实现图像特诊的提取!!(Hierarchical feature algorithms based on Matlab language, for the extraction of images to achieve the special diagnosis!!
)
- 2014-09-13 09:09:52下载
- 积分:1
-
BPSO
二进制粒子群算法,MATLAB版。可以下载试试(Binary PSO algorithm, MATLAB version. You can download a try)
- 2021-04-29 14:08:43下载
- 积分:1
-
FTF
一种快速傅里叶算法程序,多本matlab书上都要用到的例题。程序非常不错。(A fast Fourier algorithm program, and more in this book have used matlab example. Program is very good.)
- 2010-07-01 18:54:32下载
- 积分:1
-
yiqun
<精通MATLAB>根据这本书写的相应的运筹学里的源代码,都是最基本的算法,没有进行改进(<Proficient in MATLAB> According to this writing tacticians in the corresponding source code, are the most basic algorithm, no improvements)
- 2013-09-01 09:54:37下载
- 积分:1
-
FEPoisson
Finite element method for 2D Poisson s equation ( Elliptic).
- 2015-01-28 13:25:42下载
- 积分: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
-
FFT_Matlab
本文是一片关于FFT的Matlab仿真分析,很具体,配有大量清晰的仿真图片~~有利于FFT初学者的学习(This article is one of the Matlab simulation on the FFT analysis, very specific, clear配有大量simulation picture ~ ~ is conducive to learning for beginners FFT)
- 2009-01-15 17:06:36下载
- 积分:1