-
SFG_inpaint
这是图像内绘(或叫图像修补)的matlab程序源代码,适合研究算法的同学使用.(This is the image in paint (or called image restoration) of matlab source code for the students of the algorithm used.)
- 2010-07-12 19:26:31下载
- 积分:1
-
yxcSVMtrain
irisData is 150x5.
row:
Sepal.Length Sepal.Width Petal.Length Petal.Width Group(1,2,or 3)
the first 50x5 is Isis-setosa(1),
the second 50x5 is Isis-versicolor(2),
the last 50x5 is Isis-virginica(3).
!!! Caution !!!
X(50 + 21, :) equals X(50 + 50 + 27, :), but Y(50 + 50 + 21) DOESNOT equal Y(50 + 50 + 27)!
So the algorithm will NEVER be 100 correct.
- 2010-07-26 18:34:43下载
- 积分:1
-
FFTmatlab
基于FFT的图像拼接程序,matlab实现的(Based on the FFT of the image mosaic program, matlab achieved)
- 2008-04-24 22:42:23下载
- 积分:1
-
INV
C++ code for computation of the inverse matrix with dimension 3x3.
- 2014-11-02 02:51:02下载
- 积分:1
-
prony1
proney 算法,研究proney算法的变化,很好的工具。(proney algorithm, study changes in proney algorithm, good tool.)
- 2013-04-30 13:22:19下载
- 积分:1
-
6_1
1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有:
1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为:
1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
编写主函数,并测试以下内容:
1) 定义一个CStudent的指针数组pStu,数组长度为4;
2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内;
3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内;
4) 利用while循环调用数组里每个元素的计算平均成绩操作;
释放动态分配的空间,确保必要的析构函数能被调用。
(1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are:
1) Save English, shaping member variables politics, mathematics, geography and history, art achievements
2) Set the above variables public member function
3) public member function of the output of the variable
4) public member function Average () is used to calculate the average student s points
The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows:
1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables
2) Set the above variables public member function
3) public member function of t)
- 2014-10-20 15:29:16下载
- 积分:1
-
audio_watermarking_lowpassfilter_attack
apply a lowpass filter to a watermarked audio signal to test the robustness
input : vector representing the watermarked audio file
output : vector representing the watermarked audio file corrupted by a lowpass filter
- 2012-11-15 21:49:16下载
- 积分:1
-
ImprovingOptimizationPerformancewithParallelComput
说明: 本文使用了两种方法优化matlab的程序,缩短了算法的时间。方法1:使用Optimization Toolbox中的并行优化;不需要修改代码。方法2:增加一行代码,即可优化(Improving Optimization Performance with Parallel Computing)
- 2009-08-07 22:35:54下载
- 积分:1
-
xitongbianshi2
系统辨识2仿真程序,含有系统辨识书中剩余3章的全部matlab的程序代码,可以供下载!(xitongbianshi2fangzhenchengxu)
- 2010-12-27 10:41:25下载
- 积分:1
-
MatlabUserManualSignalFiltering
User Manual for STABLE 5.1(This manual gives information about the STABLE library, which computes basic quantities for univariate
stable distributions: densities, cumulative distribution functions, quantiles, and simulation. Statistical
routines are given for fitting stable distributions to data and assessing the fit. Utility routines give information
about the program and perform related calculations. Quick spline approximations of the basic
functions are provided. Densities, cumulative distribution functions and simulation for discrete/quantized
stable distributions are described.
The multivariate module gives functions to compute bivariate stable densities, simulate stable random
vectors, and fit bivariate stable data. In the radially symmetric case, the amplitude densities, cumulative
distribution functions, quantiles are computed for dimension up to 100.
The signal filtering module includes functions to compute non-linear filters for signals with heavy tailed
noise. Specifically, a novel stable fi)
- 2011-01-12 22:19:56下载
- 积分:1