-
BP-ANN
建立一个BP神经网络。进行训练和测试,数据样本包含在压缩文件中(Build a BP Artificial Neural Networks.Train and test the data in the rar file)
- 2012-04-13 15:47:18下载
- 积分:1
-
tianxian
雷达天线方向图仿真,非常简单实用。。。。。。。。。(Radar antenna pattern simulation, a very simple and practical)
- 2020-07-01 20:00:01下载
- 积分:1
-
234443222
带有相位噪声的MPSK和MDPSK性能统一分析(Containing phase noise MPSK and MDPSK-performance unified analysis)
- 2013-04-25 16:00:45下载
- 积分:1
-
432soft
(3,1,3)ES/EB CODE SHIFT
- 2012-02-01 22:53:20下载
- 积分:1
-
CP0301
应用matlab产生用正弦信号调制的模拟PPM信号,并给出了功率谱密度(Matlab sinusoidal signal generated by application of the analog PPM signal modulation, and gives the power spectral density)
- 2021-04-25 10:48:46下载
- 积分:1
-
zsglcx
请认真阅读您的文件包然后直到其具体功能(matlab在电气领域应用)(Please read them carefully and then your package until its specific function (matlab in the field of electrical applications))
- 2009-05-14 20:05:18下载
- 积分:1
-
R2008yuandaima
R2008数字图像处理与分析实例教程源程序,和冈萨雷斯的MATLAB教程第二版配套(R2008 digital image processing and analysis of source code examples tutorials, and Alberto Gonzales supporting the second edition of MATLAB Guide)
- 2011-05-04 14:48:08下载
- 积分:1
-
fapforce3
MACROX FUSION PROGRAMS
- 2014-09-25 20:07:03下载
- 积分:1
-
Displacement
有限元程序,附有输入文件,使用一般的矩阵存储方式和高斯消去法,供入门学习使用(Matlab Program for FEA)
- 2011-10-07 20:02:42下载
- 积分: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