代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/428376/8874215
gif mode_linear.gif
www.eeworm.com/read/428376/8874384
gif mode_linear.gif
www.eeworm.com/read/428376/8874562
gif mode_linear.gif
www.eeworm.com/read/427909/8913042
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/186599/8923352
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/184769/9079838
c linear-gradient.c
/*
* Copyright © 2005 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that
www.eeworm.com/read/381207/9104640
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/381005/9116552
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/181664/9242547
m linear_recognize.m
%线性系统辨识y=kx+b(k为输入x信号放大倍数,b为平移,y为系统输出)
%**************************************
%信号X:一个线性系统持续时间5秒,每25毫秒采样1次
time=0:0.025:5;
X=sin(sin(time).*time*10);
figure(1);
plot(time,X);
title('输入信号X');
x
www.eeworm.com/read/181664/9242549
asv linear_recognize.asv
%线性系统辨识y=kx+b(k为输入x信号放大倍数,b为平移,y为系统输出)
%**************************************
%信号X:一个线性系统持续时间5秒,每25毫秒采样1次
time=0:0.025:5;
X=sin(sin(time).*time*10);
figure(1);
plot(time,X);
title('输入信号X');
x