代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/359349/10154169
m zpole_zp.m
%===========================================================
% Program name:zpole_zp.m
% This program is used to plot the zeor-pole diagram,the impulse response and
% the frequency response cu
www.eeworm.com/read/359349/10154206
m dfre_digital.m
% Name: dfre.m
% The program to draw the frequency response of discrete system
A=input('Type in the coefficient vector of denominator polynomial:');
B=input('Type in the coefficient vector of num
www.eeworm.com/read/359349/10154264
m d_filter.m
num=input('input the numerator polynomial coefficient vector =:');
den=input('input the denominator polynomial coefficient vector =:');
%reg=input('input the frequency region w=');
w=0:0.01:2*pi;
www.eeworm.com/read/359349/10154269
m dfre.m
% Name: dfre.m
% The program to draw the frequency response of discrete system
A=input('Type in the coefficient vector of denominator polynomial:');
B=input('Type in the coefficient vector of num
www.eeworm.com/read/359349/10154325
m dfilter.m
% dfilter
h=input('Type in the right-sided coefficient vector:');
a=1;%input('Type in the left-sided coefficient vector:');
L=length(h);
n=0:79;
b=zeros(1,80);
for i=1:L
b(i)=h(i);
end
www.eeworm.com/read/163199/10170935
m chap9_6i.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/163163/10172649
m chap9_6i.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/358827/10178432
m lagranp.m
function [l,L] = lagranp(x,y)
%Input : x = [x0 x1 ... xN], y = [y0 y1 ... yN]
%Output: l = Lagrange polynomial coefficients of degree N
% L = Lagrange coefficient polynomial
N = length(x)-1; %
www.eeworm.com/read/358235/10193441
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/357506/10208367
m alpas.m
%Allpass reveberator
% y = alpas(x,R,a)
%
% Parameters:
% x is the input audio signal
% R is the delay in allpass structure
% a specifies the allpass filter coefficient
%
% Return value: