代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/339293/12244491
m~ fod.m~
% function fod = fod(k,tau,theta,n)
%
% Generates state-space realization of first-order with delay process
% k - gain
% tau - time constant
% theta - delay
% n - order used for Pade ap
www.eeworm.com/read/339293/12244589
m fod.m
% function fod = fod(k,tau,theta,n)
%
% Generates state-space realization of first-order with delay process
% k - gain
% tau - time constant
% theta - delay
% n - order used for Pade ap
www.eeworm.com/read/150238/12302739
m randfilt.m
function [y,zf,u]=randfilt(pb,pa,ny,zi)
%RANDFILT Generate filtered gaussian noise without initial transient
%
% Generates noise by passing gaussian noise through a filter pb/pa
% output signal y
www.eeworm.com/read/150226/12303961
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/150226/12304001
m dendrogram.m
function [h,T] = dendrogram(Z,p)
%DENDROGRAM Generate dendragram plot.
% DENDROGRAM(Z) generates a dendrogram from the output matrix of
% LINKAGE. Z is a (M-1) by 3 matrix. M is the number of
www.eeworm.com/read/150226/12304006
m donuts1.m
function Ag = donuts1(n);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% April, 2000
% Function generates the dataset for the 2-DONUTS problem
%
% n -> Number of training samples (odd numbers
www.eeworm.com/read/338293/12314624
m regutm.m
function [A,U,V] = regutm(m,n,s)
%REGUTM Test matrix for regularization methods.
%
% [A,U,V] = regutm(m,n,s)
%
% Generates a random m-times-n matrix A such that A*A' and A'*A
% are oscillating. Hence
www.eeworm.com/read/337458/12367487
dpr project1.dpr
program Project1;
{$APPTYPE CONSOLE}
uses
SysUtils;
//begin
{ TODO -oUser -cConsole Main : Insert code here }
//end.
//program PL0;
{ PL/0 compile program which generates codes
www.eeworm.com/read/148785/12426373
c alg49.c
#include
#include
#include
/* generates:
original element sequence of first container:
0 1 2 3 4 5 6 7 8 9
original element sequence of second cont
www.eeworm.com/read/250063/12437208
m test1.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_