代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/448350/7534430
m lpcconv.m
function s=lpcconv(from,to,x,y,np)
%LPCCONV(from,to,x,y)->s convert between LPC parameter sets
%
% The output is a string that may be passed to eval(s)
% x and y are optionally the input and outpu
www.eeworm.com/read/448244/7536066
m differentialevolution.m
function varargout = differentialevolution(DEParams, paramDefCell, ...
objFctHandle, objFctSettings, objFctParams, emailParams, optimInfo)
%DIFFERENTIALEVOLUTION Start Differential Evolution optim
www.eeworm.com/read/440750/7682179
m readsfs.m
function [y,fs,hd,ffx]=readsfs(ff,ty,sub,mode,nmax,nskip,xpath)
%readsfs Read a .SFS format sound file [Y,FS,HD,FFX]=(FF,TY,SUB,MODE,NMAX,NSKIP,XPATH)
%
% The SFS (Speech Filing System) is a packa
www.eeworm.com/read/440750/7682189
m lpcconv.m
function s=lpcconv(from,to,x,y,np)
%LPCCONV(from,to,x,y)->s convert between LPC parameter sets
%
% The output is a string that may be passed to eval(s)
% x and y are optionally the input and outpu
www.eeworm.com/read/299178/7881280
m int2str.m
function s = int2str(x)
%INT2STR Convert integer to string.
% S = INT2STR(X) rounds the elements of the matrix X to
% integers and converts the result into a string matrix.
% Return NaN and
www.eeworm.com/read/399071/7896708
m apsd_dpsd.m
%
function drms = APSD_DPSD(f,a)
%
n=length(f);
%
for i=1:n
a(i)=a(i)*(386.^2)/((2.*pi*f(i))^4);
end
%
MAX = 5000;
%
ra=0.;
vrms=0.;
iflag=0;
%
for i=1:MAX
s(i)=0.;
end
%
nn
www.eeworm.com/read/298649/7946892
c input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.
www.eeworm.com/read/196842/8054946
m runexp.m
%RunExp >> Automation function
% Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen.
% Arguments : (optional) noRuns ->
www.eeworm.com/read/333524/12677447
m lcplottf.m
function LCplotTF(H,L0,param)
% LCplotTF(H,L0,param)
%Plot some graphs associated with the LC system.
%
%Arguments
% H The closed-loop noise transfer function (in z).
% L0 The open-loop tf (in s) from