Welcome![Sign In][Sign Up]
Location:
Search - s-function

Search list

[Static controlGraphAlgorithms

Description: Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n = length (x0) m = length (x) for i = 1 : m z = x (i)
Platform: | Size: 4096 | Author: 李从 | Hits:

[Data structskalman_C

Description: 离散随机线性系统的卡尔曼滤波。 其中13lman.c是卡尔曼滤波函数,4rinv.c是滤波函数中用到的矩阵求逆函数,13lman0.c是主程序。-discrete stochastic linear Kalman filtering system. 13lman.c which is the Kalman filter function, 4rinv.c filtering function is used in the matrix inversion function, is the main program 13lman0.c.
Platform: | Size: 2048 | Author: 通信学生 | Hits:

[matlabdouble-fedmachine

Description: 双馈电机数学模型,基于simulink,如果需要可以提供S函数的模型-Doubly-fed machine mathematical model, based on simulink, if necessary can provide a model S function
Platform: | Size: 10240 | Author: | Hits:

[Special Effectssome-matlab-digital-image-processing-function

Description: 我是一个图象处理的初学者,用MATLAB语言编写了一些内部的函数,实现了图象处理的功能,比如entropy,laplician,otsu,top-hat等-image processing is a beginners MATLAB language some internal functions, achieving image processing functions, such as entropy, laplician, Otsu, top-hat, etc.
Platform: | Size: 2736128 | Author: 史振志 | Hits:

[AI-NN-PRSimpleGeneticAlgorithm

Description: 基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-based on the basic genetic algorithm optimization function SGA.C A Optimize Function r using Simple Genetic Algorithm developed fro m Pascal SGA the code presented by David E. Goldb erg
Platform: | Size: 636928 | Author: J.Chen | Hits:

[AI-NN-PRrbfSrc

Description: This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares solution). The resulting network is then used to approximate the function between the given "sample" points. -This program demonstrates some function a pproximation capabilities of a Radial Basis Fu nction Network. The user supplies a set of train ing points which represent some "sample" point s for some arbitrary curve. Next, the user specifies the number of equally spaced Response centers and the variance for the netwo rk. Using the training samples, the weights multiplying each of the Gaussian ba sis functions arecalculated using the pseudo- inverse (yielding the minimum least-squares s middleware). The resulting network is then used to approximate the function between the given "sa mple "points.
Platform: | Size: 18432 | Author: 陈伟 | Hits:

[OS programchange_brightness1

Description: 改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen. The SetDeviceGammaRamp API function receive an array of 256 RGB values. Increasing the values in this array will make your screen brighter, and decreasing these values will make your screen darker. You can also increase or decrease the intesity of the red/green/blue components. For example: Increasing the blue component in all RGB values will add more blue color to the entire display. -screen brightness change the procedure, for some graphics effective, display parameters can be changed Some video cards allows you to program mingly modify the Gamma Ramp values. You can use this feature to change the brightness of the ent ire screen. The API functi SetDeviceGammaRamp on receive an array of 256 RGB values. Increasin g the values in this array will make your screen b Righter, and decreasing these values will make your scre en darker. You can also increase or decrease the intesity of the red/green/blue components. Fo r example : Increasing the blue component in all RGB values blue will add more color to the entire display.
Platform: | Size: 10240 | Author: lhg | Hits:

[OtherIncPID

Description: matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
Platform: | Size: 3072 | Author: 唐斌 | Hits:

[OtherMASwitch

Description: matlab的c语言s函数,实现手动与自动控制的无扰切换,具有两个参数:一个是切换信号,为1时自动控制,为0时手动控制;另一个是手动控制值。-Matlab language c s function, manual and automatic control to achieve the Bumpless Transfer, with two parameters : a signal is switched to 1:00 automation, 0:00 a.m. to manual control; Another is the value of manual control.
Platform: | Size: 2048 | Author: 唐斌 | Hits:

[Special Effectswatershed_vs

Description: This file contains the function body for the watershed algorithm.Algorithm reference: L. Vincent and P. Soille, "Watershed in digital spaces: An efficient algorithm based on immersion simulations"-This file contains the function body for th e watershed algorithm.Algorithm reference : Vincent L. and P. Soille. "Watershed in digital spaces : An efficient algorithm based on immersion SIMU Doping "
Platform: | Size: 11264 | Author: | Hits:

[Mathimatics-Numerical algorithmstlsf

Description: 算法的许多例子都是最优化问题( optimization problem),每个最优化问题都包含一组限制条件( c o n s t r a i n t)和一个优化函数( optimization function),符合限制条件的问题求解方案称为可行解( feasible solution),使优化函数取得最佳值的可行解称为最优解(optimal solution)。-algorithm are many examples of optimization problems (optimization problem). Each issue contains a set of optimized constraints (c o n s t r a n t i), and an optimization function (opti mization function). meet the restrictions in the problem-solving program called feasible solution (feasible solution). make optimal function to achieve the best possible value of the solution as the optimal solution (optimal solution).
Platform: | Size: 40960 | Author: john | Hits:

[matlabbldc_1_sinusoidal

Description: 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB/Simulink environment simulation permanent magnet brushless DC motor, In the above circumstances MATLAB7 compiled DLL then use Simulink. Source module information, see Notes.
Platform: | Size: 5120 | Author: 孙萌 | Hits:

[Mathimatics-Numerical algorithmscurrent_park

Description: 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Features : Taking into account the ease of implementation of the microprocessor features full use of fixed-point algorithm. MATLAB compiled after the DLL can be used in Simulink.
Platform: | Size: 4096 | Author: 孙萌 | Hits:

[Special Effectsmtf

Description: % Visualize the effects of MTF (modulation transfer function) % in film, lenses, scanners, and sharpening using simulation. Format:- Visualize the effects of MTF (modulation transfer function) in film, lenses, scanners, and sharpening using simulation. Format:
Platform: | Size: 19456 | Author: 文天祥 | Hits:

[Communication-Mobileeye_matlab

Description: 一个用MATLAB写的实现通信中眼图功能的S函数,.m格式,与 simulink中的eye diagram一样-a written communication to achieve functional eye diagram of S function. M format, Simulink with the same eye diagram
Platform: | Size: 4096 | Author: 左虎 | Hits:

[source in ebookhuamo

Description: 滑模控制的一个matlab程序,给出了M文件和SINULINK的仿真,模块用S函数编写-sliding control of a Matlab procedures, given the M SINULINK documents and the simulation, S-function module prepared
Platform: | Size: 1024 | Author: tantan | Hits:

[matlabsingleinverted_adaptivefuzzycontrol

Description: 偶编写的倒立摆系统的MATlab关于模糊自适应控制的对象和控制器S函数,以及Simulink模块文件,一个完全实现的倒立摆程序,发表文章很有用-Even the preparation of the inverted pendulum system on the Matlab fuzzy adaptive control of the object and the controller S function, as well as the Simulink module files, a full realization of the inverted pendulum process, published an article very useful
Platform: | Size: 5120 | Author: 李孙权 | Hits:

[matlabrobot

Description: 这是偶最近研究的成果,正准备写论文的,关于一类单关节机器人的基于滤波器的滑模变机构控制策略,有完整的控制器和对象S函数,以及整个系统的模块文件,好处不用我说拉!-This is the duality results of recent studies, is preparing to write papers on a class of single-joint robot filter based sliding mode control strategy, the controller and have a complete object S function, as well as the entire system module file, benefits is not necessary for me la!
Platform: | Size: 4096 | Author: 李孙权 | Hits:

[Waveletspeechprocessing

Description: 语音处理软件, GUI 界面,本人原创,频域,时域,可以看波形,WINDOW FUNCTION, 录音,-Voice-processing software, GUI interface, I created, the frequency domain, time domain, you can look waveform, WINDOW FUNCTION, recording,
Platform: | Size: 77824 | Author: 威威 | Hits:

[Special EffectsLevelSet_ChunmingLi_v0

Description: This Matlab code implements an edge based geometric active contour model without reinitialization. MATLAB Release: R13SP1 This Matlab code implements the level set method in Chunming Li et al s paper "Level Set Evolution without Re-initialization: A New Variational Formulation", in IEEE Proc. of CVPR 2005. EVOLUTION.m: core function that performs level set evolution. Demo1.m: a demo for a real cell images Demo2.m: a demo for a synthetic noisy image Demo1_ManualBinaryInitial: demo for the same image in Demo1, allows manual initialization by the user Demo2_ManualBinaryInitial: demo for the same image in Demo2, allows manual initialization by the user
Platform: | Size: 783360 | Author: 薛正亮 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net