代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/493456/6393575
m ladrfilt.m
function [y] = ladrfilt(K,C,x)
% LATTICE/LADDER form realization of IIR filters
% ----------------------------------------------
% [y] = ladrfilt(K,C,x)
% y = output sequence
% K = LATTICE (refle
www.eeworm.com/read/493017/6403976
m example7_4.m
h=[-4,1,-1,-2,5,0,-5,2,1,-1,4];
M=length(h);n=0:M-1;
[Hr,w,c,L]=Hr_Type3(h);
c,L
cmax=max(c)+1;
cmin=min(c)-1;
subplot(2,2,1);stem(n,h);axis([-1 2*L+1 cmin cmax])
xlabel('n');ylabel('h(n)');tit
www.eeworm.com/read/493017/6403980
m example7_3.m
h=[-4,1,-1,-2,5,6,6,5,-2,-1,1,-4];
M=length(h);n=0:M-1;
[Hr,w,b,L]=Hr_Type2(h);
b,L
bmax=max(b)+1;
bmin=min(b)-1;
subplot(2,2,1);stem(n,h);axis([-1 2*L+1 bmin bmax])
xlabel('n');ylabel('h(n)');
www.eeworm.com/read/493017/6403988
m example7_2.m
h=[-4,1,-1,-2,5,6,5,-2,-1,1,-4];
M=length(h);n=0:M-1;
[Hr,w,a,L]=Hr_Type1(h);
a,L
amax=max(a)+1;
amin=min(a)-1;
subplot(2,2,1);stem(n,h);axis([-1 2*L+1 amin amax])
xlabel('n');ylabel('h(n)');ti
www.eeworm.com/read/493017/6404006
m example7_5.m
h=[-4,1,-1,-2,5,6,-6,-5,2,1,-1,4];
M=length(h);n=0:M-1;
[Hr,w,d,L]=Hr_Type4(h);
d,L
dmax=max(d)+1;
dmin=min(d)-1;
subplot(2,2,1);stem(n,h);axis([-1 2*L+1 dmin dmax])
xlabel('n');ylabel('h(n)');
www.eeworm.com/read/492929/6414181
m plt_tvp.m
function plt_tvp(results,vnames)
% PURPOSE: Plots output using tvp regression results structures
%---------------------------------------------------
% USAGE: plt_tvp(results,vnames)
% Where: resu
www.eeworm.com/read/492363/6421752
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/492033/6430301
h chen0407.h
#ifndef CHEN_H
#define CHEN_H
#include
#include "strretalg.h"
struct matrix;
struct vector;
struct atsel;
/**
class chen defines material model of plasticity based on Chen model
www.eeworm.com/read/492033/6430309
h chen1006.h
#ifndef CHEN_H
#define CHEN_H
#include
#include "strretalg.h"
struct matrix;
struct vector;
struct atsel;
/**
class chen defines material model of plasticity based on Chen model
www.eeworm.com/read/492033/6430339
h chen.h
#ifndef CHEN_H
#define CHEN_H
#include "iotools.h"
#include "strretalg.h"
#include "hardsoft.h"
struct matrix;
struct vector;
struct atsel;
/**
class chen defines material model of plasticity bas