代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/187078/8858541
m fashe.m
function fasheji
Pow = -30; % Average transmitted power (dBm)
fc = 50e9; % sampling frequency
numbits = 8; % number of bits generated by the source
Ts =30e-9;
Nh = 15;
www.eeworm.com/read/187074/8858646
m fashejiboxing.m
function asdas
Pow = -30; % Average transmitted power (dBm)
fc = 50e9; % sampling frequency
numbits = 4; % number of bits generated by the source
Ts =5e-9; % frame time
www.eeworm.com/read/182284/9209012
m shiyan_u0.m
clear;
clc;
close all;
SNRdB=12;
P_input_average=1e-6;
canshu1;%单位(mW)
M1=1;%for 2-DPSK %单位(-dB)
www.eeworm.com/read/181164/9272091
note release.note
WxLib is a C++ library converting average syscalls and C-library functions
Project progresses from planning status to pre-alpha status.
Due to WyCSeg revisions and added functions, printf/sscan
www.eeworm.com/read/177981/9424912
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/371706/9540969
m smooth_spectrum.m
function [P,f,w,tw] = smooth_spectrum(d,dt,L,io);
%SMOOTH_SPECTRUM: Power spectrum estimate by smoothing the periodogram.
% For more than one trace provides the average spectrum
%
www.eeworm.com/read/175135/9558501
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()
www.eeworm.com/read/371259/9558867
m ptspapr.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,”
clea
www.eeworm.com/read/164272/10120046
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/358682/10182129
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()