-
LFM_DPC
以下几个matlab程序对雷达常用的线性调频信号(lfm信号)进行脉冲压缩时的关键问题进行了仿真,其中包括旁瓣抑制影响(加窗与不加窗)、多卜勒频移影响,并对时域脉压与频域脉压结果进行了对比分析,供相关技术人员参考。(Matlab following procedures commonly used on the radar LFM signal (lfm signal) for pulse compression at the time of the key issues of simulation, including the impact of sidelobe suppression (plus a window with no window), the impact of Doppler frequency shift, time domain and frequency domain pulse pressure and pulse pressure results of comparative analysis of relevant technical personnel for reference.)
- 2020-11-04 08:59:52下载
- 积分:1
-
Zy2abcd
this source code zy2abcd in matlab
- 2013-08-04 17:37:38下载
- 积分:1
-
MATLAB
对matlab编程过程中常见的指令进行了总结,并按照字母顺序进行排序,我觉得还不错(Matlab programming on a common course of instruction were summarized, and sorted in alphabetical order, I feel pretty good)
- 2008-03-29 09:30:36下载
- 积分:1
-
matlib
matlib.h头文件是vc和matlab混合编程的接口头文件,主要是简化vc中的数学公式计算(matlib.h the first document is a mixed vc and matlab programming interface header file, mainly to simplify the mathematical formula vc calculation)
- 2008-04-05 21:36:28下载
- 积分:1
-
REFLCOEF2
The Seismic Unix Project is partially supported by the CWP Consortium Project. In the past, the Seismic Unix Project has received partial support from the Gas Research Institute (GRI) and the Society of Exploration Geophysicists Foundation.
- 2011-11-11 09:22:48下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1
-
initialize_CPML_ABC
计算了沿CMPL厚度方向,可以看出,CMPL的界面从第一个网格移动了1/4个网格,这是为了保证,CMPL更新的电场和磁场的数目相同。(The thickness direction along CMPL is calculated.It can be seen that the interface of CMPL moves 1/4 of the grid from the first grid to ensure that the number of electric and magnetic fields updated by CMPL is the same.)
- 2019-03-03 20:03:59下载
- 积分:1
-
gang_nk72
欢迎大家下载学习,wolf 方法计算李雅普诺夫指数,matlab开发工具箱中的支持向量机。( Welcome to download the study, wolf calculated Lyapunov exponent, matlab development toolbox support vector machine.)
- 2017-05-29 11:10:01下载
- 积分:1
-
cdma
Matlab实现的cdma编程,初学者最容易理解和学习,有利于初涉cdma仿真的学习者很有帮助(Matlab realize the cdma programming, beginners learn the most easy to understand and help learners初涉simulation cdma helpful)
- 2007-08-26 22:02:32下载
- 积分:1
-
ODE
定步长ODE4、ODE5算法,用法和ode45相似
唯一不同的就是ode45是[t,y]=ode45(),
这个是y=ode4(),因为是定步长的(Fixed-step ODE4, ODE5 algorithms, usage, and the only difference is similar to ode45 ode45 is [t, y] = ode45 (), this is y = ode4 (), because the step length is fixed)
- 2011-10-06 15:42:13下载
- 积分:1