代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/359349/10154109
m p6_1.m
% Program P6_1
% Conversion of a rational transfer function
% to its factored form
num = input('Numerator coefficient vector = ');
den = input('Denominator coefficient vector = ');
[z,p,k] = tf2z
www.eeworm.com/read/359349/10154145
m dir2par.m
function [c,b,a] = dir2par(num,den)
% Direct form to paralel form
%==================================================
% [c,b,a]=dir2par(num,den)
% num:The coefficient vector of numerator polynomia
www.eeworm.com/read/359349/10154179
m fre_response.m
% Name: frequs.m
% ===============================================================
clear,close all
num=input('Input the numerator polynomial coefficient vector =:');
den=input('Input the denominat
www.eeworm.com/read/163199/10170933
m chap9_5i.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/163163/10172647
m chap9_5i.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/358273/10193227
m vswr.m
function res=VSWR(gamma)
% Usage: res=VSWR(gamma)
%
% Purpose: computes VSWR for give reflection coefficient gamma
if nargin
www.eeworm.com/read/358270/10193261
m binomialxfrmrbw.m
% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer
%
% [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth
% of an N section binomial trans
www.eeworm.com/read/357670/10203265
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr
www.eeworm.com/read/357506/10208410
m program_12_3.m
% Program 12_3
% Coefficient Quantization Effects on the
% Frequency Response of a Direct Form FIR Filter
%
fpts = [0 0.5 0.55 1]; mag = [1 1 0 0];
b = remez(39,fpts,mag);
[h,w] = freqz(b,1,512)
www.eeworm.com/read/357506/10208416
m program_12_7.m
% Program 12_7
% Granular Limit Cycles in First-Order IIR Filter
%
clf;
alpha = input('Type in the filter coefficient = ');
yi = input('Type in the initial condition = ');
x = input('Type in the