代码搜索:Performance

找到约 6,114 项符合「Performance」的源代码

代码结果 6,114
www.eeworm.com/read/162773/10274138

m qpsk_performance.m

%% QPSK误码率及误符号率 clear all; clc; Ebn0=0:10; for i=1:length(Ebn0) sigma(i)=sqrt(10^(-Ebn0(i)/10)); end nfr=1000; frame=1000; j=sqrt(-1); for s=1:length(sigma) for n=1:nfr x=round(r
www.eeworm.com/read/353994/10399435

rss performance_loc.rss

// // Performance_loc.rss - Application registration file for Er9 // // Copyright (C) UIQ Technology AB, 2007 // // This material is provided "as is" without any warranty to its performance or fu
www.eeworm.com/read/353994/10399455

rss performance_reg.rss

// // Performance_reg.rss - Application registration file for Er9 // // Copyright (C) UIQ Technology AB, 2007 // // This material is provided "as is" without any warranty to its performance or fu
www.eeworm.com/read/424783/10413203

c fs_performance.c

/* ********************************************************************** * Micrium, Inc. * 949 Crestview Circle * Weston, FL 333
www.eeworm.com/read/349842/10796629

m predict_performance.m

function a = predict_performance(algorithm, algorithm_params, features, targets, region) % Predict the final performance of an algorithm from the learning curves % Inputs: % algorithm
www.eeworm.com/read/459857/7264065

m mimo_performance.m

% SIMO Channel Performance Test clc; clear all; EbN0dB=1:3:30; Mt=1; Nr=2; Es=1; M=2; errlimit=50; totallimit=100000 EbN0=10.^(EbN0dB./10); sigma2=Nr*Es./(EbN0.*Mt.*M); for l=1:length(
www.eeworm.com/read/457360/7326565

afl performance check.afl

//------------------------------------------------------------------------------ // // Formula Name: Performance Check // Author/Uploader: Frank Snay // E-mail: fesnay@san.rr.com