what's this purpose? Y=MODULO(X+Y,64)*1/Z

Status
Not open for further replies.

cqmyg5

Advanced Member level 4
Joined
Oct 21, 2003
Messages
118
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Activity points
963
Hi,

I am confusing with this circuit, what's its purpose?

Y=MODULO(X+Y,64)*1/Z

what's the relation between Y and X?
 

Hi
1/Z means delay then the u should write Y(k+1)=mod(X(k)+Y(k),64)
i think u know the meaning of modulo 64, it is the reminder of division by 64
i dont know the application of this circuit but may be it is useful in modulation/demodulation of QAM because one of the usual constellation is 64
 

Thanks!

Why it's not Y(k+1)=mod(X(k)+Y(k+1),64) ?
 

I think:
y(k+1)=mod(x(k)+y(k),64);
and 1/Z should express a delay period.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…