Rank: 2998 based on 13 downloads (last 30 days) and 1 file submitted
photo

Bahadir Gedikbey

E-mail
Company/University
Gebze Yuksek Teknoloji Enstitusu

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Bahadir
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Jun 2005 Screenshot MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey coding theory, snr, bit error rate, noise radio, coding, map 13 6
  • 4.66667
4.7 | 6 ratings
Comments and Ratings on Bahadir's Files View all
Updated File Comment by Comments Rating
11 Jun 2009 MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey paslaru, dragos

Hello!I want to introduce a non-recursive and nonsistematic code first, then i want a systematic and nonrecursive code.what should i modify in this : kafes=poly2trellis(3,[5 7]);

01 Apr 2009 MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey Rahman, Shahriar

Dear Bahadir,

I want to implement Systematic encoder like kafes = poly2trellis(3,[7 5], 7). For that your code has to changed. And I changed it accordingly. But the performance is poor. Can you please help me?

shahriar52@gmail.com

21 Jun 2008 MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey Dilpazir, Hammad

Dear Bahadir Gedikbey it is a good method but i think it has some mistake, The formula used to compute "gama" in your code is
gama11(k)=exp((-(r(i)-x111)^2-(r(i+1)-x112)^2)/2/sigma);
            gama12(k)=exp((-(r(i)-x121)^2-(r(i+1)-x122)^2)/2/sigma);
            gama23(k)=exp((-(r(i)-x231)^2-(r(i+1)-x232)^2)/2/sigma);
            gama24(k)=exp((-(r(i)-x241)^2-(r(i+1)-x242)^2)/2/sigma);
            gama31(k)=exp((-(r(i)-x311)^2-(r(i+1)-x312)^2)/2/sigma);
            gama32(k)=exp((-(r(i)-x321)^2-(r(i+1)-x322)^2)/2/sigma);
            gama43(k)=exp((-(r(i)-x431)^2-(r(i+1)-x432)^2)/2/sigma);
            gama44(k)=exp((-(r(i)-x441)^2-(r(i+1)-x442)^2)/2/sigma);

but i think it should be like

gama11(k)=exp((-(r(i)-x111)^2-(r(i+1)-x112)^2)/(2*sigma)); %see moons book page 595 equation or eq 14.21
            gama12(k)=exp((-(r(i)-x121)^2-(r(i+1)-x122)^2)/(2*sigma));
            gama23(k)=exp((-(r(i)-x231)^2-(r(i+1)-x232)^2)/(2*sigma));
            gama24(k)=exp((-(r(i)-x241)^2-(r(i+1)-x242)^2)/(2*sigma));
            gama31(k)=exp((-(r(i)-x311)^2-(r(i+1)-x312)^2)/(2*sigma));
            gama32(k)=exp((-(r(i)-x321)^2-(r(i+1)-x322)^2)/(2*sigma));
            gama43(k)=exp((-(r(i)-x431)^2-(r(i+1)-x432)^2)/(2*sigma));
            gama44(k)=exp((-(r(i)-x441)^2-(r(i+1)-x442)^2)/(2*sigma));

the sigma should be divided instead of multiplied
Thanks and to check it
hammaddilpazir@yahoo.com

30 Jul 2007 MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey sabery, ali

hello That was very useful for me.Thanks BR

24 Dec 2006 MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey lini, li
Top Tags Applied by Bahadir
bit error rate, coding, coding theory, convolutional, information theory
Files Tagged by Bahadir
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Jun 2005 Screenshot MAP Algorithm Implementation of MAP Algorithm. Author: Bahadir Gedikbey coding theory, snr, bit error rate, noise radio, coding, map 13 6
  • 4.66667
4.7 | 6 ratings

Contact us at files@mathworks.com