フィルターのクリア

how to insert matrix with size 100X1088 to 800X1088 so that it is repeated every 100?

2 ビュー (過去 30 日間)
sharif
sharif 2014 年 6 月 23 日
編集済み: Image Analyst 2014 年 6 月 23 日
mm=0; NTx=8; Npath=100; zf=[];
for zz=1:NTx
for yy=1:Npath
mm=mm+yy;
[Txx(yy,:),zf]=filter(h_N(yy,:),1,tx(zz,:),zf);
TXX(mm,:)=Txx(yy,:); * _ |% this doesnot result what I want (first 100 rows of Txx in TXX and %the next 100 rows of TXX is again Txx and so on. Any Clue??| _ *
mm=Npath*(zz-1);
end
end
  1 件のコメント
Image Analyst
Image Analyst 2014 年 6 月 23 日
編集済み: Image Analyst 2014 年 6 月 23 日
How can something that is 800 be repeatedly inserted every 100? Do you mean that there are 100 original rows in between the inserted matrices? Please give a small example (use smaller numbers to illustrate).

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by