代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/301588/13855705
m exa146.m
%exa146_zero_pole_gain.m for example 1-46
%zero/pole gain零极点增益
clear all;
b=[0.3 0.2];%system parameter
a=[1 -0.4 -0.7];%system parameter
zr=roots(b)
pk=roots(a)
g=b(1)/a(1)
% %exa146_zero
www.eeworm.com/read/216263/15022407
m exa1_46_1.m
% exa1-46_zero_pole_gain.m for example 1-46
% zero/pole gain
clear all;
b=[0.3 0.2]; %sytem parameter
a=[1 -0.4 -0.7]; %sytem parameter
zr=roots(b)
pk=roots(a)
g=b(1)/a(1)
www.eeworm.com/read/216263/15022436
m exa1_46_2.m
% exa1-46_zero_pole_plot.m for example 1-46
% zero/pole plot
clear all;
b=[0.3 0.2]; %sytem parameter
a=[1 -0.4 -0.7]; %sytem parameter
g=b(1)/a(1);
zplane(b,a);
www.eeworm.com/read/162614/5530315
c divbyzero.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* Source: Neil Booth, Oct 22 2001. PR 150 - warn about division by
zero. */
#define ZERO (4 - 6 + 2)
int main
www.eeworm.com/read/108859/15574023
m examp29.m
clc,echo on
%EXAMPLE 29
x=[1 2 -1 0 2]; h=2:-1:-3; % Signals x and h
Nx=length(x);Nh=length(h); % Signal lengths
Ny=Nx+Nh-1; % Convolution length
xz=zeros(1,Ny);
www.eeworm.com/read/430054/8770757
txt answer2.txt
求最大值
The max number is 98
The max number is below zero
www.eeworm.com/read/185622/9006863
txt rfc132.txt
NETWORK WORKING GROUP Jim White
Request for Comments #132 UCSB
NIC #6708
www.eeworm.com/read/424768/10414509
txt answer2.txt
求最大值
The max number is 98
The max number is below zero
www.eeworm.com/read/272848/10940987
output quadraticroots.output
Enter the coefficients a, b, and c
a should not be zero
The coefficients of the quadratic are 1 -5 6
There are two real roots 3 and 2
Enter the coefficients a, b, and c
a should not be zero
Th
www.eeworm.com/read/465477/6937024
txt rfc132.txt
NETWORK WORKING GROUP Jim White
Request for Comments #132 UCSB
NIC #6708