This paper examines the asymptotic (large sample) performance
of a family of non-data aided feedforward (NDA FF) nonlinear
least-squares (NLS) type carrier frequency estimators for burst-mode
phase shift keying (PSK) modulations transmitted through AWGN and
flat Ricean-fading channels. The asymptotic performance of these estimators
is established in closed-form expression and compared with the
modified Cram`er-Rao bound (MCRB). A best linear unbiased estimator
(BLUE), which exhibits the lowest asymptotic variance within the family
of NDA FF NLS-type estimators, is also proposed.
其中:ClientInfor.inf 文件:
第一行的數(shù)據(jù)表示: 客戶端游戲版本號
第一行的數(shù)據(jù)表示: 更新文件存放的網(wǎng)絡(luò)路徑
UpdateInfor.inf文件:
第一行的數(shù)據(jù)表示: 最新游戲版本號
第二行的數(shù)據(jù)表示: 有多少文件需要更新
后面每行的數(shù)據(jù)表示: 需要更新的文件的名稱
frmUpdate.frm窗體: 負(fù)責(zé)下載
modZip.BAS模塊: 只負(fù)責(zé)用來壓縮文件和解壓縮文件的
其中的 UnZipTo 函數(shù)用來解壓縮的
zlib.dll: 為WinZip的dll文件
更新完畢后,ClientInfor.inf文件的第一行的數(shù)據(jù)會變?yōu)樽钚掳姹咎?
frmUpdate.frm窗體代碼如下:
Private Sub cmdExit_Click()
Unload Me
End Sub
Private Sub cmdUpdate_Click()
Dim strClientInfor() As String
Dim strUpdateInfor() As String
Dim nNum As Integer 存
SDRAM 參考設(shè)計:主要包括The following figure shows a high-level block diagram for this reference design followed by a brief
description of each sub-section. The design consists of:
· PowerPC processor
· PLB-OPB bridge
· BlockRAM Memory Controller
· SDRAM Controller
· Two GPIO ports
· A UART Port
· External SDRAM
The last step in training phase is refinement of the clusters
found above. Although DynamicClustering counters all the
basic k-means disadvantages, setting the intra-cluster similarity
r may require experimentation. Also, a cluster may
have a lot in common with another, i.e., sequences assigned
to it are as close to it as they are to another cluster. There
may also be denser sub-clusters within the larger ones.
極大值抑制與雙閾值門限得到圖像邊緣:
* nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.
用Fourier變換求取信號的功率譜---周期圖法
用Fourier變換求取信號的功率譜---分段周期圖法
用Fourier變換求取信號的功率譜---welch方法
功率譜估計----多窗口法(multitaper method ,MTM法)
功率譜估計----最大熵法(maxmum entmpy method,MEM法)
功率譜估計----多信號分類法(multiple signal classification,music法)Fourier transform to strike a signal to the power spectrum - the cycle of plans
Fourier transform to strike a signal to the power spectrum - Sub-cycle Method
Fourier transform to strike a signal to the power spectrum --- welch method
Power spectrum estimated more than window ---- Law (multitaper method, MTM)
---- Power spectrum estimate of maximum entropy (maxmum entmpy method, MEM)
---- More than the estimated power spectrum signal classification (multiple signal classification, music)
用VB做QQ強(qiáng)制聊天器
用VB做QQ強(qiáng)制聊天器
大家好..我是愚罪..QQ:303931726
今天教大家來用VB做QQ強(qiáng)制聊天器.....
廢話不多說了```
直接打開VB 新建一個EXE文件..新建一個Text和一個Command按紐
最后直接把代碼寫上去就可以了...
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hwnd As Long, _
ByVal lpOperation As String, _
ByVal lpFile As String, _
ByVal lpParameters As String, _
ByVal lpDirectory As String, _
ByVal nShowCmd As Long) As Long
Private Sub Command1_Click()
ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1
End Sub
可以了...生成試驗(yàn)下..我就不美化了..你們可以去美化下```
看。。成功了
This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University.
The purpose of this simulator is to give some concrete idea of how SC-FDMA system works. It does lack many realistic and sophisticated features such as channel coding, time-varying fading channel model, soft decision decoding, etc. Regardless, I am hoping that it will help you understand SC-FDMA which is a fairly new development in 3GPP LTE.