代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/424063/10501238
m sfunpsd.m
function [sys, x0] = sfunpsd(t,x,u,flag,fftpts,npts,HowOften,offset,ts,averaging)
%SFUNPSD an S-function which performs spectral analysis using ffts.
%
% This M-file is designed to be used
www.eeworm.com/read/351732/10614635
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/418911/10891943
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/271450/10994005
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
www.eeworm.com/read/466518/7026215
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/201151/7149356
m my_bootstrap3.m
function [samples,q] = my_bootstrap3(F,actualx,y,R,Q,initx,initV,numSamples) % output samples and q are 500-50 Matrix.
% PURPOSE : This m file performs the bootstrap algorithm (a.k.a. SIR,
%
www.eeworm.com/read/445967/7587089
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/445967/7587096
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/443686/7628396
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/440070/7694824
html svd.html
svd
Description of the program: svd
This program performs a global SVD. It gives the si