代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/149095/12404065
fis s_linear.fis
[System]
Name='s_linear'
Type='mamdani'
Version=2.0
NumInputs=1
NumOutputs=1
NumRules=9
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='slinear'
www.eeworm.com/read/250314/12414811
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/148745/12431389
rar linear_fft.rar
www.eeworm.com/read/148745/12431397
m linear_fft.m
function [fftx,freq]=linear_fft(x,n,ts)
y=zeros(1,n);
for k=1:n
freq(k)=(k-1-(n/2))/(n*ts);
y(k)=x(k)*((-1.0)^(k+1));
end
fftx=fft(y)/n;
www.eeworm.com/read/148745/12431405
asv linear_fft.asv
%file:linear_fft.m
% this function takes n (must be even)time domain samples(real or complex)
% and finds the psd by taking (fft/n)^2
% the two sided spectrum is produced by shifting the psd.
% th
www.eeworm.com/read/233013/14173809
m linear_events.m
function [d,t,h] = linear_events(dt,f0,tmax,h,tau,p,amp,snr,L);
%LINEAR_EVENTS: A program to generate data containing linear events.
%
% [d] = linear_events(dt,f0,tmax,h,tau,p,amp,snr,L);
%
% IN d
www.eeworm.com/read/232704/14184929
m exp_linear.m
%指数函数与线性函数的交点
function y=exp_linear(x,a,b)
y=exp(x)+a*x-b;
www.eeworm.com/read/232588/14191643
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/232502/14193960
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/232502/14193963
m linear_psd.m
% File: linear_psd.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