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