代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/462777/7196388

m bodemagpaper.m

function BodeMagPaper(om_lo, om_hi, dB_lo, dB_hi) %BodePaper is Matlab code to generate graph paper for Bode plots. It generates %a semilog graphs for making Bode plots of magnitude with the %uni
www.eeworm.com/read/458010/7314148

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/456354/7351305

m bdt_f529.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 minus_in
www.eeworm.com/read/456354/7351311

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 minus_in
www.eeworm.com/read/455050/7378402

c data.c

/* primitive arbitrary-data frontend for netcat. 0.9 960226 only handles one value per ascii line, but at least parses 0xNN too an input line containing "%r" during "-g" generates a random byte
www.eeworm.com/read/454938/7381242

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/454938/7381243

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/454938/7381245

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/454938/7381276

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/452948/7428857

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;