-
feel
说明: 使用感知器准则对给定的两个样本进行分类器设计。(Guidelines for the use of sensor for a given classification in two samples of design.)
- 2010-03-19 11:24:59下载
- 积分:1
-
BFGS
功能:用BFGS算法求解无约束问题:min f(x)
输入:x0是初始点,fun,gfun分别是目标函数及其梯度;
varargin是输入可变参数变量,简单调用bfgs时可以忽略它,
但是其他程序循环调用时将会发挥重要作用
输出:x,val分别是近似最优点和最优值,k是迭代次数。(Function: BFGS algorithm for unconstrained problem: min f (x) Input: X0 is the initial point, fun, gfun each objective function and its gradient varargin variable parameter is the input variable, it can be ignored when a simple call bfgs , but other programs will play an important role when the cycle is called output: x, val are approximate optimum and the optimal value, k is the number of iterations.)
- 2017-04-18 09:45:16下载
- 积分:1
-
NHT1d
采用以下四种格式:中心差分、一阶迎风、混合格式和QUICK格式对一维稳态无源项的对流-扩散方程进行求解(The following four formats: central difference, the first order upwind, QUICK format mixed formats and one-dimensional steady-state passive entry of convection- diffusion equations were solved)
- 2010-11-11 15:13:40下载
- 积分:1
-
yuandainma
该文件时一些有关Matlab方面的源程序,对于学习该软件的人是很有用的(When the file is some Matlab' s source for learning the software are very useful)
- 2010-05-22 09:15:10下载
- 积分:1
-
morletwt
Morlet小波变换源程序,开发环境为Matlab(Morlet wavelet transform code using Matlab)
- 2020-10-15 15:27:29下载
- 积分:1
-
MBSD
matlab软件中基于Simulink模型的设计,有关于RTW和xpc实验(matlab software Simulink model-based design of experiments about RTW and xpc)
- 2013-08-27 10:57:27下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
YICHUAN
基于遗传算法的阵列信号幅相误差校正,通过遗传算法来校正阵元通道的幅度误差和相位误差(Correction of genetic algorithm based on array signal amplitude and phase error, amplitude error by genetic algorithm to calibrate the sensor channel and phase error)
- 2021-03-16 16:09:22下载
- 积分:1
-
case_study_18
本案例研究的目的是开发一种简单而有效的半隐式傅里叶光谱算法,用于相位场晶体模型的变形研究(The purpose of this case study is to develop a simple and effective semi-implicit Fourier spectral algorithm for the deformation study of phase field crystal models)
- 2019-03-28 22:34:19下载
- 积分:1
-
1
说明: Kalman算法迭代时对输入信号的跟踪曲线(Kalman algorithm is iterative when the input signal of the tracking curve of)
- 2009-11-15 16:44:41下载
- 积分:1