-
linear_array_Wiener_Holf
该matlab程序仿真了旁瓣对消系统,旁瓣对消是自适应阵列处理的重要方面(The matlab simulation, the sidelobe cancellation system of sidelobe cancellation is an important aspect of adaptive array processing
)
- 2021-04-16 14:28:53下载
- 积分:1
-
lslit
关于狭缝衍射的夫琅和费远场模拟的例子,是高等物理光学模拟的入门例子。(About slit Fraunhofer diffraction far-field simulation example is the example of the entry of higher physical optics simulation.)
- 2015-04-20 21:20:08下载
- 积分:1
-
DOA
doa估计的各类经典算法, 适合信号方位估计的各类参考(doa estimation algorithm classic, simple DOA estimation algorithm, algorithm)
- 2011-05-15 11:32:47下载
- 积分:1
-
gld_100
用于实现森林防火隔离带的计算和画图 我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现森林防火隔离带计算和画图。可立即执行。(Forest Fire Barrier used to implement the calculation and drawing program I use MATLAB code, save it as txt file format to enable easy viewing. This is our group in the school when the series of international competitions qualifying procedures for the realization of Forest Fire Barrier calculation and graphics. Can be implemented immediately.)
- 2010-10-31 20:49:47下载
- 积分:1
-
GPS-Matlab
一个GPS课程的全部代码,含有数据!很实用(MATLAB GPS SCRIPTS-- Charles Meertens and Doug Miller, U. Utah 3Jan95
These scripts were developed for/during a class in GPS and Active Tectonics
Department of Geology and Geophysics, U. Utah, Spring, 1994
EXAMPLE RINEX Files (the only ones guaranteed to work this release)
CUR10911.94N
CUR10911.94O
PAR10910.94N
PAR10910.94O
Main Program scripts:
gpshora.m -- function to calculate Modified Julian Day, Homework#1
HW2.m -- Homework#2 read RINEX observation file and plot C/A code vrs. time
HW3_plt.m-- Homework#3 read RINEX navigation file, plot satellite positions
HW3_3dplt.m-- Same as HW3_plt.m, but 3d position plots
HW4.m-- Homework#4 calculate and plot station position as function of time
Functions called:
calc_nav.m-- calculate satellite position
calc_pos1.m-- calculate station position
constants.m-- GPS constants
coords.m-- convert x,y,z coordinates to lat, long, height
date2j.m-- calculate MDJ
eccenr.m-- calculate "E" anomally
read_nav.m-- Read RINEX Nav file
r)
- 2020-06-30 23:40:02下载
- 积分:1
-
fangxganrao
验证高斯白噪声窄带信号合成宽带信号的程序(Verify Gaussian white noise narrowband signal synthesis of wideband signals program)
- 2014-10-28 17:07:21下载
- 积分:1
-
exa070501
共轭正交镜像滤波器组的设计。令N=22,wp=0.45pi,用切比雪夫最佳一致逼近法设计单带滤波器G(z),在得到半带滤波器Hlf(z).
(conjugate mirror filters orthogonal design. Order N = 22, wp = 0.45pi. Chebyshev with the best approximation consistent single-band filter design G (z), with the half-band filter Hlf (z).)
- 2007-03-15 21:48:48下载
- 积分:1
-
LIBSVM
利用matlab读取libsvm的工具包,实现数据的自动分类。压缩包里有训练文件及测试文件。(Read libsvm using matlab toolkit, automatic classification of data. Compression bag has training documents and test files.)
- 2014-11-16 11:06:42下载
- 积分:1
-
JQLA
The statements below guide us to write the code for the transmission of sensed data to a sink node using cognitive radios in multiple spectrum bands. In doing this we are trying to find the most appropriate modulation scheme using MATLAB simulation.
- 2013-11-21 03:57:42下载
- 积分:1
-
SimpleMthd
单纯形法matlab程序
求解标准型线性规划:max c*x s.t. A*x=b x>=0
本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b
N是初始的基变量的下标
输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0
输出变量val是最优目标值,kk是迭代次数( example:max 2*x1+3*x2
s.t. x1+2*x2<=8
4*x1<=16
4*x2<=12
x1,x2>=0)
- 2013-11-29 17:05:08下载
- 积分:1