搜索资源列表
matlab_BOC
- 关于GPS中BOC信号的产生,功率谱密度仿真,自相关函数以及与C/A码的互相关仿真程序。能够有效的对BOC信号的特性进行分析-On the GPS in the BOC signal generation, power spectral density simulation, the autocorrelation function as well as with the C/A code cross-correlation simulation program. Of the BOC can
mohu
- 这是与模糊函数相关的源代码,里面有仿真图。-This is the ambiguity function associated with the source code, there are simulation map.
spreadfrequencycommunicationbalancedgold
- 扩频通信中的gold序列特性仿真研究。(1) 利用MATLAB编程产生Gold序列族;给出每个序列的一个周期的输出; (2) 根据平衡Gold序列产生方法,产生Gold序列族中的所有平衡序列,每个序列给出一个周期的输出; (3) 计算(1)中Gold序列自相关函数,并画出它们的自相关曲线; (4) 计算(2)中Gold序列互相关函数,并画出其中某一序列与其他序列的互相关曲线; -Sequence Spread Spectrum Communication Simulation o
periodic_wavelet
- Daubechies小波基的构造,matlab环境相关主函数及子函数-The construction of Daubechies wavelet basis
java_android_matlab_plot
- 做安卓图像处理相关开发的时候,实现的在图片上画线的功能,类似matlab上的plot()函数,还有hold on。 做安卓图像处理的同学一定会喜欢的。-When do Android image processing development, draw lines on the picture to achieve functionality similar to matlab plot() function, as well as hold on. someone do Android i
myxcorr
- 由于MATLAB本身自带的相关函数在扩频通信中并不适合,性能欠佳。本程序是我自己编写的求自相关或互相关的MATLAB函数。可直接调用该函数。已通过验证。-The poor performance is not suitable for the correlation function in a spread spectrum communication MATLAB comes. This program is my own written demand autocorrelation or c
yinpingshiyan
- 分别取长度N=160和N’=N+K的矩形窗函数作用于语音信号上,首先对其进行中心削 波,比较削波前和削波后语音信号波形,并使得削波后的信号进行乘积并求和,计算延迟为0<K<160时的相关值,并且用得到的相关值来检测语音信号的基音周期,用MATLAB画出图形。 -Length N = 160 were taken and N = N+ K rectangular window function in the role of the speech signal, the f
msequence
- 用matlab构造一个4阶m序列,并画出其波形和自相关函数-Construct a fourth order with matlab m-sequence, and draw the waveform and autocorrelation function
XULIE
- 利用matlab编程,编写了一个m序列的本原多项式,并且可以利用库函数求序列的自相关-Using matlab programming, wrote a primitive polynomial m sequence, and can take advantage of the library function uation autocorrelation
LTEMIMOChannel_upload.m
- 4G 多发多收信道模拟,通过该函数实现对输入信号输入后的衰减的模拟(本人信号处理专业,这matlab源码与智能天线阵列内容相关。)-LTEMIMOChannel Filter input signal through a LTE MIMO fading channel
CA code
- C\A 码的产生,以及自相关,互相关函数,画出自相关互相关图(MATLAB语句简单易懂,适合新手)(C\A code generation, as well as autocorrelation, cross-correlation function, drawn from the correlation cross correlation diagram (MATLAB statement, easy to understand, suitable for novices))
Desktop
- 简单地绘制BOC(1, 1)调制信号的功率谱密度及其自相关函数曲线,仅供参考。(Simple drawing BOC (1, 1) density and autocorrelation function curve of power spectrum of the signal modulation, for reference only.)
IS95前向链路系统
- IS95前向链路系统:此函数用于IS-95前向链路系统的仿真,包括扩频调制,匹配滤波,RAKE接收等相关通信模块。 仿真环境: 加性高斯白噪声信道.(IS95 forward link system: this function is used for the simulation of IS-95 forward link system, including spread spectrum modulation, matched filtering, RAKE reception and
package_emd
- 经验模态分解(Empirical Mode Decomposition,EMD)法是黄锷(N. E. Huang)在美国国家宇航局与其他人于1998年创造性地提出的一种新型自适应信号时频处理方法,特别适用于非线性非平稳信号的分析处理。对经过EMD处理的信号再进行希尔伯特变换,就组成了大名鼎鼎的“希尔伯特—黄变换”(HHT)。由于脑电信号处理很少在EMD之后接上希尔伯特变换,在这里仅介绍EMD的相关基础知识。 EMD其实就是一种对信号进行分解的方法,与傅里叶变换、小波变换的核心思想一致,大家