代码搜索:Capacity

找到约 2,190 项符合「Capacity」的源代码

代码结果 2,190
www.eeworm.com/read/477759/6733810

m mimo_system.m

function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0); % % WaterFilling in Optimising the Capacity %=============== % Initialization %=============== ChA = ChA + eps; NA = length(ChA
www.eeworm.com/read/406944/11432003

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/406944/11432005

m channelcapacity.m

%% Channel Capacity of MIMO temp=MyAngleSpread/2/180*pi; Coefficient_1_2=quadv(@CorrCoe_1_2,-temp,temp)/2/temp; Coefficient_1_3=quadv(@CorrCoe_1_3,-temp,temp)/2/temp; Coefficient_1_4=quadv(@Cor
www.eeworm.com/read/406664/11437902

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/405379/11464092

m waterfilling.m

% Author: Zukang Shen and Ian C. Wong % Copyright (C) 2004 Ian C. Wong % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public
www.eeworm.com/read/157007/11745448

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/345597/11804137

m51 电容表.m51

BL51 BANKED LINKER/LOCATER V5.03 03/02/2006 23:49:41 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE main.o
www.eeworm.com/read/156364/11808898

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/256481/11996623

cpp chapter6-6.cpp

//文件名:CHAPTER6-6.cpp #pragma warning(disable:4786) #include #include using namespace std ; typedef vector INTVECTOR; void main() { INTVECTOR thevector; thevec
www.eeworm.com/read/340916/12124626

cpp ex10_01.cpp

// Ex10-01.cpp // Exploring the size and capacity of a vector #include #include using std::cout; using std::endl; using std::vector; // Template function to display the