フィルターのクリア

How to implement sliding-window algorithm in matlab ?

27 ビュー (過去 30 日間)
zayed
zayed 2011 年 12 月 29 日
編集済み: Walter Roberson 2017 年 1 月 16 日
Hi,
I need to use sliding window algorithm, but it's the first time that I face to use it, so I need help to implement the following in matlab :
I have a radar_noise vector x with size (5000*1), how can I find covariance matrix by using sliding window algorithm?
Also I have a radar_received signal vector s with size (5000*1), how can I use sliding window to find the received signal model, providing that :
The number of Quantization =2.
The number of samples = 32.
[EDITED: Jan Simon]: The following is copied from "ADAPTIVE ARRAY DETECTION ALGORITHMS WITH STEERING VECTOR MISMATCH", LIM Chin Heng, Elias Aboutanios and Bernard Mulgrew, published in Circuits and Systems, 2006. APCCAS 2006. IEEE Asia Pacific Conference
The signal model used is as follows: Consider a radar system utilizing an Ns-element array with inter-element spacing d.
The radar transmits an Mt-pulse waveform in its coherent processing interval (CPI).
The received data can then be partitioned in both space and time, by using a sliding window, into an (N*M) space-time snapshot X'.
This partitioning will result in K = (Ns -N +1)(Mt -M +1) snapshot matrices being generated for processing.
The columns of these space-time snapshots are then stacked into inter-leaved column vectors xk of size (NM*1).
The K columns are then arranged as the columns of the (NM*K)matrix X. The signal model used is then:
X =ast'- N
where both s and t are space-time vectors and a is a complex amplitude.
N is the (NM * K ) zero-mean Gaussian clutter-plus-noise matrix with independent and identically distributed (iid) columns nk approximately CN (0,C), where CN is complex Gaussian noise and C is the covariance matrix.
The space-time clutter-plus-noise covariance matrix is defined as C, where E[N * Hermitian(N)] and E[.] is the expectation operator.
Thanks
  5 件のコメント
zayed
zayed 2011 年 12 月 29 日
I just need to know how to do sliding window algorithm in matlab.Thanks
Jan
Jan 2011 年 12 月 29 日
@zayed: Well, you just want us to solve your problem completely. I prefer to assist people who show more effort.
Posting a question in multiple forums wastes the time of the ones, who want to help you. Please add at least a link to the other questions.
If you copy a paragraph of a paper of Lim Chin Heng, Elias Aboutanios and Bernard Mulgrew, it would be a good idea to mention this.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2011 年 12 月 29 日
  2 件のコメント
Jan
Jan 2011 年 12 月 29 日
@Walter: When I really need it, would you be so kind and google my questions also? Thanks.
Walter Roberson
Walter Roberson 2011 年 12 月 29 日
@Jan: I already do. Those unexpected cravings you've been getting lately are the "banner ads" from the Mind Writing service I use.

サインインしてコメントする。

その他の回答 (1 件)

ABISHA  P
ABISHA P 2017 年 1 月 10 日
how to use sliding window algorithm in matlab for the real time signal using simulink model?

カテゴリ

Help Center および File ExchangeTransmitters and Receivers についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by