-
se3quad-master
说明: 四旋翼无人机(UAV)控制方法,matlab、Simulink参考(Quadrotor UAV (UAV) control method, matlab, Simulink Reference)
- 2020-03-29 11:49:15下载
- 积分:1
-
Rayleigh
利用Kronecker 模型产生瑞利衰落信道,并利用MATLAB仿真实现与理论值的比较!(Rayleigh channel simmulation using kronecker model.)
- 2009-12-03 18:27:46下载
- 积分:1
-
RLS_gexin
自己编写的RLS格型算法Matlab程序,供大家参考。(RLS algorithm, the performance is ok.)
- 2013-12-03 00:17:25下载
- 积分:1
-
Digital-TEST-Matlab
数字实验和MATLAB,很好的教程,欢迎下载列子很全(Digital experiments and MATLAB, a good tutorial, welcome download Liezi very full)
- 2012-07-13 22:07:47下载
- 积分:1
-
newton
programm for newton methode
- 2012-05-05 06:43:35下载
- 积分: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
-
igls2
system identification(IGLS2)
- 2014-12-23 05:16:07下载
- 积分:1
-
球形译码的详细步骤MSDSD
主要讲述球形译码的详细步骤,包括信道仿真,球状译码的实现,还有在仿真图形的对比(Mainly about the the sphere decoding steps, including channel simulation spherical decoding implementation, as well as in the comparison of the simulation graphics)
- 2020-07-06 14:58:58下载
- 积分:1
-
compoversamp
说明: 此程序是抽样和计算自相关子程序,可以为我们提供参考(This procedure is sampling and calculation of autocorrelation subroutine, you can provide us with a reference)
- 2008-10-16 20:33:52下载
- 积分:1
-
yuyinquzao
利用Matlab进行语音信号滤波和去噪,仅供参考(Using Matlab voice signal filtering and de-noising for reference purposes only)
- 2013-12-15 20:30:37下载
- 积分:1