CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - circular array

搜索资源列表

  1. PBRScript_res_circle

    0下载:
  2. 圆孔序列大小为15umX30nm,形成半周期的光栅,-Array of circular holes, about 15umX30nm, flanked by gratings, with half the periodicity of the hole array
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1108
    • 提供者:项元
  1. Chapter06

    2下载:
  2. 通过MATLAB来计算阵列天线,包括线性阵列,平面阵列,还有圆形阵列-Calculated by MATLAB array, including linear arrays, planar array, as well as circular arrays
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:19222
    • 提供者:xun
  1. 1111

    0下载:
  2. 数组实现循环链表 准备: 1. 队列空间的大小 maxsize 2.队首指针 front 3.队尾指针 rear 4.存储方式 动态数组 运算 出队,入队,初始化队列,创建队,释放队 5.a 动态数组的首地址-Prepared to achieve an array of circular linked list: 1. Queue space the size of the maxsize 2. Team first pointer front 3. Tail
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:804
    • 提供者:王宏
  1. uca_ambiguity

    0下载:
  2. 一个计算均匀圆阵角度估计模糊集的程序。通过计算阵列流形的弧长参数,求得阵列的模糊生成集。-A calculation of the angle estimation with uniform circular arrays ambiguity set procedures. Array manifold by calculating the arc length parameter, obtained an array of ambiguity generating set.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:854
    • 提供者:潘杰
  1. convolve2

    0下载:
  2. CONVOLVE2可以用于任何CONV2使用,采取同样的参数并返回一个小的公差范围内同样结果。加速计算是通过使用面膜中的奇异值分解,表示为外产品总结一下。这些都可以有效地计算与行和列向量的卷积。 CONV2是用来从事这项运动。 可分面具是一个特殊情况,并受CONVOLVE2处理多达FILTER2一样。许多不属于其他口罩可分低等级(如Gabor函数口罩),并更有效地处理CONVOLVE2。 该功能也将计算出降秩逼近一个给定的面具如果需要的话,将使用此是否会加速计算。一个额外
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:6342
    • 提供者:namind
  1. circ_array

    0下载:
  2. 雷达天线————圆形阵列边界的矩形网格天线增益方向图- a rectangular grid array antenna gain pattern of Circular boundary
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2360
    • 提供者:张明轩
  1. CDataStruct

    0下载:
  2. 用VC实现的数据结构模板类 包括数组,普通链表,双向循环链表,哈希表,二叉搜索树,AVL 树-With VC data structure includes an array of template class, general list, two-way circular linked lists, hash tables, binary search trees, AVL trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16452
    • 提供者:tesaff
  1. Analysis-on-Channel-Capacity-of-MIMO

    0下载:
  2. 多输入多输出(MIMO)通信系统相比其他的通信系统具有更高的频谱效率,在不增加发射功率以及信号带宽的 情况下,MIMO 技术可以有效地提高系统信道容量及其性能。利用均匀角能量分布以及相关矩阵,分析了相关信道下的MIMO 系统信道容量,得出了系统信道容量的通用公式,并利用MATLAB 进行仿真。仿真结果表明,相关性的增加意味着信噪比的减 小,圆形接收天线阵列半径与角度扩展是决定MIMO 系统信道容量的主要因素。-Multiple-input multiple output (MIMO)
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:805777
    • 提供者:蜡笔
  1. 11f1bbfc0c65

    0下载:
  2. 对二值图像边界进行跟踪,对边缘进行判断,然后沿着边缘进行跟进- C = CONTOUR_FOLLOWING(BW) takes BW as an input. BW is a binary array containing the image of an object ( 1 : foreground, 0 : background). It returns a circular list (N x 2, C(1,:)=C(end,:)) of the (row,co
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3847
    • 提供者:易想
  1. test12

    0下载:
  2. 约瑟夫问题,用数据结构的循环链表实现约瑟夫问题的解答-Joseph problems,30 people in a circle, and inspires us with a circular chain to said. Can use structure array to make a cycle chain. The structure has two members, one for pointing down a pointer to a circular chain
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:913834
    • 提供者:spy
  1. Class-and-object-

    0下载:
  2. 1. 建立一个对象数组,内放5个学生的数据(学号、成绩)。请根据下面要求实现类中的功能,其他的函数根据需要创建。 (1). 用指针指向数组首元素,输出第1,3,5个学生的数据。 (2). 以对象指针作为形式参数找出5个学生中学习成绩最高者。注:函数名为max 2. 定义一个圆类,分别用以下方法计算圆的面积和周长。 (1). 用成员函数实现求圆的面积和周长。 (2). 用友元函数求圆的面积和周长 -(1) create an array of objects, put th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1613
    • 提供者:苏树峰
  1. coherent-signals

    0下载:
  2. 提出了一种非圆相干信号完全解相关算法。不同于传统阵列信号中每次快拍形成一组数据矢量,该算法每次快拍形成一组数据矩阵。-A new decorrelation algorithm is presented to estimate the direction of arrival of non-circular coherent signals.Unlike the data vector in conventional array signal processing,a data matrix i
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:297612
    • 提供者:张元元
  1. DS_Beamforming

    2下载:
  2. 基于均匀圆形麦克风阵列模型的延时-求和波束赋形成-Delay-Sum Beamforming based on the uniform circular microphone array model
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:2335
    • 提供者:蔡晓
  1. yuanzhen

    1下载:
  2. 本程序是圆形相控阵方向图合成,阵型位于不同坐标面上所得的方向图不同。本程序分别从阵型位于水平和竖直阵面两种情况进行仿真,结果不同。有利于初学者对相控阵方向图合成的理解和对matlab编程软件的学习。-This program is the circular phased array pattern synthesis.The direction of the circular phased array placed on the different coordinate surface of
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1029
    • 提供者:杨子
  1. antenna

    2下载:
  2. 这是八阵元圆形天线阵列天线波束反时针360度扫描程序,程序执行后可见八阵元圆形天线阵列天线波束指向所设计的方向,并且按照规定的周期旋转扫描!-This is the eight circular antenna array elements array antenna beam scanner 360 degrees counterclockwise, program execution can be seen after eight circular antenna array element
  3. 所属分类:source in ebook

    • 发布日期:2017-11-11
    • 文件大小:1094
    • 提供者:盛兴
  1. conway

    0下载:
  2. Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:435663
    • 提供者:Toby
  1. queue

    0下载:
  2. 静态数组循环队列操作,并有多线程访问互斥机制。-Static array circular queue operation, and multiple threads to access the mutex mechanism.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1322
    • 提供者:marvin
  1. Euler_ESPRIT

    0下载:
  2. 采用Euler ESPRIT算法,利用圆信号的实值特性,拓展阵列孔径,增加角度分辨率-Using Euler ESPRIT algorithm, using circular signal real value of the property, expand the array aperture, increasing angular resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:424834
    • 提供者:徐保庆
  1. ROOTMUSIC

    0下载:
  2. 针对非圆信号DOA估计问题,提出了一种基于实值特征值分解 (Eigenvalue decomposition,EVD)的求根MUSIC算法.首先利用非圆信号为实值信号的特点,将阵列上的接收数据及其共轭用欧拉公式转换为实值正弦与 余弦数据,然后将正弦与余弦数据进行串联,从而扩展了数据维数.由于采用实值矩阵的EVD,因此在EVD阶段的运算量简化为复值EVD的1/4.根据 EVD后获得的信号与噪声子空间的特点,对噪声子空间和导向矩阵进行重构以便于可以使用求根MUSIC算法获取对DOA的估计.仿真实验验
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:maomaoyu
  1. classphp

    0下载:
  2. 无限级分类就是可以一直往下分类。 我看过很多网站的无限级分类,大多都是多次循环读取SQL语句,我这次用的是一次循环分类的全部记录 ,然后将其赋值给一个数据,最后通过对数组的循环来显示分类!效果还不错(个人觉得)!压缩包中带 有安装说明文件及程序运行效果-Unlimited classification is always to classification. I have seen a lot of unlimited classification website,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:38562
    • 提供者:fmpudn94
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com