代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/310630/6343725
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/483253/6601767
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/481504/6641945
m gosimulation.m
%************************************************************************************
%
% Copyright 2002 The Mobile and Portable Radio Research Group
%
% Controls the processing for the Go Button
www.eeworm.com/read/477739/6733537
m gosimulation.m
%************************************************************************************
%
% Copyright 2002 The Mobile and Portable Radio Research Group
%
% Controls the processing for the Go Button
www.eeworm.com/read/406072/11449898
h vtrans.h
//------------------------------------------------------------------------------
// File: VTrans.h
//
// Desc: DirectShow base classes - defines a video transform class.
//
// Copyright (c) 1992-
www.eeworm.com/read/402595/11532448
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/262283/11594842
h dv1394.h
/*
* dv1394.h - DV input/output over IEEE 1394 on OHCI chips
* Copyright (C)2001 Daniel Maas
* receive by Dan Dennedy
*
* based on:
* video1394.h - dr
www.eeworm.com/read/346523/11739543
m addcp.m
function [Frames]=addCP(Data,Num)
Frames=[];
for j=1:26
for i=1:1024
Frames(i+Num,j)=Data(i,j);
end
for i=1:Num
Frames(i,j)=Data(i+1024-Num,j);
end
end
www.eeworm.com/read/255692/12064613
readme
tmn
===
Version 3.0, May 27, 1997
(C) Department of Electrical Engineering
University of British Columbia CANADA.
Michael Gallant
www.eeworm.com/read/255692/12064756
readme
tmn
===
Version 3.0, May 27, 1997
(C) Department of Electrical Engineering
University of British Columbia CANADA.
Michael Gallant