代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/320227/13430506

m pn_test.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_
www.eeworm.com/read/320176/13431569

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/320172/13431662

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/320160/13431902

m nspab.m

function h1= nspab(data,nyy,minw,maxw,dt) % The function NSPAB generates a smoothed HHT spectrum of data(n,k) % in time-frequency space, where % n specifies the length of time series, and %
www.eeworm.com/read/319970/13438199

m fmodany.m

function [y,iflaw]=fmodany(iflaw,t0); %FMODANY Signal with arbitrary frequency modulation. % [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated % signal whose instantaneous frequency law is a
www.eeworm.com/read/319604/13448358

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/319604/13448368

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/319604/13448369

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/313956/13578323

m randbit.m

function out = randbit(n, m, prob, seed); %RNADBIT Binary noise generator. % OUT = RANDBIT(N, M) generates an N-by-M zero matrix with an single % "1" randomly placed in any bit of each
www.eeworm.com/read/313151/13595104

java compareints.java

// control/CompareInts.java // TIJ4 Chapter Control, Exercise 2, page 139 /* Write a program that generates 25 random int values. For each value, use an * if-else statement to classify it as greate