代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/258131/11882901
c capacitytablelookup.c
/* CapacityTableLookup returns the instantaneous capacity for a particular
channel realization by using a precalculated AWGN capacity table.
Since the table does not generally contain capacity
www.eeworm.com/read/223481/14639310
c capacitytablelookup.c
/* CapacityTableLookup returns the instantaneous capacity for a particular
channel realization by using a precalculated AWGN capacity table.
Since the table does not generally contain capacity
www.eeworm.com/read/289642/8537949
m capacitymm.m
function sum_inst_cap = capacityMM(nTx, nRx, H, e, V, Plinear, sigma_N_2);
% sum_inst_cap = capacity(nTx, nRx, H, e, s, V, Plinear, sigma_N_2)
%
% Computes the capacity of the channel from the EVD
www.eeworm.com/read/431631/8664420
m ip_08_04.m
% MATLAB script for Illustrative Problem 8.4.
echo on
a_db=[-13:0.5:13];
a=10.^(a_db/10);
c_hard=1-entropy2(Q(a));
for i=1:53
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('
www.eeworm.com/read/431631/8664427
m ip_08_01.m
% MATLAB script for Illustrative Problem 8.1.
echo on
gamma_db=[-20:0.1:20];
gamma=10.^(gamma_db./10);
p_error=q(sqrt(2.*gamma));
capacity=1.-entropy2(p_error);
pause % Press a key to see a plo
www.eeworm.com/read/287843/8665186
m ip_08_01.m
% MATLAB script for Illustrative Problem 8.1.
clear
echo on
gamma_db=[-20:0.1:20];
gamma=10.^(gamma_db./10);
p_error=q(sqrt(2.*gamma));
capacity=1.-entropy2(p_error);
pause % Press a key to se
www.eeworm.com/read/287843/8665583
m ip_08_04.m
% MATLAB script for Illustrative Problem 8.4.
clear
echo on
a_db=[-13:0.5:13];
a=10.^(a_db/10);
c_hard=1-entropy2(Q(a));
for i=1:53
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)
www.eeworm.com/read/386582/8737519
c mspace.c
/* Copyright 2006 The Android Open Source Project */
/* A wrapper file for dlmalloc.c that compiles in the
* mspace_*() functions, which provide an interface for
* creating multiple heaps.
*/
#inc
www.eeworm.com/read/382552/9020847
txt errors1.txt
*The debugging of the wordlist.cpp*
1.
The first error was hidden in this piece of word:
"delete word_list;".
word_list was dynamicly distributed with more than one block of memory
www.eeworm.com/read/381752/9073574
cpp chapter6-25.cpp
//文件名:CHAPTER6-25.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
//create empty vector for strings
vector sentence;