资源列表
hopmatrix
- Basic DV hop Algorithm to find Hop Matrix
GetFeature
- 提取语音信号特征参数 lpcc 语音信号处理-speech process
triangfilt
- MATLAB CODE FOR DIGITAL COMMUNICATION
rayleighfading
- 该函数为用matlab编写的瑞利衰落函数,可以调用它-The function of Rayleigh fading using matlab function, you can call it
wavelet_dnoise
- TDOA定位系统的实现,已经嵌入到现实接收中。-TDOA location system realized ,and loaded to the systems.
Cpp1
- 改变字体颜色 模拟TC中的setcolor()函数-Change font color simulation in TC setcolor () function
decode1
- 字典序解码问题.在数据加密和数据压缩中常需要对特殊的字符串进行数字编号。给定的字母表 A 由26 个小写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照 从左到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab,bc,xyz 等字符串都是升序字符串。现在对字母表 A 产生的升序字符串按照字典序排列并编号。-In the data encryption and data compression often need fo
cPP
- 数据结构 单链表的建立 倒置 排序的一系列功能描述-Single linked list data structure to establish a series of inverted sort of functional descr iption
SvnInfo
- SVN 1.6 以及以下协议,会在每个目录下创建一个隐藏文件,不利于拷贝覆盖。 该工具生成一个删除所有SVN信息的脚本。-SVN 1.6 and the following agreement creates a hidden file in each directory, is not conducive to copy coverage. The tool generates a scr ipt to delete all SVN information.
signal
- 仿真5阵元阵列接收信号,发射声源有一定的角度,加入高斯白噪声-Array signal simulation with Gaussian white noise
fanshe
- 不同母线结构的反射波幅频特性,电压反射系数-Reflection amplitude-frequency characteristics of different bus structures, the voltage reflection coefficient
ExtendMyPoint
- C++实验4扩展MyPoint类:创建一个MyPoint类来建模二维空间中的一个点。MyPonit类包含两个属性x和y,表示x轴和y轴坐标,还包含x和y的获取器函数,及返回两点之间距离的函数。创建一个名为3DPoint的类,来建模三维空间中的一个点。将3DPoint设计为MyPoint的一个派生类-C++ Experiment 4 extended MyPoint class