-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
BayesianClasser
贝叶斯分类器matlab版,可以用于图像分类,检索,模式识别相关工作(bayes classifier is useful to image classify)
- 2011-01-11 16:59:14下载
- 积分:1
-
matlabshiyucaiyang
MATLAB实现连续信号采样、频谱分析和采样信号恢复的方法。计算在临界采样、过采样、欠采样三种不同条件下恢复信号的误差,并由此总结采样频率对信号恢复产生误差的影响,从而验证时域采样定理。(MATLAB continuous signal sampling, spectral analysis and sampling signal recovery method. Calculated in a critical sampling, the oversampling signal error recovery due to the sampling of the three different conditions, and thereby generate error summarizes the sampling frequency for signal recovery, in order to verify the time domain sampling theorem.)
- 2013-05-17 22:24:41下载
- 积分:1
-
power-electronic
Analysis and Design of High-Frequency Isolated Dual-Bridge Series Resonant DC/DC Converter
- 2014-08-22 18:55:46下载
- 积分:1
-
multicore123
This package realizes parallel processing on multiple coresmachines
- 2010-11-18 07:07:51下载
- 积分:1
-
Patton_copula_toolbox
matlab 下的patton copula 包括bivarnormcdf 、bivartcdfmc等(matlab Patton copula bivarnormcdf, bivartcdfmc)
- 2013-04-19 16:41:04下载
- 积分:1
-
kgeqakjn
是一种双隐层反向传播神经网络,有均匀线阵的CRB曲线,相关分析过程的matlab方法,采用的是脉冲对消法,用MATLAB实现的压缩传感,抑制载波型差分相位调制。( Is a two hidden layer back propagation neural network, There ULA CRB curve, Correlation analysis process matlab method, It uses a pulse of consumer law, Using MATLAB compressed sensing, Suppressed carrier type differential phase modulation.)
- 2016-04-11 21:39:17下载
- 积分:1
-
RLEencoding
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData) (A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData))
- 2007-09-09 15:44:59下载
- 积分:1
-
eq_training
fir filter design techniqs
- 2009-12-22 09:02:14下载
- 积分:1
-
caoyan
基于汽车控制系统的系统辨识建模,基于汽车控制系统的系统辨识建模(Based on the auto control system identification system modeling)
- 2012-04-09 15:46:49下载
- 积分:1