代码搜索:ideal
找到约 2,093 项符合「ideal」的源代码
代码结果 2,093
www.eeworm.com/read/392018/8367212
mdl ideal.mdl
Model {
Name "ideal"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.6"
NumMo
www.eeworm.com/read/363755/9937755
m ideal.m
clear all;
mul=1;% 12000bit的倍数
M=4;
N=8;
ant_num=M;
rx_num=N;
sub_num=512;
dK=4;
pre_ratio=1/8;
pilot_num=(sub_num-1-rem(sub_num-1,dK))/dK+1;
data_num=sub_num-pilot_num;
N_total=data_num*
www.eeworm.com/read/363755/9937770
asv ideal.asv
clear all;
mul=1;% 12000bit的倍数
M=4;
N=8;
ant_num=M;
rx_num=N;
sub_num=512;
dK=4;
pre_ratio=1/8;
pilot_num=(sub_num-1-rem(sub_num-1,dK))/dK+1;
data_num=sub_num-pilot_num;
N_total=data_num*
www.eeworm.com/read/297756/7997670
m ideal.m
function hd = ideal(w,N)
a=(N-1)/2;
n0=[0:(N-1)];
m=n0-a+eps;
hd=sin(w*m)./(m*pi);
www.eeworm.com/read/306772/13737891
h ideal.h
// Ideal.h: interface for the CIdeal class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_IDEAL_H__DEC6D6EA_C634_48BF_8B4C_ED2E4DE2C491__INCLUDED_)
#
www.eeworm.com/read/259534/11784427
m ideal.m
function hd=ideal(w,N);
alpha=(N-1)/2;
n=[0:(N-1)];
m=n-alpha+eps;
hd=sin(w*m)./(pi*m);
www.eeworm.com/read/363186/2922379
simple_ideal
default_contact bandwidth = 10 latency = 2
@0
network_element node = implementations.IdealNode
default_node msg_size = 50
interpreter run_file = simple_Times
@1000 stats file = simple_stats field
www.eeworm.com/read/363186/2922388
test_ideal
echo Running Ideal ( It takes ~1.5min :/ )
stats register %algo=Ideal %algo_file=Ideal_stats %algo_ratio=Ideal_Ratio %algo_deliv=Ideal_Delivered %algo_time=Ideal_Time
interpret run_file = common
ne
www.eeworm.com/read/103816/15719751
cc ideal.cc
//
// $Source: /home/gambit/CVS/gambit/sources/poly/ideal.cc,v $
// $Date: 2002/08/27 17:29:47 $
// $Revision: 1.2 $
//
// DESCRIPTION:
// Instantiations of gBasis types
//
// This file is part of Gam