-
MultiInputMultiOutput_VBLAST
multi input multi output vblasr code
- 2009-09-08 22:30:00下载
- 积分:1
-
Trace_SINS
说明: 综合实验编写的航迹发生器及SINS系统仿真 仔细看明白 绝对可用 simlink 编写 实时性强(The preparation of a comprehensive test of track generator and SINS system simulation closer look to understand the absolute time available to prepare strong simlink)
- 2010-03-19 20:53:29下载
- 积分:1
-
Matlab-ShuZhi-Jisuan(code)
各种数值计算的基本算法:求解代数方程、微分方程组、各种多项式插值等,matlab语言开发,适用于工科学生(A variety of numerical calculation of the basic algorithm: solving algebraic equations, differential equations, a variety of polynomial interpolation, matlab language development for engineering students)
- 2011-08-31 19:04: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
-
Converting--Measurenments
一个很完美的解决数据关联问题中坐标转换的文章(A perfect solution data associated coordinate transformation article)
- 2012-11-01 16:29:15下载
- 积分:1
-
基于LSTM的航班乘客预测
说明: 负荷预测 可以修改数据集进行预测谢谢谢谢谢谢(prediction in power election)
- 2020-02-18 19:38:01下载
- 积分:1
-
lmsalgorithm
信道估计中的LMS算法matlab程序,希望对大家有所帮助(LMS channel estimation algorithm matlab program, we want to help)
- 2010-07-09 17:30:59下载
- 积分:1
-
MOM_for_Antenna
天线的仿真程序,给出了天线的各个参数。具有很高的参考价值(Antenna simulation program, given the various parameters of the antenna. Have a high reference value)
- 2007-10-22 20:28:07下载
- 积分:1
-
bt_psd
Computation of the PSD directly from the
autocorrelation using Hanning windowing.
- 2010-10-07 18:44:49下载
- 积分:1
-
UnconstrainedOpt
Unconstrained optimization of single variable
- 2014-11-05 00:58:20下载
- 积分:1