-
PatternRecognitiontool
matlab 模式识别工具包 希望能对你们有用(pattern recognition matlab toolkit hope to be useful to you)
- 2008-04-01 11:37:27下载
- 积分:1
-
example4_5
分析双极性不归零码的功率谱特性请输入随机序列的长度N= (ubplot(312)
plot(f,lpf)
title( 低通滤波器 )
axis([-fs/2 fs/2-0.2 1.2])
subplot(313)
plot(f,abs(yr_lpf)/N)
title( 经低通滤波后的频谱 )
xlabel( f /Hz ) )
- 2010-05-25 20:56:23下载
- 积分: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
-
GAxunlianbp
粒子群寻优。 利用粒子群寻优的方法,对神经网络进行训练。(Particle swarm optimization. The use of particle swarm optimization method for neural network training.)
- 2008-07-14 09:11:49下载
- 积分:1
-
VRP
利用遗传算法 解决带时间窗口的车辆路径优化问题(VRP)(Genetic algorithm to solve vehicle window with Time Routing Problem (VRP))
- 2016-05-27 17:11:14下载
- 积分:1
-
MIToolbox
MIT的一个工具箱,可以看看,觉得还可以(a toolbox can see, I felt that I could)
- 2007-06-07 19:40:35下载
- 积分:1
-
kriging-
克里金近似模型是一种很好的近似模型,使用非常广泛。(Kriging approximation model is a good approximation model is widely used.)
- 2020-11-24 21:39:35下载
- 积分:1
-
xjshanshu
S函数异步电机模型,从而可以用MATLAB来编程,以及其他相关作用(S function of induction motor model, which can be used MATLAB to programming, as well as other relevant role)
- 2008-05-16 21:02:56下载
- 积分:1
-
vc-matlab
要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib(VC to successfully compile Matlab engine procedures, must include the engine header files engine.h and the introduction of the corresponding Matlab library files libmx.lib, libmat.lib, libeng.lib)
- 2007-12-10 17:21:23下载
- 积分:1
-
MATLAB
matlab 英文书籍,影印版,非常使用的教你一步一步的学习如何用matlab编程的,适用于双语教学(matlab programming for engineers,useful,powerful and easy)
- 2009-05-11 11:10:04下载
- 积分:1