-
P33_runstest
使用MATLAB语言实现[0,1]随机序列的游程检验(Using the MATLAB language implementation [0,1] random sequence runs test)
- 2009-09-16 21:20:10下载
- 积分:1
-
sw_pretrigger
This m-file implements a simple data acquisition gui with multiple channels and custom triggering
It demonstrates how to:
1) Use nested functions to simplify data acquisition programs
2) Use a simple GUI (a couple of pushbuttons) to start and stop data acquisition.
3) Wait for an event/trigger (like a button press) and log pre-event or pre-trigger data from multiple synchronized channels.
4) Record pretrigger data based on custom criteria. In this m-file the triggering event is a button click. However, the event could be any custom criterion (e.g., the data amplitude is greater than a threshold *and* a toggle button is enabled).
Requires: the Data Acquisition Toolbox (TM) and the Winsound adapter. It does not depend on any hardware-specific capabilities. (This m-file implements a simple data acquisition gui with multiple channels and custom triggering
It demonstrates how to:
1) Use nested functions to simplify data acquisition programs
2) Use a simple GUI (a couple of pushbuttons) to start and stop data acquisition.
3) Wait for an event/trigger (like a button press) and log pre-event or pre-trigger data from multiple synchronized channels.
4) Record pretrigger data based on custom criteria. In this m-file the triggering event is a button click. However, the event could be any custom criterion (e.g., the data amplitude is greater than a threshold*and* a toggle button is enabled).
Requires: the Data Acquisition Toolbox (TM) and the Winsound adapter. It does not depend on any hardware-specific capabilities. )
- 2009-10-21 15:18:03下载
- 积分:1
-
MATLAB-programme
本书将介绍matlab 语言,并向大家展示如何运用它去
解决经典的技术问题。(This book describes the matlab language to show you how to use it to solve the classic technical problems.)
- 2011-06-19 21:31:26下载
- 积分:1
-
Grey-prediction-Matlab-program
适用于灰色预测的源代码 需要运用时可直接拷贝修改原来数据(Apply to the Grey prediction of source code to use when can copy directly modified original data
)
- 2011-09-05 11:22:43下载
- 积分:1
-
AMDF-speech
基于语音信号处理的MATLAB平均幅度差函数,比自相关函数计算量要少。(Based on the average amplitude of the speech signal processing functions, less than the autocorrelation function computation.)
- 2012-10-26 10:05:15下载
- 积分:1
-
twobus
Power flow analysis in two bus system
- 2010-02-22 22:59:12下载
- 积分:1
-
综合评价模型
说明: 文件包含了层次分析法、熵权法和TOPSIS方法计算参数时用到的函数(The file contains the functions used in the calculation of parameters by analytic hierarchy process (AHP), entropy weight method and TOPSIS method)
- 2020-07-31 14:44:19下载
- 积分:1
-
vcmatlab
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程(vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming)
- 2009-04-17 12:41:21下载
- 积分:1
-
mma7260
arm9 adc采集mma 7260加速度传感器的信号数据绘制及信号样本空间txt文档(arm9 adc acquisition mma 7260 accelerometer signal data and signal the sample space to draw txt document)
- 2011-01-06 20:05:55下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1