-
MATLAB
matlab上课课件,word格式,初学matlab者很有帮助。(matlab class courseware, word format, matlab are very helpful to beginners.)
- 2008-12-20 10:56:18下载
- 积分:1
-
MATLAB
说明: MATLAB扩展编程+何强编着+PDF电子书 非常金典(He Qiang MATLAB Extended Programming+ ed+ PDF eBook)
- 2011-04-15 20:45:12下载
- 积分:1
-
多阵元天线方向图的形成
多阵元天线方向图的形成,可用于和差波束测角,代码已经用过很多年,实测非常实用!(beam forming)
- 2016-08-19 19:27:27下载
- 积分:1
-
MATLAB风电模型
说明: 通过MATLAB仿真软件,建立风力发电系统控制模型以及完整的风力发电样例系统模型.(Through the MATLAB simulation software, the wind power system control model and the complete wind power sample system model are established.)
- 2019-10-14 10:58:10下载
- 积分: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
-
Averaging-Filter
均值滤波器,基于matlab开发的,对于白噪声具有较好的效果(averaging filter,developed in matlab,have good effect on white noise)
- 2015-03-04 16:03:30下载
- 积分:1
-
examples-singal-processing
利用matlab进行信号处理的几个例子,简洁明了,十分实用(examples about signal processing using matlab)
- 2014-01-08 16:09:52下载
- 积分:1
-
qpsk_DFE
描述了QPSK的判决反馈均衡,用matlab实现了QPSK的实现,实现了DFE(
Describes a QPSK decision feedback equalization using matlab realize the QPSK implementation to achieve the DFE)
- 2021-03-03 15:09:33下载
- 积分:1
-
由点云数据重建三维结构的泊松算法
应用背景点云数据重构三维图像,泊松算法用于划分网格关键技术一种划分网格的算法,经典实用性很好
- 2022-02-14 05:47:55下载
- 积分:1
-
aybook.cn_matltxclhs1128
matlab在图像处理中的介绍详细介绍了matlab与图像有关的函数(matlab in image processing matlab introductory details and image-related functions)
- 2008-01-15 20:35:50下载
- 积分:1