代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/164422/10108702
m# #linear_regression.m#
function [muY, SigmaY, weightsY] = linear_regression(X, Y, varargin)
% LINEAR_REGRESSION Fit params for P(Y|X) = N(Y; W X + mu, Sigma)
%
% X(:, t) is the t'th input example
% Y(:, t) is the t'th ou
www.eeworm.com/read/164422/10108742
m linear_regression.m
function [muY, SigmaY, weightsY] = linear_regression(X, Y, varargin)
% LINEAR_REGRESSION Fit params for P(Y|X) = N(Y; W X + mu, Sigma)
%
% X(:, t) is the t'th input example
% Y(:, t) is the t'th ou
www.eeworm.com/read/356723/10222114
m linear_array.m
function [emod] = linear_array (ne, d, beta0)
eps = 0.0000001;
beta = 0 : pi / 10791 : 2.*pi;
beta0 = beta0 * pi /180.;
var = sin(beta) - sin(beta0);
num = sin((0.5 * ne * 2. * pi * d) .* var);
www.eeworm.com/read/356183/10235371
m linear_array.m
function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits);
% This function computes and returns the gain radiation pattern for a linear array
% It uses the FFT to computes th
www.eeworm.com/read/426179/10276854
cpp linear_pll.cpp
//
// File = linear_pll.cpp
//
//#include
//#include
#include "parmfile.h"
#include "misdefs.h"
#include "model_error.h"
#include "linear_pll.h"
#include "butt_filt_
www.eeworm.com/read/280845/10288613
flt linear5.flt
www.eeworm.com/read/280845/10288632
flt linear4.flt
www.eeworm.com/read/280845/10288635
flt linear8.flt
www.eeworm.com/read/355157/10290187
m linear_dyn.m
% linear_dyn.m
% returns an offset that can be added to data that increases linearly with
% time, based on cputime, first time it is called is start time
%
% equation is: offset = (cputime - tnot)
www.eeworm.com/read/354405/10358319
h icc_linear.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*