代码搜索:PAPR
找到约 103 项符合「PAPR」的源代码
代码结果 103
www.eeworm.com/read/288003/8655324
m papr.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Creative Commons
% Attribution-Noncommercial 2.5 India
% You are free:
% Under the following conditions:
% Attribution. You must attribute the work
www.eeworm.com/read/461482/7226815
asv papr.asv
clear all;
M = 16;
N = 64;
L = 1000;
PAPR1 = [];
for i=1: L
percent = i / L
[papr1]= original_PAPR(M, N, percent);
PAPR1 = [PAPR1 papr1];
end
ccdf_plot(PAPR1,'-o');
www.eeworm.com/read/461482/7226816
m papr.m
clear all;
M = 16;
N = 64;
L = 1000;
PAPR1 = [];
for i=1: L
percent = i / L
[papr1]= original_PAPR(M, N, percent);
PAPR1 = [PAPR1 papr1];
end
ccdf_plot(PAPR1,'-o');
www.eeworm.com/read/451433/7463967
fig papr.fig
www.eeworm.com/read/313894/13579915
m papr.m
% Program 2-1-1
% papr1.m
% Function to calculate papr of the input data
% programmed by phui
function papr_in_dB=papr(y)
%****************** variables *************************
% y :
www.eeworm.com/read/313892/13579932
m papr.m
% Program 2-1-1
% papr1.m
% Function to calculate papr of the input data
% programmed by phui
function papr_in_dB=papr(y)
%****************** variables *************************
% y :
www.eeworm.com/read/313885/13580105
m papr.m
% Program 2-1-1
% papr1.m
% Function to calculate papr of the input data
% programmed by phui
function papr_in_dB=papr(y)
%****************** variables *************************
% y :
www.eeworm.com/read/432906/1888282
h papr.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/432906/1888288
s papr.s
/*
* Copyright (C) 2005 Jimi Xenidis , IBM Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/432906/1888864
h papr.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of