-
hanmingma
说明: 程序实现汉明码的编码与译码,与一般程序不同,该程序具有良好的接口(Program for hamming code encoding and decoding, and the general procedure, this program has a good interface)
- 2010-04-14 19:47:00下载
- 积分:1
-
fast_current
SOR迭代法与高斯赛德尔迭代在洋流分析中的应用(Two iterative method in the analysis of the application of the ocean currents
)
- 2011-12-13 18:04:02下载
- 积分:1
-
2DPOCHA
日本教授Ozaki所编写的二维相关光谱的计算可执行程序,国际上比较流行适用。(2dcos software to implement the nir spectroscopy analysis.)
- 2013-12-15 20:08:58下载
- 积分:1
-
Matlabbreifintroduction
非常好的一款软件,介绍了matlab的很多库函数(Very good piece of software, introduced a lot of library functions matlab)
- 2014-12-27 11:32:26下载
- 积分:1
-
ObserveOutput
说明: 决定性系统中,这个脚本演示计算的观测系统状态的观测为X0输入和一个输出输入有限时间t1.这个脚本的输入是单位阶跃函数( This script demonstrates computing the state x0 of an observable system based on observing input and output for a finite time t1.The input is a unit step function for this script)
- 2010-04-29 05:54:09下载
- 积分:1
-
AR-BT-MUSIC
白噪声下的线谱估计算法仿真,包括周期图法、AR模型法、MUSIC算法等。(Line under the white noise spectrum estimation algorithm simulation, including the cycle diagram method, AR model method, MUSIC algorithm.)
- 2015-04-07 16:22:36下载
- 积分:1
-
bss_toolbox
说明: 这是一个盲源分离的应用程序,其中还包括做实验用的各种数据(This is a blind source separation applications, which also includes an experiment with the various data)
- 2006-04-09 16:59:24下载
- 积分:1
-
Filter-Matlab-GUI
用Matlab的GUI界面设计滤波器人机界面,可选FIR、IIR等高通,低通,带通,带阻滤波器,手动设定好参数,可直观看到幅频特性曲线和相频特性曲线。(Using Matlab GUI interface design a filter interface, optional FIR, IIR high pass, low pass, band pass, band stop filter, the parameters are set manually, you can visually see the amplitude-frequency characteristic and phase-frequency characteristic curve .)
- 2013-08-05 19:25:11下载
- 积分:1
-
PTSclipping_PTS_clipping01
说明: pts-clipping与 pts与clipping(pts-clipping and pts and clipping)
- 2020-06-01 22:54:22下载
- 积分:1
-
we
说明: 七单元天线阵DOA估计
clear clc
d=1 天线阵元的间距
lma=2 信号中心波长
q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子
A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)]
A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)]
A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)]
A=[A1,A2,A3,A4] 得出A矩阵
n=1:1900
v1=.015 四信号的频率
v2=.05
v3=.02
v4=.035
d=[1.3*cos(v1*n) 1*sin(v2(we)
- 2010-05-06 15:26:50下载
- 积分:1