代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/362710/9984935
java iomanager.java
import java.util.*;
public class IOManager
{
//-------------FIELDS-----------------
private static Scanner input = new Scanner(System.in);
//----------------METHOD---------------
public
www.eeworm.com/read/362593/9989795
m chap9_3f.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/166055/10038052
java quadratic.java
//********************************************************************
// Quadratic.java Author: Lewis/Loftus
//
// Demonstrates a calculation based on user input.
//**********************
www.eeworm.com/read/165851/10049050
m program_06_5.m
% Program 6_5
% Transfer Function of Gray-Markel Cascaded
% Lattice Structure from the Lattice and
% Feedforward Parameters
% k is the lattice parameter vector
% alpha is the vector of feedforwar
www.eeworm.com/read/165851/10049088
m program_06_2.m
% Program 6_2
% Parallel Realizations of an IIR Transfer Function
%
num = input('Numerator coefficient vector = ');
den = input('Denominator coefficient vector = ');
[r1,p1,k1] = residuez(num,den
www.eeworm.com/read/165851/10049163
m program_06_4.m
% Program 6_4
% Gray-Markel Cascaded Lattice Structure
% Development
% den is the denominator coefficient vector
% num is the numerator coefficient vector
% k is the lattice parameter vector
% a
www.eeworm.com/read/360606/10085075
m fig3_9.m
%
% This file generates the graph shown in Figure 3-9
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/360606/10085077
m ex3_4.m
%
% This file generates the graph for Example 3.4
% "Reflection coefficient representations"
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
www.eeworm.com/read/360606/10085079
m ex3_1.m
%
% This file generates the graph for Example 3.1
% "Reflection coefficient representations"
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
www.eeworm.com/read/360606/10085250
m ex9_13.m
%
% In this example we plot the constant operating power gain
% circle and choose a load reflection coefficient G_L.
% Based on this G_L the input reflection coefficient is computed
%
%