代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/448535/7531485
m pisexamp.m
% Example for Pisarenko Harmonic Decomposition
% Copyright 1999 by Todd K. Moon
[n,n] = size(Gammayy);
[v,u] = eig(Gammayy);
sigma2 = u(n,n);
vm = v(:,n); % get eigenvector from s
www.eeworm.com/read/448529/7531868
m latcfilt.m
function [y] = latcfilt(K,x)
% LATTICE form realization of FIR filters
% ---------------------------------------
% y = latcfilt(K,x)
% y = output sequence
% K = LATTICE filter (reflection) co
www.eeworm.com/read/448529/7531891
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/444331/7613759
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/443857/7621744
res osr.res
******OPTIMAL SUBSET REGRESSION******
MEANS OF X AND Y
132.35 162.77 116.09 78.7711541.70 61.63
1ORDER REGRESSION SET
www.eeworm.com/read/443241/7635810
m exa050904_latcfilt.m
% ------------------------------------------------------------------------------
% exa050904_latcfilt.m , for example 5.9.4
%to test latcfilt.m and to realize filtering with LATTICE coefficient.
%
www.eeworm.com/read/442985/7640427
m exa050904_latcfilt.m
% ------------------------------------------------------------------------------
% exa050904_latcfilt.m , for example 5.9.4
%to test latcfilt.m and to realize filtering with LATTICE coefficient.
%
www.eeworm.com/read/442757/7645274
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/442748/7645736
v entropyencoder.v
module EntropyEncoder ( DataIn,
Clock,
Reset,
Enable,
Start,
www.eeworm.com/read/442748/7645748
v zerorunlengthcoder.v
module ZeroRunLengthCoder ( DataIn,
Clock,
Reset,
Start,
Enable,