代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/346656/11733900
cgi commute_lines.cgi
#!/usr/bin/perl -wT
use strict;
use CGI;
use GD::Graph::lines;
use constant TITLE => "Average Commute Time: Line Chart";
my $q = new CGI;
my $graph = new GD::Graph::lines( 400, 300 );
my @data
www.eeworm.com/read/346656/11733901
cgi commute_bars.cgi
#!/usr/bin/perl -wT
use strict;
use CGI;
use GD::Graph::bars;
use constant TITLE => "Average Commute Time: Bar Chart";
my $q = new CGI;
my $graph = new GD::Graph::bars( 400, 300 );
my @data =
www.eeworm.com/read/346656/11733905
cgi commute_mixed.cgi
#!/usr/bin/perl -wT
use strict;
use CGI;
use GD::Graph::mixed;
use constant TITLE => "Average Commute Time: Mixed Chart";
my $q = new CGI;
my $graph = new GD::Graph::mixed( 400, 300 );
my @data
www.eeworm.com/read/252197/12293928
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c
www.eeworm.com/read/221503/14739682
m pts-papr.m
% PTS--PAPR Simulation
%
% Reference: S. H. Müller and J. B. Huber, “OFDM with Reduced
% Peak–to–Average Power Ratio by Optimum Combination
% of Partial Transmit Sequences,” Elect. Lett., vol. 3
www.eeworm.com/read/216045/15028731
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c
www.eeworm.com/read/213940/15121949
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c
www.eeworm.com/read/213655/15127931
m ar.m
% Amplified reduction--PAPR Simulation
%
% Reference: R. W. B?uml, R. F. H. Fisher, and J. B. Huber,
%“Reducing the Peak-to-Average Power Ratio of Multicarrier Modulation by
% Selected Mapping
www.eeworm.com/read/210159/15205770
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c