搜索资源列表
PolyphaseFilterBanks
- 国外关于多相滤波的经典文章 并且附有源程序可供学习-Digital Receivers and Transmitters Using Polyphase Filter Banks for Wireless
1111
- 聚乙烯(乙烯基取代的Terthiophene-Fullerene)被气化的综合在氧化铟电极上,而且它的电子的和光学的性质可以测量。一个很大的超过3 μA/cm2 的光电流可以通过一个装有甲基紫精的碘钨灯以50 mW/cm2 的照射而被观察到。-Poly(ethylenedioxy-substituted terthiophene -fullerene) was electrochemically synthesized on an ITO electrode, and its elec
poly
- 数据结构中,线性表的应用,利用单链表存储一元多项式,并实现单链表表示与相加操作-The data structure, the linear form of the application, the use of a single linked list is stored one dollar polynomial, and to achieve a single linked list representation and the sum of operating
Poly-TEC527
- electric power supply network protection
analog-devices_ADE7758
- ADE7758 Poly Phase Multifunction Energy Metering IC with Per Phase Information
Rahut-Random-sampling-of-sparse-trig-poly-II-2008
- Rahut-Random sampling of sparse trig poly II-2008
poly
- 运用c++来实现实系数一元多项式简单的四则运算-Use c++ to achieve a polynomial with real coefficients of the four simple arithmetic
Android-Chinese-API-Collection-(4)
- API documentation (Reference) basis API文档(Reference)是Android开发的基础,Android中文翻译组聚一批开发人员、大学生、研究生等Android爱好者,利用业余时间对API进行翻译-API documentation (Reference) basis for the development of Android, Android Chinese Translation Section poly batch developers, stu
Poly
- laplas equation for heat transition
Polygon-subdivision-surfaces
- 这个教程我们用到多边形细分表面,在细分表面上建立锋利的折痕,和焦散效果。我们建立一个多边形球体 (Get>primitive>Poly Mesh>Sphere) -This tutorial we use polygonal subdivision surfaces, establishing sharp creases, and caustic effects on subdivision surfaces. We have established a polygon
poly-enviador
- enviador que eu fis add skype shenon-livre
poly
- Polygon implementation for wsn
poly-filter-in-software-radio
- 主要介绍了软件无线电中一些信道化的方法和思路,具有一定的参考价值。-This document introduce some novel methods on poly-filter in soft radio.
DC-MOTOR
- POLY WRAIA POLY WRAIA POLY WRAIA POLY WRAIA -POLY WRAIA POLY WRAIA POLY WRAIA POLY WRAIA POLY WRAIA POLY WRAIA POLY WRAIA POLY WRAIA
Clustering-Algorithms-Research
- 对近年来聚类算法的研究现状与新进展进行归纳总结.一方面对近年来提出的较有代表性的聚类算法,从算法思想、关键技术和优缺点等方面进行分析概括 另一方面选择一些典型的聚类算法和一些知名的数据集,主要从正确率和运行效率两个方面进行模拟实验,并分别就同一种聚类算法、不同的数据集以及同一个数据集、不同的聚类算法的聚类情况进行对比分析.最后通过综合上述两方面信息给出聚类分析的研究热点、难点、不足和有待解决的一些问题.上述工作将为聚类分析和数据挖掘等研究提供有益的参考.-Status and Progress
k-junzhi
- 通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。 算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。-By programming K- means algorithm implementation, s
Labtool-pin
- Labtools pin outs done by Ngee ANN Poly
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。