This is GPS Acquisition..by Matlab, this file performs cold start acquisition on the collected "data". It searches for GPS signals of all satellites, which are listed in field "acqSatelliteList" in the settings structure. Function saves code phase and frequency of the detected signals in the "acqResults" structure.
标签: Acquisition acquisition collected performs
上传时间: 2013-12-28
上传用户:wxhwjf
This is GPS tracking matlab code. performs code and carrier tracking for all channels.
标签: tracking code performs channels
上传时间: 2014-01-07
上传用户:ZJX5201314
This is GPS Matlab acquisition code. Function performs cold start acquisition on the collected "data". It searches for GPS signals of all satellites, which are listed in field "acqSatelliteList" in the settings structure. Function saves code phase and frequency of the detected signals in the "acqResults" structure.
标签: acquisition collected Function performs
上传时间: 2014-08-07
上传用户:xjz632
This function performs the ASK,BPSK and 8PSK modulations.
标签: modulations function performs This
上传时间: 2017-03-22
上传用户:epson850
This m file performs the CDMA coding and decoding.
标签: decoding performs coding This
上传时间: 2013-12-19
上传用户:源码3
This m file performs the QPSK transmission and reception.
标签: transmission reception performs This
上传时间: 2017-03-22
上传用户:熊少锋
the fuction performs thresholding to the eye images. this function can be used in implementing daugman algo for iris localization.
标签: implementing thresholding the performs
上传时间: 2017-03-23
上传用户:trepb001
this module performs the task of a barrel-shifter 16 or 32 bits
标签: barrel-shifter performs module this
上传时间: 2017-04-25
上传用户:nanxia
this program performs the functonality of 4 bit alu
标签: functonality performs program this
上传时间: 2013-12-23
上传用户:lhc9102
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
标签: iterations performs Bailey number
上传时间: 2014-01-05
上传用户:libenshu01