Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help for double summation in Matlab

Status
Not open for further replies.

Ana-Maria

Member level 1
Joined
Apr 22, 2007
Messages
39
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,504
double summation

This a summation which represents the waves of a radio communication channel
Please give me the matlab code. I will donate 20 pts.
Thanks.
[/img]
 

summation in matlab

in fact i don't know this equation but u can try this

the double summation is exactly two "for loops" and their counters pass through the vector of T and gamma and taw

if this is not enough ,try to explain your equation more
 

matlab summation

Ana-Maria said:
This a summation which represents the waves of a radio communication channel
Please give me the matlab code. I will donate 20 pts.
Thanks.
[/img]

Here is the procedure what I'd follow

I define this equation for 'R' but for first for only one value of 'i' (i refers to the inner sum) and maybe call it 'Ri1'

then I would define this equation as a vector (hope you know what that is) for a vector value of 'i' from '0->I' as given in the attached equation. okay? and redefine the variable as 'RI', finally to get rid of the first summation, use 'sum' command i.e. sum(Ri)

I would follow the same procedure for the second (outer sum). I dont have too much time otherwise I would have tried to do it for you


__________________________________________________
groups.yahoo.com/group/telecom_research
 

    Ana-Maria

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top