This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operation of the system.
標簽: correlation receiver models system
上傳時間: 2013-12-13
上傳用戶:semi1981
UWB analysis with basic correlation receiver.
標簽: correlation analysis receiver basic
上傳時間: 2015-05-08
上傳用戶:aeiouetla
TI公司TMS320VC5402 DSP 上的相關(correlation)算法實驗
標簽: correlation 5402 320 DSP
上傳時間: 2015-05-26
上傳用戶:xc216
tms320c5402dsp的correlation算法實現程序注意調試時加rts庫!
標簽: correlation c5402 320c 5402
上傳時間: 2015-06-10
上傳用戶:tonyshao
亞定方程組求解:If serial correlation is found, you may have misspecified your model and should return to your theory for a better representation of the data generating process. This possibility is quite likely and should be taken seriously.
標簽: misspecified correlation serial return
上傳時間: 2015-06-16
上傳用戶:熊少鋒
一個matlab time dot main cross-correlation, 解壓后在matlab里運行即可,可計算各種數字信號的延遲,沒有密碼
標簽: cross-correlation matlab main time
上傳時間: 2014-01-02
上傳用戶:wlcaption
//=== === === === === === === === === === === ===== //函數說明 //函數名稱:correlation //函數功能:計算最小二乘法擬合的多項式的相關系數 //使用方法:int M------ 擬合多項式的階數(已知條件) // double *b--- 擬合曲線的系數,排列順序為由高階到低階(已知條件) // double *x--- 結點x軸數據(已知條件) // double *y--- 結點y軸數據(已知條件) // double *Yg-- 結點估計值,個數為m(過程變量) // int m------ 結點個數(已知條件) //注意事項:多項式階數最高為10,多項式的形式為 y = a0 + a1x +a2x2
標簽: correlation 函數 計算 最小二乘法擬合
上傳時間: 2013-11-26
上傳用戶:change0329
//=== === === === === === === === === === === ===== //函數說明 //函數名稱:correlation //函數功能:計算最小二乘法擬合的多項式的相關系數 //使用方法:int M------擬合多項式的項數(已知條件) // double *b---擬合曲線的系數,按升次排列(已知條件) // double *x---結點x軸數據(已知條件) // double *y---結點y軸數據(已知條件) // double *Yg--結點估計值,與*y相對應,個數為m(過程變量) // int m------結點個數(已知條件) //注意事項:多項式階數最高為10,多項式的形式為 y = b0 + b1*(x-Xavr)...
標簽: correlation 函數 計算 最小二乘法擬合
上傳時間: 2014-11-23
上傳用戶:yxgi5
This m file models an UWB system using BPSK. The receiver is a correlation receiver with a LPF integrator and comparators for threshhold selection.
標簽: receiver correlation models system
上傳時間: 2014-12-19
上傳用戶:ryb
CCS編程環境 使用的是匯編加C的混合編程方法: The programme of the correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the correlation result, the length is 255, 32-bit floating point.
標簽: correlation Algorithm programme the
上傳時間: 2013-12-21
上傳用戶:leixinzhuo