代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/300728/13895807
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/135719/13907829
h plotmtv.h
/**********************************************************************
MPEG-4 Audio VM
This software module was originally developed by
Bodo Teichmann Fraunhofer Institute of Erlangen tmn@iis.fhg.
www.eeworm.com/read/300368/13917870
java dvector.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/135535/13922507
cc s_las2.cc
// File: s_las2.cc -- Implements the las2 class
// Author: Suvrit Sra
// Date: 14 nov, 2003
/*************************************************************************
THE ORIGINAL SVDPAKC COPYRIGHT
www.eeworm.com/read/135259/13944327
cpp max_elem.cpp
#include "stlexam.h"
#pragma hdrstop
/**************************************************************************
*
* max_elem.cpp - Example program for finding maximum value in a range.
*
www.eeworm.com/read/235612/14060025
m fftrl.m
function [spec,f]= fftrl(s,t,percent,n)
% FFTRL: forward Fourier transform for real-valued signals.
%
% [spec,f]= fftrl(s,t,percent,n)
% [spec,f]= fftrl(s,t,percent)
% [spec,f]= fftrl(s,t)
%
%
www.eeworm.com/read/235612/14060042
m levrec.m
function x=levrec(aa,b);
% LEVREC: solve Tx=b using Levinson's recursion
%
% x=levrec(aa,b)
%
% This function solves the matrix equation Tx=b for the vector
% x using Levinson recursion. The sy
www.eeworm.com/read/235612/14060073
m vint2t.m
function [t1,t2]=vint2t(vint,z,zout,tnot)
% VINT2T: compute time given interval velocity versus depth
%
% [t1,t2]=vint2t(vint,z,zout,tnot)
% [t1,t2]=vint2t(vint,z,zout);
% t1=vint2t(vint,z);
%
www.eeworm.com/read/235612/14060139
m qmatrix.m
function qmat=qmatrix(q,t,w,tw)
%QMATRIX ... create a matrix that applies a forward Q filter
%
% qmat=qmatrix(q,t,w,tw)
%
% Generates a matrix which applies a forward q filter. The qmatrix is
%
www.eeworm.com/read/235612/14060159
m spike.m
function imp=spike(v,n)
% SPIKE: create a signal with a single impulse in it
%
% imp=SPIKE(v,n)
% imp=SPIKE(v)
%
% returns a vector of the same size as v which is zero
% except at sample n whe