-
MatLab
该书有助于matalb的学习,还有工程应用(The book will help matalb learning, as well as engineering applications)
- 2009-10-16 23:04:17下载
- 积分:1
-
3
说明: 联邦卡尔曼的学习资料。英文资料,希望对大家有用!(Federal Kalman' s learning materials. Information in English, and I hope useful!)
- 2011-04-09 08:35:17下载
- 积分:1
-
113172218finalapplication
一个基于matlab平台关于图像检索的小型GUI!!!(A matlab-based image retrieval on a small platform GUI! ! !)
- 2011-04-21 21:14:30下载
- 积分:1
-
Load-forecasting--based-on-Elman
针对电力系统负荷预测问题,建立了基于Elman神经网络的负荷预测。提供了源数据,保证了程序的正常运行,预测效果不错。(According to the forecasting of power load, the load forecasting model based on Elman neural network is builded. The original data is provided, which will guaranteed the running of program with better effect.)
- 2021-04-21 15:38:49下载
- 积分:1
-
rayleigh
OFDM信号瑞利衰落信道的matlab仿真代码,,包括一个word文档和仿真程序。(OFDM signals in Rayleigh fading channel simulation matlab code, including a word document and simulation program.)
- 2009-10-23 15:05:32下载
- 积分:1
-
PDE
在图像处理过程中,使用正则化P-M方程的半隐式方案AOS算法实现图像去噪。(In the process of image processing,
Use regularization P-M equation of half implicit scheme AOS algorithm to realize image denoising
)
- 2011-06-13 22:01:37下载
- 积分:1
-
getPDF
parameter stimation plus matlab has been desrcibed in this paper
- 2010-12-16 04:00:06下载
- 积分:1
-
arnold
arnold加密算法的matlab实现,arnold加密算法的matlab实现(arnold encryption algorithm matlab implementation)
- 2012-05-22 20:37:17下载
- 积分:1
-
pso
Particle Swarm Optimization Algorithm Implementation
- 2014-08-13 20:51:08下载
- 积分: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