代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/178378/9405065
cpp strsize.cpp
//: C18:StrSize.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include
#include
using
www.eeworm.com/read/355030/10301367
cpp strsize.cpp
//: C17:StrSize.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include
#include
www.eeworm.com/read/424063/10499179
m ip_08_03.m
% MATLAB script for Illustrative Problem 3, Chapter 8.
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,
www.eeworm.com/read/424063/10499199
m ip_08_02.m
% MATLAB script for Illustrative Problem 2, Chapter 8.
echo on
pn0_db=[-20:0.1:30];
pn0=10.^(pn0_db./10);
capacity=3000.*log2(1+pn0/3000);
pause % Press a key to see a plot of channel capacity vs
www.eeworm.com/read/423536/10552818
m ip_08_03.m
% MATLAB script for Illustrative Problem 3, Chapter 8.
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,
www.eeworm.com/read/423536/10552834
m ip_08_02.m
% MATLAB script for Illustrative Problem 2, Chapter 8.
echo on
pn0_db=[-20:0.1:30];
pn0=10.^(pn0_db./10);
capacity=3000.*log2(1+pn0/3000);
pause % Press a key to see a plot of channel capacity vs
www.eeworm.com/read/271450/10994757
cpp strsize.cpp
//: C17:StrSize.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include
#include
www.eeworm.com/read/467324/7009727
m ip_08_03.m
% MATLAB script for Illustrative Problem 3, Chapter 8.
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,
www.eeworm.com/read/467324/7009731
m ip_08_02.m
% MATLAB script for Illustrative Problem 2, Chapter 8.
echo on
pn0_db=[-20:0.1:30];
pn0=10.^(pn0_db./10);
capacity=3000.*log2(1+pn0/3000);
pause % Press a key to see a plot of channel capacity vs
www.eeworm.com/read/165343/7143851
m plotcapcmp.m
% plot and compare the capacity of the AWGNC and the BAWGNC
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
snr = 0.001:0.25:6.001;