代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/198947/7902975

m obje.m

%PERFORM Evaluate the performance of an TEQ in terms of % SSNR, SNR, geometric SNR, and channel capacity. % [SS, S, Si, Sg, Mg, Bf, Bm, Rf, Rm, Hw, Fh, Fw, Nc, Fhw] = % PERFORM(W,B,H,D,Nb,NN,X,N,Ph,P
www.eeworm.com/read/398836/7916372

readme

A Kalman filter C++ class, V 1.3 This class defines a Kalman filter object that is designed to use any type of dynamical system, defined as a Dynamics object. This information is passed to the
www.eeworm.com/read/398648/7932151

m mmono.m

function f=mmono(x) %MMONO Test for Monotonic Vector. % MMONO(X) where X is a vector returns: % 2 if X is strictly increasing, % 1 if X is non decreasing, % -1 if X is non increasing, %
www.eeworm.com/read/198056/7952848

h cga.h

#ifndef CGA_H #define CGA_H //------------------------------------------------------------------------ // // Name: Cga.h // // Author: Mat Buckland 2002 // // Desc: The evolutionary algori
www.eeworm.com/read/197958/7960390

m plot.m

%二维图(一元函数图) %用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %图形的线型,标记,颜色均可设定,常用有 % 颜色 | 线型 标记 % --------------------- -
www.eeworm.com/read/197958/7960805

m interp1.m

function yi = interp1(varargin) % yi=interp1(x,y,xi)根据数据(x,y)给出在xi的线性插值结果yi. % yi=interp1(x,y,xi,'spline')使用三次样条插值. % yi=interp1(x,y,xi,'cubic')使用三次插值. % 例如 % clear;close;fplot('sin',[0,2*pi]);
www.eeworm.com/read/197653/7982566

html complexity.html

STL Complexity Specification
www.eeworm.com/read/197108/8028795

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/196856/8054188

m medianfilter.m

function [y] = MedianFilter(x, wla, pfa) %MedianFilter: Median Filter % % [y] = MedianFilter(x,w,pf) % % x Input signal % wl Width of the sliding window in samples (odd integer). %
www.eeworm.com/read/196814/8058452

m plot.m

%二维图(一元函数图) %用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %图形的线型,标记,颜色均可设定,常用有 % 颜色 | 线型 标记 % --------------------- -