码迷,mamicode.com
首页 >  
搜索关键字:antenna    ( 84个结果
PDSCH Port 5 UE-Specific Beamforming
Introduction There are seven transmission modes in Release 8: Single antenna port, port 0 Transmit diversity Open-loop spatial multiplexing,large-dela ...
分类:其他好文   时间:2020-06-27 13:19:54    阅读次数:79
DOA代码框架
场景的搭建 M = 15;% the num of antenna L = 100; % the num of snapshot theta = [10 30]; %the DOA K = length(theta); %the num of the signal SNR = 10; searchg ...
分类:其他好文   时间:2020-06-06 17:01:37    阅读次数:67
Antenna Placement POJ - 3020
``` #include #include #include #include #include const int MAXN= 500000;//最大顶点数 const int MAXM = 11000;//最大边数 const int INF=0x3f3f3f3f; using namespac... ...
分类:其他好文   时间:2020-03-06 22:03:25    阅读次数:62
Folded Inverted Conformal Antenna (FICA)
Folded Inverted Conformal Antenna (FICA) C. Di Nallo and A. Faraone, “The folded inverted conformal antenna (FICA) for multi-band cellular phones,” in ...
分类:其他好文   时间:2020-01-29 23:40:57    阅读次数:82
Antenna Placement poj 3020
Antenna Placement Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12104 Accepted: 5954 Description The Global Aerial Research Centre has be ...
分类:其他好文   时间:2020-01-27 19:21:22    阅读次数:58
NXP-PN511-antenna-design-quide
NXP-PN511-antenna-design-quide 文库有下载 C1 C2 ...
分类:其他好文   时间:2019-12-17 00:47:20    阅读次数:84
CF1253E Antenna Coverage(DP)
本题难点在正确性证明。 令 $f_i$ 表示 $[1,i]$ 被全部覆盖的最小花费。答案为 $f_m$。 首先发现,添加一个区间 $[0,0]$ 不会影响答案。所以 $f_i$ 的初值可以设为 $i$。(这个很重要,没了就不对了!) 转移,如果 $i$ 已经被某个初始区间完全覆盖了,那么可以从 $f ...
分类:其他好文   时间:2019-11-23 20:08:50    阅读次数:111
[Codeforces 1253E] Antenna Coverage
Dynamic programming solution State: dp[i]: the minimum cost to cover all positions from[0, i]. (left shift by 1 to get 0 index) // if position i is al ...
分类:其他好文   时间:2019-11-18 09:36:34    阅读次数:76
Codeforces Round #600 (Div. 2) E. Antenna Coverage
Codeforces Round 600 (Div. 2) E. Antenna Coverage(dp) "题目链接" 题意: m只蚂蚁,每只蚂蚁的位置是$x_i$,分数是$s_i$,覆盖范围是$[x_i s_i; x_i + s_i]$,每个硬币可以使一直蚂蚁的$s_i$+1,求覆盖整个$[1; ...
分类:其他好文   时间:2019-11-17 10:42:44    阅读次数:54
Planar Inverted Cone Antenna (PICA)
平面倒锥天线 带宽高的吓人 http://cdn.intechweb.org/pdfs/13369.pdf ...
分类:其他好文   时间:2019-08-30 21:11:03    阅读次数:105
84条   1 2 3 4 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!