⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.m

📁 一个MATLAB的应用程序
💻 M
字号:
function dummy = configure(r, bufferLength, numBuffers, modeRtdx)
%CONFIGURE Define the size and number of RDTX(tm) channel buffers.
%   CONFIGURE(R, LENGTH, NUMBER, MODE) sets the LENGTH in bytes of each RTDX
%   channel buffer and the NUMBER of channel buffers.  The operating MODE is 
%   defined by a string as either 'continuous' or 'non-continuous'.
%
%   CONFIGURE(R, LENGTH, NUMBER) sets the LENGTH in bytes of each RTDX
%   channel buffer and the NUMBER of channel buffers.  The MODE is set to
%   'continuous' by default. 
%
%   CONFIGURE configures channel buffers using the defaults of LENGTH = 1024 
%   bytes, NUMBER = 4 buffers, MODE = 'continuous'.
%
%  Example
%  > configure(r,64000,4,'non-continuous');
%
%  See also RTDX, ENABLE, OPEN.

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -