-
InterHarmonic_src
VC与matlab混合编程的例子
是一个间谐波处理程序,滤波算法用matlab
界面用VC(VC and matlab programming examples of hybrid between a harmonic process, filtering algorithm matlab interface with VC)
- 2009-06-06 02:16:15下载
- 积分:1
-
Canny-edge-detector-algorithm-matlab-codes
canny edge detection for images
- 2012-04-24 15:50:34下载
- 积分:1
-
Love_xin
主要用于绘制图像、比如圆柱、矩形、圆、心等,该例子绘制了一颗被包围的红心,用于表达爱意。(Mainly used to draw the image, such as cylindrical, rectangular, round, heart, etc., which are surrounded by examples drawn a red heart for affection.)
- 2013-09-22 09:43:12下载
- 积分:1
-
Filter-Solutions10.0
硬件方面,无源滤波器的设计软件,FLiter solution!轻松解决设计问题!(Hardware, passive filter design software, FLiter solution! Easily solve design problems!)
- 2014-12-06 03:52:23下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
0130085197_CHIPOLLO
digital image processing using matlab..e-book
- 2012-06-25 05:54:36下载
- 积分:1
-
similar
图像相似判断matlab用于两个图片的相似度进行比较和分析,一个采用巴氏系数计算法。另外一个rfg越接近1则越相似(matlab similar )
- 2014-10-24 17:12:19下载
- 积分:1
-
theoutputphotocurrentIphofthesamepieceofsolarcell
在同温度和和照度下,n改变时,光生电流不变。(when the temperature and irradiation are the same the output photocurrent Iph of the same piece of solar cell remains constant although the diode quality factors and reverse saturation currents are different.)
- 2011-01-14 10:15:08下载
- 积分:1
-
wavedec
用wavedec2()函数对b1,b2两幅图像进行小波分解, 采用’haar’小波, 尝试着分解到第二或第三级 融合两幅图像。(With wavedec2 () function b1, b2 two images using wavelet decomposition, using haar wavelet, trying to break into the second or third grade fusion of two images.)
- 2011-06-10 17:36:20下载
- 积分:1
-
radpattern
RADPATTERN - radiations patterns, total radiated power
Syntax:
radpattern
Description:
RADPATTERN should be run after IMPEDANCE. It uses the MoM soulution
obtained previously in order to compute the far fields. RADPATTERN
finds the far field at a given frequency that needs to be specified
below.Also, the observation sphere(radius) or circle (radius/plane)
need to be specified as well.
RADPATTERN finds:
- total radiated power over a large sphere (sphere mesh is given in subfolder CODES)
- antenna gain or absolute directivity in certain planes, including
co-polar field and cross-polar field.
MATLAB Antenna Toolbox Draft 05, Antenna Lab, ECE, WPI, mat05@ece.wpi.edu
Authors: S. Kulkarni, A. Marut, S. Makarov
- 2013-01-19 17:42:20下载
- 积分:1