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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top