代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/252197/12293802
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
clear
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/226560/14459012
cpp strsize.cpp
//: C01:StrSize.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include
#include
www.eeworm.com/read/122684/14675353
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/216045/15028650
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
clear
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/213940/15121919
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
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. P/N0.
www.eeworm.com/read/210160/15205733
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
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. P/N0.
www.eeworm.com/read/476080/6773406
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
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. P/N0.
www.eeworm.com/read/173140/9670875
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. P/N
www.eeworm.com/read/171676/9743248
java vector.java
import java.util.*;
class vector
{
public static void main(String args[])
{
Vector vector = new Vector(5);
System.out.println("Capacity: " + vector.capacity());
www.eeworm.com/read/414455/11111264
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
clear
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.