代码搜索:linear

找到约 10,000 项符合「linear」的源代码

代码结果 10,000
www.eeworm.com/read/416467/11024438

m linear_fit.m

clear all; close all; %数据输入 people=[13.2, 26.8, 33.2, 34.2, 48.4, 66.2, 71.4, 95,113.6, 144.4, 177.4, 209, 249.2, 295.6, 342.2, 377.6, 459, 491.4, 522.2, 540.2, 558.4]; time=1800:10:2000; log_peo
www.eeworm.com/read/469416/6976101

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't
www.eeworm.com/read/467764/7001022

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/458101/7311648

svg linear3.svg

www.eeworm.com/read/458101/7311666

svg linear1.svg

www.eeworm.com/read/453583/7416719

li$ d_linear.li$

www.eeworm.com/read/446239/7583005

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/445573/7593050

asv svc_linear.asv

www.eeworm.com/read/445573/7593052

m svc_linear.m

www.eeworm.com/read/440644/7684828

m linear_interp.m

% File: linear_interp.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with