필터 지우기
필터 지우기

My first column of circulant matrix should be like this...Pls help

조회 수: 1 (최근 30일)
Janet
Janet 2012년 3월 17일
H_k,j = [h_k,j(0)......h_k,j(L-1) 0 ............0]T
where h_k,j is the channel impulse response from jth transmit to kth receive antenna
H=[ H_k,0; H_k,1.......H_k,Nt-1]
Nt=2;L=65
Pls share ur ideas
  댓글 수: 1
Janet
Janet 2012년 3월 17일
H_k,j = [h_k,j(0)......h_k,j(L-1) 0 ............0]T...This is first column and it should be keeping on circulating and the size of matrix is M x M

댓글을 달려면 로그인하십시오.

답변 (1개)

John D'Errico
John D'Errico 2012년 3월 17일
You can use my circulant matrix generator, or you can build it in a variety of ways.
  댓글 수: 2
Janet
Janet 2012년 3월 18일
i am a newbie..can u pls say me how to use it?
John D'Errico
John D'Errico 2012년 3월 18일
I'm sorry, but even a newbie can surely read the help, and if you can't, then you need to start with a basic MATLAB tutorial. The help on that function (I wrote it, so I know) will tell you no less than I would if I were to give you a complete in-depth explanation here. And there are several examples in the help! The best thing a newbie can learn is how to use the documentation provided.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by