登录
首页 » matlab » Trackdemo

Trackdemo

于 2019-05-28 发布 文件大小:3100KB
0 307
下载积分: 1 下载次数: 0

代码说明:

  用于对基于GOLD码的串行捕获算法,可以自定义信噪比,待捕获信号参数,代码分成搜索跟踪和捕获两部分,其中搜索的步长等参数也可以自定义,代码中acquiresignal.m部分为最终捕获相位展示的主程序。(For the serial acquisition algorithm based on GOLD code, we can customize the signal-to-noise ratio and the parameters of the signal to be captured. The code is divided into search part and capture part, The parameters such as search step can also be customized. Acquiresignal.m part is the main progress to output the results of the capture of phase.)

文件列表:

Trackdemo, 0 , 2012-09-27
Trackdemo\AWGN.m, 314 , 2005-06-30
Trackdemo\Acquiresion.fig, 3153342 , 2011-03-20
Trackdemo\CAcode.m, 601 , 2005-10-27
Trackdemo\CarrierLoopFilter.m, 236 , 2011-02-19
Trackdemo\CodeLoopFilter.m, 305 , 2011-02-19
Trackdemo\CreateSource.m, 1015 , 2005-12-15
Trackdemo\CreateSource1.m, 1305 , 2005-11-30
Trackdemo\Modulate.m, 378 , 2005-10-27
Trackdemo\acqu.m, 1571 , 2011-02-20
Trackdemo\acqu1.m, 1721 , 2005-12-13
Trackdemo\acquiresignal.m, 973 , 2005-12-13
Trackdemo\codegen.m, 882 , 2005-05-31
Trackdemo\demotrace.m, 11965 , 2011-02-13
Trackdemo\demotrack.m, 9452 , 2011-02-15
Trackdemo\framecheck2.m, 1500 , 2005-12-14
Trackdemo\sourcegenerate.m, 1190 , 2005-12-12
Trackdemo\tracksignal.asv, 12517 , 2011-02-20
Trackdemo\tracksignal.m, 12532 , 2011-02-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 阵列信号处理的理论和应用
    南航张小飞的书《阵列信号处理的理论和应用》,包括原书的PDF和MATLAB代码,内容为波束形成和阵列参数估计等内容。(Southern China Zhang Xiaofei book "array signal processing theory and application", including the original book PDF and MATLAB code, content for beamforming and array parameter estimation and so on.)
    2021-03-06 15:09:30下载
    积分:1
  • Gardner
    matlab语言编写的gardner的定时同步算法仿真程序(matlab language gardner Timing Synchronization Algorithm Simulation Program)
    2021-01-14 10:58:47下载
    积分:1
  • MUSIC
    说明:  实现雷达的空间谱估计,采用MUSIC算法,可实现多目标的位置估计(Space spectrum estimation of radar)
    2020-03-01 16:53:58下载
    积分:1
  • aaaa
    把地理区域分成一个个小区,蜂窝系统在该区域内提供无线覆盖。把可用的频谱分成很多信道,每个小区分配一组信道。使用频分双工(FDD)。在小区间进行频率利用,N个小区构成一个簇,簇间进行频率复用。定义了传播特性(信道参数)以及同频小区的位置。信道的参数包括:小区半径,路径损耗指数,以分贝为单位的对数正态阴影的标准差,基站发射功率级,移动台发射功率级,每个小区的扇区数,扇区化天线的正反向比,要仿真的瞬时位置的组数,同频干扰阈值。(To a geographical area is divided into small areas, cellular systems in the region to provide wireless coverage. The available spectrum is divided into multi-channel, each plot the distribution of a group of channels. The use of frequency division duplex (FDD). In the district between the frequency of use, N plots constitute a cluster, cluster between frequency reuse. The definition of the propagation characteristics (channel parameters), as well as with the frequency of residential location. Channel parameters include: cell radius, path loss index to decibels for units Lognormal shadow of the standard deviation, the base station transmitter power level, mobile station transmitting power level, the number of sectors in each district, sector of the antenna the pros and cons to the ratio, to the transient simulation of the group a few positions, the same frequency interference threshold.)
    2009-01-08 19:02:48下载
    积分:1
  • MultiuserDetection
    多用户检测算法的比较,包括解相关、MMSE、SIC、PIC(Multi-user detection algorithm, including the decorrelating, MMSE, SIC, PIC)
    2021-04-20 13:38:50下载
    积分:1
  • OFDMsystembasedontheconversiondomainchannelestmati
    本代码是基于OFDM系统的一种转换域估计算法,有整个OFDM系统及改进的信道估计算法仿真。包括LS,MMSE,LMMSE,DFT,及改进后的DCT算法。(The code is based on the OFDM system, the conversion of a domain estimation algorithm, the OFDM system and revamp the entire channel estimation algorithm for the simulation. Including the LS, MMSE, LMMSE, DFT, and DCT algorithm improved.)
    2021-03-11 15:49:26下载
    积分:1
  • ica
    关于FASTICA算法的完整应用程序,其中有图像版(FastICA algorithm on a complete application, which has the image version)
    2008-05-29 00:44:32下载
    积分:1
  • GA-Optimization-of-Antenna-Array
    本程序主要在MATLAB环境下实现笔状阵列天线的遗传算法的优化。(This procedure mainly in the MATLAB environment to achieve the pen-shaped array antenna genetic algorithm optimization.)
    2020-07-03 09:20:01下载
    积分:1
  • cmpp
    cmpp3.0 最新实现 带spring功能(cmpp3.0 latest with spring function)
    2012-08-13 15:49:41下载
    积分:1
  • mmsp
    前后向平滑算法:算法的原理很简单,以五点三次平滑为例。取相邻的5个数据点,可以拟合出一条3次曲线来,然后用3次曲线上相应的位置的数据值作为滤波后结果。简单的说就是 Savitzky-Golay 滤波器 。只不过Savitzky-Golay 滤波器并不特殊考虑边界的几个数据点,而这个算法还特意把边上的几个点的数据拟合结果给推导了出来。(Before and after the smoothing algorithm: the principle of the algorithm is very simple, to 5.3 times smooth as an example. Take the adjacent five data points, you can fit out a curve 3 times, and then use the corresponding position on the third time the data value as the filtered results. Simply said is the Savitzky-Golay filter. However, the Savitzky-Golay filter does not specifically consider several data points of the boundary, and this algorithm also specifically to the edge of a few points of the data fitting results derived.)
    2017-02-28 14:43:31下载
    积分:1
  • 696518资源总数
  • 105273会员总数
  • 10今日下载