-
denoise
该算法是在去除模糊图像中噪声的算法,处理后取得了很清晰的图像,是图像处理的一项重要内容。(The algorithm is to remove noise in images blurred by the algorithm, after obtaining a very clear image, is an important part of image processing.)
- 2011-05-09 21:05:09下载
- 积分:1
-
demod
demodulation bpsk, qpsk, 16qam, 64 qam
- 2010-05-30 03:05:23下载
- 积分:1
-
AdaptiveArithmaticCoding
自适应算术编解码,按paper编写,压缩包中附有paper。(adaptive arithmetic coding and decoding, prepared by the paper, compressed paper attached.)
- 2007-04-18 11:48:48下载
- 积分:1
-
The-matlab--Classic-Tutorials
说明: 详细讲述matlab的使用方法和基本命令,包括如何建立M文件等等(Matlab detail the use and basic commands, including how to create the file, and so M)
- 2011-04-07 23:20:27下载
- 积分:1
-
30-cases-of-neural-network-
这是神经网络的30个案例的matlab程序,每个案例均采用了不同的神经网络方法(30 cases of neural network matlab program, each case is different neural network methods are used)
- 2013-02-22 20:40:30下载
- 积分:1
-
MaxFlowMinCut_Me
利用Ford--Fulkerson 标号法求最大流算法的MATLAB 程序代码 (Use Ford- Fulkerson labeling method for maximum flow algorithm MATLAB code)
- 2013-09-14 00:25:45下载
- 积分:1
-
FOC
永磁同步电动机,matlabz中的simulink仿真分析。(PMSM congtrol about FOC using in matlab)
- 2012-09-03 11:50:36下载
- 积分:1
-
通过非线性扩张观测器可实现被控对象的位置、速度和未知部分观测
通过非线性扩张观测器可实现被控对象的位置、速度和未知部分观测。在实际控制工程中,可采用本观测器实现无需速度测量的控制,并实现对未知不确定性和外加干扰补偿(Through the expansion of nonlinear observer can realize the location of the controlled object, speed and unknown part of the observation. Can be used in actual control engineering, the observer is to realize the control without speed measurement, and implement the unknown uncertainties and external disturbance compensation)
- 2014-08-21 19:42:06下载
- 积分:1
-
power_3phsignaldq
A Discrete 3-Phase ProgrammableSource block is used to generate a 1 pu, 15 degrees positive sequence voltage. At t = 0.05 s the positive sequence voltage is increased to 1.5 pu. At t = 0.1 s an unbalance is introduced by adding a 0.3 pu negative sequence component with a phase of -30 degrees.
The magnitude and phase of the positive-sequence component is evaluated in two diiferent ways: 1) Sequence calculation of phasors using Fourier analysis and
2) abc to dq0 transformation.
Math Function and Trigonometric Function blocks are used to evaluate the magnitude and phase of the positive sequence from the d and q components:
V1 = sqrt(Vd^2 + Vq^2) , Phi1 = atan(Vq/Vd))
- 2011-10-19 22:18:57下载
- 积分:1
-
programming-in-matlab-2
This tutorial is intended for those who want to learn basics of MATLAB programming language.
Even with a limited knowledge of this language a beginning programmer can write his/her own
computer code for solving problems that are complex enough to be solved by other means.
Numerous examples included in this text should help a reader to learn quickly basic programming
tools of this language. Topics discussed include the m-files, inline functions, control flow,
relational and logical operators, strings, cell arrays, rounding numbers to integers and MATLAB
graphics.
- 2013-10-14 20:07:07下载
- 积分:1