代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/272527/10953928
m mmpsim.m
function y=mmpsim(x,tol)
%MMPSIM Polynomial Simplification, Strip Leading Zero Terms.
% MMPSIM(A) Deletes leading zeros and small coefficients in the
% polynomial A(s). Coefficients are considered sma
www.eeworm.com/read/271760/10981557
m abcpgchk.m
function pg=abcpgchk(a,b,c)
%ABCPGCHK Check A, B, C for a pure gain block
% ABCPGCHK returns 1 if A, B and C are all zero
% and A is 1 by 1.
% This is the representation of a pu
www.eeworm.com/read/271244/11001927
m zfa.m
function [f,stdf,a,stda]=zfa(data,dt)
%
% [f,stdf,a,stda]=zfa(data,dt):
%
% Function to generate a zero-crossing (and extrema) frequency,
% amplitude and their standard deviation of dat
www.eeworm.com/read/416230/11037499
m program_11_1.m
% Program 11_1
% Impulse Response Computation
%
n = input('Impulse response length desired = ');
num = input('Numerator coefficients = ');
den = input('Denominator coefficients = ');
x = [1 zero
www.eeworm.com/read/468718/6986880
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero
www.eeworm.com/read/466789/7020804
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero
www.eeworm.com/read/464701/7067565
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero
www.eeworm.com/read/460712/7105700
m qfrqenh.m
function wnew = qfrqenh(wn,zeta,wold,T)
% QFRQENH Frequency enhancement. (Utility Function)
% QFRQENH enchances the present frequency vector when a second order
% pole or zero is ad
www.eeworm.com/read/299984/7140637
m isclassifier.m
%ISCLASSIFIER Test on normed classifier
%
% I = ISCLASSIFIER(W)
% ISCLASSIFIER(W)
%
% A mapping W is a classifier if its OUT_CONV field is larger
% than zero. In that case confidences will be r
www.eeworm.com/read/123131/7147787
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero