-
Matlabshuzhijisuanchengxu
这是一份关于MATLAB数值计算的程序,讲解的很详细,很好的学习材料(This is a numerical calculation on the MATLAB program, explained in great detail, good learning materials
)
- 2010-12-11 21:13:47下载
- 积分:1
-
LMS
阐述了LMS算法中步长选择对结果收敛的影响(Described step LMS algorithm convergence results)
- 2012-07-03 00:43:37下载
- 积分:1
-
interpolate
OFDM系统仿真函数,可用于信道估计以及物理层安全领域(OFDM system simulation functions for channel estimation and physical layer security field)
- 2016-10-30 17:09:58下载
- 积分:1
-
ZUIXIAOERCHENG
利用matlab采用最小二乘法很好的实现了振动阻尼的数值求解(Least square method using matlab realize very good vibration damping of the numerical solution)
- 2008-08-20 16:43:11下载
- 积分:1
-
shiyan4
曹梦龙 仿真大实验 实验四包括所有有用数据(Caomeng Long simulation experiment in Experiment 4, including all useful data)
- 2011-08-25 09:20:35下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
876875
一个选择器特效大全的例子:KNMultiItemSelector,IOS编程学习源码,很好的参考资料。(A selector effects Guinness examples: KNMultiItemSelector, learning IOS programming source code, a good reference.)
- 2013-12-05 09:46:11下载
- 积分:1
-
KML
最新google earth官方KML文档说明,v2.2版本,包含较多更新(Latest google earth KML official documentation, v2.2 version, contains more updates)
- 2014-08-10 16:23:15下载
- 积分:1
-
FOC分数阶控制器+Control
分数阶控制器,分数阶神经网络,人工智能,,MATLAB程序(It is convenient to solve large LMI quickly, and it is suitable for students of engineering control engineering to use fractional order controller, fractional order neural network, artificial intelligence, and MATLAB program.)
- 2020-11-24 19:19:32下载
- 积分:1
-
DL_Hand_book
这是介绍人工智能中描述逻辑的经典参考书,简要易懂。(This is to introduce artificial intelligence in the classic description logic reference, a brief and understandable.)
- 2010-09-29 11:21:42下载
- 积分:1