필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

please explain the code:

조회 수: 2 (최근 30일)
Sajid Sarwar
Sajid Sarwar 2018년 10월 21일
마감: MATLAB Answer Bot 2021년 8월 20일
for k = 1:V
        ind = find(F(:,k)==1);
for m = 1:M             
Q(m,k) = Ap+Igv(ind(1),k,m)+Igv(ind(2),k,m);         
end
where Ap= log(1/M); M=4
Igv= Ap* ones(K,V,M); K=4,V=6,M=4
  댓글 수: 8
Sajid Sarwar
Sajid Sarwar 2018년 10월 24일
Kindly explain how he calculates LLR, especially the for loops, in the above attached file.thank you
Jan
Jan 2018년 10월 24일
@Sajid Sarwar: I count 21 FOR loops. It would be some work to explain the meaning of them all without knowing, if you even know what a FOR loop does. Please ask more specifically.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by