isamusmall.m

来自「Speaker Verification Toolbox」· M 代码 · 共 10 行

M
10
字号
function tf = isAmuSmall(f,varargin)

% SYNTAX: tf = isAmuSmall(f,mu,[B])
% This function returns 1 or 0 (true or false) depending on whether the Boolean function 
% specified by the truth table f belongs on the class <a^mu>, where mu is an input 
% parameter. mu should also be at least 2.
% Ilya Shmulevich; 12/04/02

tf = isAmu(~flipud(f),varargin{:});

⌨️ 快捷键说明

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