-
MATLAB
《MATLAB在控制系统中的应用》实例程序( MATLAB in the control system, examples of procedures)
- 2008-04-27 23:15:42下载
- 积分:1
-
power_bridges
This example of AC-DC-AC converter illustrates use of Universal Bridge, Multimeter, and Powergui blocks, as well as discrete control blocks of the Extras library.(A 60 Hz, voltage source feeds a 50 Hz, 50 kW load through an AC-DC-AC converter. The 600V, 60 Hz voltage obtained at secondary of the Wye/Delta transformer is first rectified by a six pulse diode bridge. The filtered DC voltage is applied to an IGBT two-level inverter generating 50 Hz. The IGBT inverter uses Pulse Width Modulation (PWM) at a 2 kHz carrier frequency. The circuit is discretized at a sample time of 2 us)
- 2013-01-10 20:55:19下载
- 积分:1
-
Matrix-and-its-operation
矩阵是数学中一个十分重要的概念,其应用能够十分广泛,Matlab中最基本最重要的功能就是进行矩阵运算,其所有数值功能都已矩阵为基本单元来实现,掌握Matlab中的矩阵运算是十分重要的(Matrix and its operation)
- 2013-09-24 11:21:33下载
- 积分:1
-
Iagnemma_TRO_07
A Dynamic-Model-Based Wheel Slip Detector
for Mobile Robots on Outdoor Terrain
- 2015-01-11 01:23:02下载
- 积分:1
-
Turbo_BPSK
Turbo Code, Co-Channel Interference
- 2010-10-15 23:04:40下载
- 积分:1
-
GARCH工具箱(包括多元)
说明: 该文件为MATLAB中的garch多元代码工具箱(This file is the GARCH multicode toolbox in MATLAB)
- 2020-06-21 21:20:02下载
- 积分:1
-
model3
matlab programm for simulation
- 2011-01-25 06:27:23下载
- 积分:1
-
mexicanwt
墨西哥帽小波变换源程序,开发环境为Matlab(Mexican hat wavelet transform using matlab)
- 2009-12-16 22:46:33下载
- 积分:1
-
adpmedian
这是自适应中值滤波的matlab函数实现,可以清晰的保存图像的细节。(This is the adaptive median filtering matlab function to achieve, you can save the image clear the details.)
- 2012-01-07 16:46:31下载
- 积分:1
-
LMS_RLS_sim
功能描述:测试LMS与RLS算法,比较两种算法的收敛特性
文件名:LMS_RLS_sim.m
测试用例:
x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声
文件输出:系数a1的值
调用函数:function [A] = LMS_Algo(M,N,mu,xn)
被调用:无
作者:mingcheng
编写时间:2009-10-13
修改时间:2009-10-13
版本:V1.0 ( Function Description: Test LMS and RLS algorithm, the convergence characteristics were compared file name: LMS_RLS_sim.m test case: x (n)+ a1* x (n-1)+ a2* x (n-2) = e (n), a1 =- 1.6, a2 = 0.81, e (n) is Gaussian white noise file output: the value of coefficient a1 call the function: function [A] = LMS_Algo (M, N, mu, xn) is called: No of: mingcheng write time :2009-10-13 modified :2009-10-13 version: V1.0 )
- 2010-07-11 12:15:54下载
- 积分:1