-
creatmatwithc++
用C++编写一个可创建MAT文件的独立应用程序。程序说明了:1.可创建MAT文件的独立应用程序的编写步骤;2.相应C++源程序的基本格式;3.相应mx-函数和C指令的配合应用。4.MAT库函数matClose, matGetArray, matOpen, matPutArray, matPutArrayAsGlobal的使用方法。(With C++ Prepared a document to create an independent MAT applications. An explanation of the procedures: 1. Can create MAT documents prepared by an independent application steps 2. Corresponding C++ Source of the basic format 3. Corresponding mx-function and C with the application instructions. 4.MAT library function matClose, matGetArray, matOpen, matPutArray, matPutArrayAsGlobal use.)
- 2008-06-24 10:50:59下载
- 积分:1
-
waveletcode
基于阀值的自适应小波降噪matlab源代码,入门级程序,对新手很有参考价值(Adaptive threshold wavelet denoising Matlab)
- 2012-03-31 22:24:19下载
- 积分:1
-
NeuralNetwork_BP_Classification
用matlab实现了人工神经网络的Bp网络算法,有利于图形图像的提取和识别(Matlab achieved using artificial neural network algorithm Bp network is conducive to graphical image extraction and recognition)
- 2008-07-21 16:13:59下载
- 积分:1
-
somtraining
SOM training algorithm
- 2011-02-08 19:10:20下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
RBF-NN_GA
基于MATLAB编写的基于遗传算法的RBF-NN训练程序(Based on the PID controller based on genetic algorithm RBF-NN MATLAB_SIMULINK prepared)
- 2015-03-26 20:07:02下载
- 积分:1
-
enkf-matlab
ecg de noising for Matlab data sd
- 2019-06-11 06:41:14下载
- 积分:1
-
lvbo
该程序可用matlab实现三种滤波:切比雪夫1,切比雪夫2和巴特沃斯滤波。可实现信号的滤波预处理。(The program can be used to achieve three filtering matlab: Chebyshev 1, Chebyshev 2 and Butterworth filter. The filter can be realized signal preconditioning.)
- 2008-12-10 10:28:28下载
- 积分:1
-
lorenz_communication1
lorenz communication simulink
- 2011-06-05 02:51:26下载
- 积分:1
-
ICA
独立成分分析代码 这是ICA的源码和改进的代码(this is the code of ICA,this is the improved code for the traditional ICA)
- 2013-04-21 22:45:06下载
- 积分:1