-
MATLAB_C2DLL
介绍了如何在matlab中调用C还是进行快速的运算,包括接口格式,实例等。(Introduce how to call matlab in C or rapid computing, including the interface format, examples of such.)
- 2008-03-27 00:14:11下载
- 积分:1
-
simulink
里面有论文,matlab的GUI源码,并结合了simulink(matlab is GUI,and simulink)
- 2009-05-03 14:25:35下载
- 积分:1
-
blind1cma
Tis is the code for constant modulus algorithm for blind equalization
- 2009-05-05 13:43:37下载
- 积分:1
-
wiener.m
Computes the wiener solution filter
- 2011-11-07 18:33:43下载
- 积分:1
-
pw1
利用MATLAB解决偏微分方程中的一些问题,如插值求解(Partial Differential Equations using MATLAB to solve some problems, such as interpolation to solve)
- 2007-11-11 14:00:35下载
- 积分:1
-
ground-fault-derection
我国配电网一般采用中性点非有效接地方式,该配电网通常被称为小电流接地系统。故障选线是长期以来国内外关注的一大难题。提供了一种判别单相接地故障的程序,以及程序所用的数据。数据是EMTP仿真结果。(China' s distribution network is generally used non-effectively grounded neutral manner, often referred to as the distribution Netcom small current grounding system. Fault line is a major concern of long-standing problem at home and abroad. Provides a ground fault identification procedures and procedures used by the data. EMTP simulation results data.)
- 2011-09-30 22:47:19下载
- 积分:1
-
bandian
超声斑点;瑞利分布;伽马分布;Hilbert空间填充;斑点图像(Ultrasound speckle Rayleigh distribution gamma distribution fill a Hilbert space spots image)
- 2013-04-16 20:36:33下载
- 积分:1
-
MATLAB
matlab教程,详细的介绍了matlab的使用方法,操作步骤基流程(matlab tutorial matlab detailed introduction to use, step-based process operations)
- 2014-02-12 13:11:53下载
- 积分:1
-
gda
本文件提供了核线性判别分析(KLDA)的将维算法(This program is the kernel linear discriminant analysis)
- 2021-04-14 20:58:55下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1