代码搜索:CAPACITY
找到约 2,190 项符合「CAPACITY」的源代码
代码结果 2,190
www.eeworm.com/read/351262/10668326
m capacity.m
function [cap]=Capacity(N,SNR,Hn,t,S,U)
r=10^(SNR/10);
for k=1:N
Hsut=Hn{k};
i=1;
for i=1:t
A=Hsut{i,1};
A=A';
cap(k,i)=log2(det(eye(U)+(r/S)*A*ctranspose(A)));
i=i+1;
www.eeworm.com/read/416320/11033266
c capacity.c
// ------------------------------------------------------------------------
// File: capacity.c
//
// Compute the constellation-constrained capacity of an AWGN channel
//
// References:
//
//
www.eeworm.com/read/465504/7055764
m capacity.m
function [cap]=Capacity(N,SNR,Hn,t,S,U)
r=10^(SNR/10);
for k=1:N
Hsut=Hn{k};
i=1;
for i=1:t
A=Hsut{i,1};
A=A';
cap(k,i)=log2(det(eye(U)+(r/S)*A*ctranspose(A)));
i=i+1;
www.eeworm.com/read/461382/7228213
m capacity.m
% Capacity determines the ergodic capacity under modulation constraints
%
% The calling syntax is:
% [output] = capacity( input, data )
%
% output = Instantaneous capacity of this frame
www.eeworm.com/read/461382/7228279
c capacity.c
/* File: Capacity.c
Description: Determines capacity of M-ary modulation
The calling syntax is:
[output] = capacity( input, data )
Where:
output = Instantaneous capacity of
www.eeworm.com/read/461382/7228396
dll capacity.dll
www.eeworm.com/read/436538/7768122
cpp capacity.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/436538/7768146
cpp capacity.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/436514/7768786
cpp capacity.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/295861/8136229
c capacity.c
// ------------------------------------------------------------------------
// File: capacity.c
//
// Compute the constellation-constrained capacity of an AWGN channel
//
// References:
//
//