代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/179705/9344416
todo
The following would also be nice additions to the multifit function suite
(see MS Excel regression output for example):
1. Produce the correlation coefficient (r) and other statistics.
2. Allow fit v
www.eeworm.com/read/179612/9349514
h diregist.h
/*
*
* Copyright (C) 1998-2005, OFFIS
*
* This software and supporting documentation were developed by
*
* Kuratorium OFFIS e.V.
* Healthcare Information and Communication Systems
*
www.eeworm.com/read/375665/9354000
m atinput.m
function y=atinput
%if there is no input ,output default value
c=input('Please input the Attenuation Coefficient:');
s=isempty(c);
if s==1
y=222.144;
else
y=c;
end
www.eeworm.com/read/375337/9363638
m aawienernoisecancelor.m
function[d,w,xn]=aawienernoisecancelor(dn,a1,a2,v,M,N)
%[en,w,xn]=aawienernoisecancelor(dn,a1,a2,v,M,N);dn=desired signal;
%a1=first order IIR coefficient,a2=first order IIR coefficient;
%v=noise
www.eeworm.com/read/375337/9363702
m aaleakylms.m
function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M)
%function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M)
%all signals are real valued;x=input to filter;
%y=output from the filter;dn=desired signal;
%mu=
www.eeworm.com/read/179061/9375387
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/178344/9407140
m chap9_2f.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/177981/9425070
m coef2b.m
function [b]=coef2b(coefs,thsize);
%
% [b]=coef2b(coefs,thsize);
%
% Converts a coefficient string into a bias
% vector
%
% b = returned bias vector
% coefs = coefficient string
% thsize = nu
www.eeworm.com/read/372487/9508399
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/371917/9530938
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