-
WiMAX
WiMAX MATLAB Simulator (Simulink model)
- 2009-10-12 17:56:07下载
- 积分:1
-
MATLABandsimulink
MATLAB关于模糊控制说明书,非常详细,全英文版本(MATLAB on the fuzzy control manual, very detailed, full English version)
- 2009-10-25 15:22:46下载
- 积分:1
-
Third_degree_CKF
这是一个多维的容积卡尔曼滤波(CKF)程序,编程语言为Matlab,请将该函数添加到你的仿真实例,直接调用函数即可。(This is a multi-dimensional cubature Kalman filter (CKF) program, the programming language is Matlab. Please add the function to your simulation example, you can call the function directly.)
- 2013-06-29 11:21:02下载
- 积分:1
-
1
计算矩阵各点之间的距离,并选取合适的点,适用于大型矩阵的计算(Calculate the distance between the points of the matrix)
- 2020-06-19 19:20:02下载
- 积分:1
-
pso
PSO算法的改进以及应用,算法需要进行适当修改,可以进行适当的调整(PSO algorithm and the application, the algorithm is needed with appropriate modifications, can be appropriately adjusted)
- 2008-03-13 14:53:01下载
- 积分:1
-
som_all123
convert the c code to matlab compatible When executing, you need both c file and the m-file
- 2010-11-27 02:55:03下载
- 积分:1
-
easyfitGUI
面向用户的数据拟合工具箱,采用matlab工作环境(Fitting Toolbox for data users, the working environment by matlab)
- 2011-02-15 22:14:16下载
- 积分: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
-
Single-channel-spectrum-analyzer
利用MATLAB实现单通道频谱分析,采样频率为10kHz,采样点数为1024。(Single-channel spectrum analyzer using matlab.)
- 2014-09-11 22:23:19下载
- 积分:1
-
The-SIRP-Law-K-Distributed
SIRP法K分布雷达杂波的建模与仿真程序演示(The SIRP Law K distributed radar clutter modeling and simulation program demonstrates)
- 2013-03-20 18:26:50下载
- 积分:1