Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

please explain the code:

2 vues (au cours des 30 derniers jours)
Sajid Sarwar
Sajid Sarwar le 21 Oct 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaires
Sajid Sarwar
Sajid Sarwar le 24 Oct 2018
Kindly explain how he calculates LLR, especially the for loops, in the above attached file.thank you
Jan
Jan le 24 Oct 2018
@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.

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by