代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/454938/7381325
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to
www.eeworm.com/read/446971/7562079
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to
www.eeworm.com/read/299946/7819370
m channelcapacity_batch.m
%% Channel Capacity of MIMO
clear;
clc;
results=zeros(51,5);
Re_CorrelationMatrix=zeros(4,4,51);
for mm=1:4
Re_CorrelationMatrix(mm,mm,:)=1;
end
Coefficient_1_2=zeros(1,51);
Coeffi
www.eeworm.com/read/299946/7819372
m channelcapacity.m
%% Channel Capacity of MIMO
temp=MyAngleSpread/2/180*pi;%temp是用弧度表示的扩展角的一半
Coefficient_1_2=quadv(@CorrCoe_1_2,-temp,temp)/2/temp;
Coefficient_1_3=quadv(@CorrCoe_1_3,-temp,temp)/2/temp;
Coeffici
www.eeworm.com/read/299946/7819386
m ccdf_test.m
% ccdf test
%这个程序是求了100此信道容量,因为信道是随机的,所以每次求得的信道容量肯定不一样,作图的结果是把
%每次求得的信道容量展示出来,可以看出信道容量是随机的,不过两端的值很少,中间值较多
clear;
clc;
<mark>Capacity</mark>=zeros(1,100);
for mm=1:100 %测试一百次,得出一个mimo随机信道容量向量
H=sqrt(1/2)*ran ...
www.eeworm.com/read/298828/7932774
m waterfill_block.m
%Block Diagonal Waterfilling
%Authors: Nihar Jindal, Wonjong Rhee, Sriram Vishwanath, Syed Jafar, Andrea
%Goldsmith
%Date: 6/20/05
function [capacity, Ex] = waterfill_block(H, P);
%Returns optimal c
www.eeworm.com/read/197875/7964918
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to
www.eeworm.com/read/197825/7967969
java algthread.java
/* AlgThread.java */
import java.awt.*;
import java.io.*;
import java.net.*;
import java.util.*;
public class AlgThread extends Thread {
int capacity = 7;
static String[] dataSets = {"Queue
www.eeworm.com/read/196637/8069528
java algthread.java
/* AlgThread.java */
import java.awt.*;
import java.io.*;
import java.net.*;
import java.util.*;
public class AlgThread extends Thread {
int capacity = 7;
static String[] dataSets = {"Queue
www.eeworm.com/read/396882/8085752
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to