代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/475710/6775910
m gaussn.m
function g = gaussn(f0,n)
% function gn = gaussn(f0,n) : generates the order n derivative of the
% gaussian window, centered at frequency f0
% The wavelet gn is real, but it is its analytic form
www.eeworm.com/read/233441/6788033
c alg43.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 12 17 15 26 51 19 12 23 35 40
stable sort -- default ascending order
www.eeworm.com/read/233441/6788034
c alg38.c
#include
#include
#include
/* generates:
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying remove_if < 10:
13 21 34
www.eeworm.com/read/233441/6788036
c alg45.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 17 15 26 51 19 12 35 40
stable_partition on even element:
20 22
www.eeworm.com/read/233441/6788067
c alg32.c
#include
#include
#include
#include
/*
* generates:
original array values: 3 5 8 13 21
transform each element by doubling: 6 10 16 26 42
tr
www.eeworm.com/read/475502/6790049
m dtstem.m
function dtstem(line_han,x,y,mode)
% DTSTEM Generates stem plots for various ADSP GUIs.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published
www.eeworm.com/read/474856/6808547
m mmse_mse_calc.m
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/473927/6826002
txt 411.txt
Rule:
--
Sid:
411
--
Summary:
This event is generated when a network host generates an ICMP IPV6 I-Am-Here datagram.
--
Impact:
ICMP Type 34 datagrams are not expected network traffic. Hosts ge
www.eeworm.com/read/471423/6892495
asv mmse_mse_calc.asv
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/471423/6892496
m mmse_mse_calc.m
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;