代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/340471/12155745
m ighm.m
function a=IGHM(b)
%IGHM Single-level inverse discrete 2-D multiwavelet transform.
% IGHM performs a single-level 2-D multiwavelet reconstruction
% using GHM multiwavelet with four multi-filter
www.eeworm.com/read/339575/12224540
m wcdmasecondinterleaver.m
function int_table = WcdmaSecondInterleaver(numBits);
% Performs second interleaver as specified by 3GPP TS 25.212.
% Inter-column permutation pattern for 2nd interleaver
perm = [0 20 10 5 15 25
www.eeworm.com/read/338293/12314497
m cgls.m
function [X,rho,eta,F] = cgls(A,b,k,reorth,s)
%CGLS Conjugate gradient algorithm applied implicitly to the normal equations.
%
% [X,rho,eta,F] = cgls(A,b,k,reorth,s)
%
% Performs k steps of the conjug
www.eeworm.com/read/250980/12372137
m ekf_update.m
function [x,P]= EKF_update(zfunc, dzfunc, x,P, z,R, varargin)
%[x,P] = EKF_update(zfunc,dzfunc, x,P, z,R, ...)
%
% This function performs an extended Kalman filter update with numerical approximati
www.eeworm.com/read/228658/14371241
m prep2d_appe.m
function fp=prep2D_appe(f,pflt)
%fp=prep2D_appe(f,pflt)
%
% This function performs critically sampled preprocessing of given
% 2-dimensional signal. Boundaries are handled by periodic extension
www.eeworm.com/read/228658/14371262
m prep1d_appe.m
function fp=prep1D_appe(f,pflt)
%fp=prep1D_appe(f,pflt)
%
% This function performs critically sampled preprocessing of given
% 1-dimensional signal. Boundaries are handled by periodic extension
www.eeworm.com/read/226560/14459043
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/125092/14513582
m prep2d_appe.m
function fp=prep2D_appe(f,pflt)
%fp=prep2D_appe(f,pflt)
%
% This function performs critically sampled preprocessing of given
% 2-dimensional signal. Boundaries are handled by periodic extension
www.eeworm.com/read/125092/14513609
m prep1d_appe.m
function fp=prep1D_appe(f,pflt)
%fp=prep1D_appe(f,pflt)
%
% This function performs critically sampled preprocessing of given
% 1-dimensional signal. Boundaries are handled by periodic extension
www.eeworm.com/read/122684/14674549
cpp trashprototypeinit.cpp
//: C25:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Performs ini