-
transformator-parameters
calculation of transformator parameters by Mfile in Matalb software (power engineering field)
- 2013-07-18 16:51:14下载
- 积分:1
-
WangC0806
matlab book on fuel cells
- 2013-02-08 19:31:55下载
- 积分: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
-
BPSK2
本程序是自己写的,经过验证的,瑞利衰落信道下的BPSK信号仿真(This program is written in their own, after verification, simulation of BPSK signals in Rayleigh fading channels)
- 2013-12-17 16:46:10下载
- 积分:1
-
conv
使用matlab计算输入信号的卷积快速卷积,对卷积的原理进行说明(conv)
- 2009-09-11 16:41:24下载
- 积分:1
-
雷达在搜索到目标并记录目标的位置数据
目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据,
对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。
ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。
trajectory.m产生理论的航迹,并绘出
Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计
filter_result.m kalman滤波估计的结果,以及估计误差的均值和标准差曲线(target tracking application context radar data processing, radar in search of the goals and objectives of the record location data, for the measurement of target location data (known as trace points), automatic track, as well as the next target location for the moment forecast. Ben paper with a brief discussion of Kalman filtering method to a single target track forecast and using Matlab tool for experimental evaluation of effectiveness. Trajectory.m have theoretical track, and draws Kalman_filter.m using Kalman filtering algorithm, the target track estimated filter_result.m Kalman filtering results, and the estimated error of the mean and standard deviation of curve)
- 2021-04-24 07:58:47下载
- 积分:1
-
music
DOA估计MUSIC算法,属于子空间算法,经典的DOA估计算法(doa estimation music algorithm, belongs to the subspace algorithm, classic doa estimation algorithms)
- 2012-05-29 14:02:44下载
- 积分:1
-
renjihudong
两个设备形成对射,当有人通过时,一台设备发出指令,控制别的设备。(Two devices formed on the radio, when someone passed a device to issue commands to control other devices.)
- 2013-12-17 14:31:32下载
- 积分:1
-
Programs
efficient transmit beamspace design for search-free based doa estimation in mimo radar
- 2015-03-10 19:31:15下载
- 积分:1
-
bgn
布谷鸟算法是一种新的智能优化算法,广泛应用于工程问题。(Cuckoo algorithm is a new intelligent optimization algorithm, widely used in engineering problems.)
- 2015-04-08 17:11:55下载
- 积分:1