代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/236873/7119095
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/460213/7255523
vhd txd5.vhd
--v1.0 data bit 8bit none checking
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity txd5 is
port
(indata:in std_logic_vec
www.eeworm.com/read/458010/7314231
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/448350/7534456
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/440750/7682214
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/143498/12870369
m show_nfc.m
% display checking data
load output4.dat
output = output4;
min_x = min(output(:,1));
max_x = max(output(:,1));
min_y = min(output(:,2));
max_y = max(output(:,2));
positive_index = find(output(:,3)
www.eeworm.com/read/320176/13431562
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/320172/13431656
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/304082/13801482
m pcma2lin.m
function x=pcma2lin(p,m,s)
%PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
% lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix
% of A-law values in the range 0 to 255.
% No checking
www.eeworm.com/read/127087/6008411
m4 aclocal.m4
##
## $Id: aclocal.m4,v 1.1.1.1 2003/06/04 00:25:05 marka Exp $
##
AC_DEFUN(AC_FIND_SYSTEM_SHOBJ,[
AC_MSG_CHECKING(for $1 shared object)
shobj_name=$1
shobj_path=
case "$host" in
*-hpux*)
SOEXT=sl