代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/189239/8482990
m shadow.m
% Program 7-6
%
% shadow.m
%
% This function generates attenuation of shadowing
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = shadow(sigma)
anoz = randn;
db = sig
www.eeworm.com/read/189239/8482995
m holdtime.m
% Program 7-5
%
% holdtime.m
%
% This function generates holding time
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = holdtime(ht)
para = rand;
while para >= 1
www.eeworm.com/read/289731/8532026
c alg24.c
// heap stuff -- need to merge
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/289731/8532069
c alg27.c
#include
#include
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/433142/8543104
m random_binary.m
%子程序
function [x,bits] =random_binary(nbits,nsamples)
%this function generates a random binary waveform of length nbits
%sampled at a rate of nsamples/bit
x=zeros(1,nbits*nsamples);
bits=round(ra
www.eeworm.com/read/288910/8594734
c alg24.c
// heap stuff -- need to merge
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/288910/8594781
c alg27.c
#include
#include
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/387425/8683695
v tb_eth_top.v
Please use tb_ethernet.v for testbench. Testbench will soon be
updated.
//////////////////////////////////////////////////////////////////////
`in
www.eeworm.com/read/386050/8769288
m isclassifier.m
%ISCLASSIFIER Test on normed classifier
%
% I = ISCLASSIFIER(W)
% ISCLASSIFIER(W)
%
% A mapping W is a classifier if its OUT_CONV field is larger
% than zero. In that case confidences will be r
www.eeworm.com/read/384965/8826445
c alg24.c
// heap stuff -- need to merge
#include
#include
#include
template
void print_elements( Type elem ) { cout