-
stochasticopt
Set based stochastic optimization for evolving optimum instinct learning balance
- 2010-08-24 17:39:23下载
- 积分:1
-
DigitalImageProcessing(matlab)
Digital Image Processing教材配套 matlab源程序,可以同时参看这本教材,相信可以得到更好的学习效果(supporting Matlab source materials, can see this material, I believe it can be a better learning results)
- 2006-10-31 09:45:32下载
- 积分:1
-
DNMF
DNMF在matlab中的实现,基于R语言的示例改写(Discriminant Non-Negative Matrix Factorization aims to extend the Non-negative Matrix Factorization algorithm in order to extract features that enforce not only the spatial locality, but also the separability between classes in a discriminant manner.)
- 2021-02-15 10:49:48下载
- 积分:1
-
RF_matlab
RF Circuit design mfiles
- 2009-10-15 17:37:55下载
- 积分:1
-
MatlabEXQUICK
matlab 数字图像处理基础实验教程,能够帮助你快速入门matlab在数字图像处理中的应用。(basic experiment digital image processing matlab tutorial to help you quick start matlab in Digital Image Processing.)
- 2010-12-12 16:01:40下载
- 积分:1
-
airplane_design
说明: 关于飞机设计的程序。包括全机总体参数、气动曲线、机翼载荷、螺旋桨特性等完整的设计流程。(On the aircraft design process. Including the general parameters of the whole machine, pneumatic curves, wing loading, propeller characteristics of such a complete design flow.)
- 2010-04-20 09:56:53下载
- 积分:1
-
imagemerge
本段代码主要是为了实现讲多光谱图像进行光谱分离然后再合并成一种可以在matlab中显示的格式.tif的图像,同时保证了原始的图像信息不丢失(This code is mainly to achieve multispectral images speak for spectral separation and then combined into a format that can be displayed in matlab. Tif image, while maintaining the original image information is not lost)
- 2014-02-21 20:26:19下载
- 积分:1
-
BAMIC
BAMIC是一种multi-instance聚类的算法。(BAMIC is a package for multi-instance clustering. This package includes the MATLAB implementation of BAMIC, which is designed to deal with unsupervised multi-label learning problems. It is particularly useful when real-world objects are represented under multi-instance setting while the labels of these objects are unknown.
)
- 2011-05-12 16:36:21下载
- 积分:1
-
quchumaoci
基于静脉细化的基础上,判断是否为分叉点或者节点,去除静脉中毛刺。(Refinement based on the basis of vein, to determine whether the bifurcation point, or node, remove the veins in the burr.)
- 2010-05-23 16:24:22下载
- 积分: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