-
VC_MATLAB
Matlab和VC混合编程的实例,自己写的,包含基本的矩阵运算,Matlab定义的数据结构mwArray和c++的通讯,希望对初学者有帮助。
需要Matlab 6.5自带的C++数学函数库支持。(Matlab and VC examples of mixed programming, write, and contains the basic matrix operations, Matlab data structure defined mwArray and c++ communication, hope to help beginners. Requires Matlab 6.5 comes with C++ Math Library support.)
- 2010-06-12 16:22:58下载
- 积分:1
-
BP-MATLAB
说明: 本文在简要介绍了MA TLAB 和BP 网络的基
础上, 详细论述了在MA TLAB611 中, 如何利用其提供的神经网络工具箱实现BP 网络的设计, 最后给出了一个BP 网络的设计实例。
(This paper briefly introduced the MA TLAB and BP network based on the detail in the MA TLAB611, how to use its neural network toolbox provided realize the design of BP network, and finally gives a design example of BP network.)
- 2008-08-26 16:32:51下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
ONE-QKF
一阶QKF(积分卡尔曼滤波)算法,性能优于UKF、EKF,谢谢~(An order QKF (integral Kalman filter) algorithm outperforms UKF, EKF, thank you ~)
- 2014-01-17 15:26:04下载
- 积分:1
-
SRGTSToolbox
说明: SURROGATES工具箱是一个多维函数逼近和优化方法的通用MATLAB库。当前版本包括以下功能:
实验设计:中心复合设计,全因子设计,拉丁超立方体设计,D-optimal和maxmin设计。
代理:克里金法,多项式响应面,径向基神经网络和支持向量回归。
错误和交叉验证的分析:留一法和k折交叉验证,以及经典的错误分析(确定系数,标准误差;均方根误差等;)。
基于代理的优化:高效的全局优化(EGO)算法。
其他能力:通过安全裕度进行全局敏感性分析和保守替代。(SURROGATES Toolbox is a general-purpose MATLAB library of multidimensional function approximation and optimization methods. The current version includes the following capabilities:
Design of experiments: central composite design, full factorial design, Latin hypercube design, D-optimal and maxmin designs.
Surrogates: kriging, polynomial response surface, radial basis neural network, and support vector regression.
Analysis of error and cross validation: leave-one-out and k-fold cross-validation, and classical error analysis (coefficient of determination, standard error; root mean square error; and others).
Surrogate-based optimization: efficient global optimization (EGO) algorithm.
Other capabilities: global sensitivity analysis and conservative surrogates via safety margin.)
- 2020-04-20 22:30:13下载
- 积分:1
-
mexclp
CLP Interface to LP/QP solver MEXCLP
- 2009-04-24 23:25:11下载
- 积分:1
-
optimal
encoding and decoding using huffman
- 2011-12-08 06:50:00下载
- 积分:1
-
xcorr_fft
用于求取一段时间信号序列的求取自相关函数、功率谱密度(Obtaining autocorrelation function for obtaining a period of a signal sequence, power spectral density)
- 2015-03-08 10:57:46下载
- 积分:1
-
buatframe
1. to calculate FFT real-time
2. to control the brightness of your picture real time
3. to make frames from your audio files
- 2010-08-11 16:22:04下载
- 积分:1
-
Solutions_manual_for_modern_signal_processing-2nd
This the solution manual for modern signal processing.
- 2008-03-22 01:47:57下载
- 积分:1