-
OFDM频偏估计优化算法代码
OFDM频偏估计优化算法代码,次代码文章是2007年硕士毕业优秀论文,具有很高的参考价值。(OFDM Offset Estimation Algorithm optimization code, sub-article code is 2007 graduate Master of excellent essays, have a very high reference value.)
- 2021-04-08 18:09:00下载
- 积分:1
-
demos_of_wavelet_in_Matlab7
matlab7小波分析书中的例子,例子很全希望能够有用(Wavelet analysis matlab7 examples of the book, for example, is the whole hope to be useful)
- 2007-12-26 21:49:07下载
- 积分:1
-
imagesc_improve
高级图像显示,利用Matlab原程实现,运用面广,可以显著提高图像的质量(High image shows that the use of Matlab realize the original way, using a wide range, can significantly improve image quality)
- 2008-04-02 20:11:40下载
- 积分:1
-
bpannpid
是一个神经网络PID控制例子,控制对象为一个直升机俯仰轴的角度控制,数学模型为二阶传递函数.(Is an example of neural network PID control, control helicopter for a pitch axis angle control, the mathematical model for the second-order transfer function.)
- 2008-04-28 21:31:14下载
- 积分:1
-
owners
Script generates list of owners for files in choose directory
- 2014-10-27 22:17:41下载
- 积分: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
-
ant-arithrium
采用MATLAB环境实现蚁群优化算法,源程序代码和效果,有价值(The MATLAB environment ant colony optimization algorithm, source code, and the effect of valuable)
- 2012-09-28 06:25:32下载
- 积分:1
-
the-example-of-matlab
验证MATLAB的时域卷积定理的一些程序(Time domain convolution theorem verify MATLAB program)
- 2013-04-27 01:04:46下载
- 积分:1
-
guolingjianceaRMS
改进的过零检测方法以及计算RMS有效值的MATLAB程序(Improved zero-crossing detection method and MATLAB program to calculate RMS value)
- 2014-05-12 20:39:28下载
- 积分:1
-
mat
说明: 源代码学习与分享,基本的代码分享,matlab
(language of matlab important)
- 2010-03-18 19:14:49下载
- 积分:1