代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/350382/10745692
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/349849/10796018
m sqw.m
function y=sqw(t,T,d)
%SQW Square wave generation
% sqw(t,T,d) generates a square wave of period T
% that oscillates between 0 and 1 for the time elements
% in vector t. The duty cycled determines
www.eeworm.com/read/418779/10924835
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/271244/11002000
m hhtpabunfilt.m
function [h,xs,w] = hhtpabunfilt(data,nyy,minw,maxw,t0,t1)
% The function HHTPABUNFILT generates a phase image of Hilbert spectrum
% with fixed frequency range for data(n,k), where
% n specifie
www.eeworm.com/read/416040/11043677
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/322305/7072569
m mrs_plot.m
function mrs_plot(PrSpike,Data)
%MRS_PLOT Plot calibration results for a 2-state MRS model.
% MRS_PLOT(PRSPIKE,DATA) generates a figure with two panels visualizing
% calibration results for a 2
www.eeworm.com/read/236873/7119032
m histndim.m
function [v,t]=histndim(x,b,mode)
%HISTNDIM - generates and/or plots an n-dimensional histogram
%
% Inputs: X(m,d) is the input data: each row is one d-dimensiona data point
% B(3,d)
www.eeworm.com/read/463748/7175957
m bdt_f527.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % tolerance used for the integration
min