代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/140851/13058391
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/241929/13108586
gif mode_linear.gif
www.eeworm.com/read/139775/13134997
m linear_events.m
function [d] = linear_events(dt,f0,tmax,h,tau,p,amp);
%LINEAR_EVENTS: A program to generate data containing linear
% events.
%
% [d] = linear_events(dt,f0,tmax,h,tau,p,amp);
%
% IN d
www.eeworm.com/read/240779/13198534
vi db_linear.vi
www.eeworm.com/read/138798/13211434
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/239554/13272528
h linear_pll.h
//
// File = linear_pll.h
//
#ifndef _LINEAR_PLL_H_
#define _LINEAR_PLL_H_
#include "signal_T.h"
#include "anlg_filt_iir.h"
class LinearPLL : public PracSimModel
{
public:
LinearPLL(
www.eeworm.com/read/238965/13312762
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/238910/13315162
m linear_fft.m
% File: linear_fft.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 Wir
www.eeworm.com/read/137266/13336517
gif mode_linear.gif
www.eeworm.com/read/321971/13391673
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)