-
matlab_GUI_2
Matlab GUI 初学者视频教学2,非常实用的视频教学文件(Matlab GUI2 learner video teaching,very useful)
- 2011-09-07 14:42:10下载
- 积分:1
-
mcnemar_test
Mcnemar Test in Matlab
- 2015-03-29 05:57:13下载
- 积分:1
-
findjobj
Find all java objects contained within a java container or Matlab GUI handle
If no output parameter is specified, then an interactive GUI window will be displayed with a tree-view of all container components, their properties and callbacks.
- 2010-01-01 20:33:01下载
- 积分:1
-
ssim
ssim structural similary measure
- 2011-05-05 02:46:42下载
- 积分:1
-
DOAdelay
DOA估计中的延迟相加法,经典的传统方法,写学位论文必用,毕设必备。(DOA estimation of the delay additive method, the classic traditional methods, writing a dissertation must be used, complete set essential.
)
- 2011-06-05 17:39:00下载
- 积分: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
-
BP
说明: 反投影算法,使用matlab编程,对图像进行高分辨率的重建算法(Back-projection algorithm using matlab programming, high-resolution image reconstruction algorithm)
- 2015-03-17 09:14:42下载
- 积分:1
-
kmeans_fast_Color
This code uses MATLAB s Internal Functions and Memory Preallocations to apply a Fast Implementation of kmeans algorithm. This is a efficient code for clustering a gray or Color image or it can be used for clustering a Multidimensional Array.
Comparison.
1. Faster than MATLAB s internal kmeans function.
2. Consistant Output than internal kmeans.
3. 100 convergence.
- 2014-01-02 17:03:15下载
- 积分:1
-
Graph
复杂网络的一些节点面对攻击的代码,包括模型的产生。(Some of the complexity of the network nodes of the face of attack code, including the selection of models.)
- 2009-05-04 14:55:04下载
- 积分:1
-
ACOTSP[1].V1.0
路径规划 路径规划的实例,主要运用蚁群算法,算法简洁明了,不懂的可联系本人(Examples of path planning, the main use of ant colony algorithm, the algorithm of concise, do not know I can contact)
- 2009-12-29 09:49:55下载
- 积分:1