代码搜索:valued
找到约 1,026 项符合「valued」的源代码
代码结果 1,026
www.eeworm.com/read/401814/2335640
txt real-valued-weights-training-data.txt
A feature1=4.0 feature3=10.0 feature4=2.0
A feature1=2.0 feature2=4.0 feature4=3.0
A feature2=5.0 feature3=12.0 feature4=4.0
A feature1=1.0 feature3=11.0 feature4=3.0
A feature1=4.0 feature2=5.0 f
www.eeworm.com/read/188324/8550560
m rsval.m
function values = rsval(rs,varargin)
%RSVAL Evaluate rational spline.
%
% VALUES = RSVAL(RS,X) returns the value at X of the rational spline
% whose rBform or rpform is in RS.
%
% Specifi
www.eeworm.com/read/429478/8806456
txt channel 1.m.txt
%randbits(in)
% This function creates a random sequence of 'in' bits valued at 0 and 1.
function out = randbits(in)
out = round(rand(1,in));
www.eeworm.com/read/436953/7758361
m multiplot.m
% X input signal to be ploted.
% Mode can take one of the following values:
% 1: for real valued functions,
% 2: for ploting real and imaginary parts of complex valued vectors,
%
www.eeworm.com/read/305575/13765444
m anatrans.m
function[zp,zn]=anatrans(x)
%ANATRANS Analytic part of signal.
%
% Z=ANATRANS(X) returns the analytic part of the real-valued signal
% X, which is a column vector or a matrix with 'time' in colu
www.eeworm.com/read/303772/13809420
m batmask.m
function c=batmask()
%BATMASK Load a Gabor multiplier symbol for the 'bat' test signal.
% Usage: c=batmask;
%
% BATMASK() loads a Gabor multiplier with a 0/1 symbol that mask out
% the main co
www.eeworm.com/read/237664/13939484
m makenrz.m
%makeNRZ(in)
% This function creates a random sequence of 'in' bits valued at 0 and 1.
% By definition, this is an NRZ code.
function out = makeNRZ(in)
out = round(rand(1,in));
www.eeworm.com/read/429453/8807855
m qpsk.m
function d = qpsk(b)
% d = qpsk(b)
%
% Map the bits to be transmitted into QPSK symbols using Gray coding. The
% resulting QPSK symbol is complex-valued, where one of the two bits in each
% QPSK
www.eeworm.com/read/417673/10980717
des auto-mpg.des
1. Title: Auto-Mpg Data
2. Sources:
(a) Origin: This dataset was taken from the StatLib library which is
maintained at Carnegie Mellon University. The dataset was
www.eeworm.com/read/458010/7314129
m rotqr2qc.m
function qc=rotqr2qc(qr)
%ROTQR2QC converts a matrix of real quaternion vectors into complex form
%
% Inputs:
%
% QR(4m,n) mxn matrix of real-valued quaternions
%
% Outputs:
%
% Q