搜索结果

找到约 99 项符合 minimum-variance 的查询结果

其他书籍 We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude mo

We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude modulation, phase-shift keying, and pulse amplitude modulation communications systems.We study the performance of a standard CFO estimate, which consists of first raising the received signal to the Mth ...
https://www.eeworm.com/dl/542/240057.html
下载: 22
查看: 1070

其他书籍 This paper examines the asymptotic (large sample) performance of a family of non-data aided feedfor

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 asymptoti ...
https://www.eeworm.com/dl/542/240334.html
下载: 88
查看: 1046

文件格式 We present a particle filter construction for a system that exhibits time-scale separation. The sep

We present a particle filter construction for a system that exhibits time-scale separation. The separation of time-scales allows two simplifications that we exploit: i) The use of the averaging principle for the dimensional reduction of the system needed to solve for each particle and ii) the factor ...
https://www.eeworm.com/dl/639/241531.html
下载: 80
查看: 1066

中间件编程 Resampling is the operation of converting from audio represented at one sampling rate to a represent

Resampling is the operation of converting from audio represented at one sampling rate to a representation at another sample rate with minimum losses.
https://www.eeworm.com/dl/682/258288.html
下载: 121
查看: 1037

单片机开发 NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read a

NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read and write the AT24Cxx family of serial CMOS EEPROMS. This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to w ...
https://www.eeworm.com/dl/648/268137.html
下载: 101
查看: 1074

J2ME The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: ...
https://www.eeworm.com/dl/660/271654.html
下载: 118
查看: 1046

数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv

When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...
https://www.eeworm.com/dl/641/280042.html
下载: 141
查看: 1054

单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

// // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image ...
https://www.eeworm.com/dl/648/283388.html
下载: 27
查看: 1102

数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the

北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
https://www.eeworm.com/dl/518/286896.html
下载: 105
查看: 1160

数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean

KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The ...
https://www.eeworm.com/dl/518/289146.html
下载: 98
查看: 1071