hitx
Member level 2
- Joined
- Mar 16, 2007
- Messages
- 49
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,723
Hi dear friends,
I am in a serious trouble with my FPGA. --- NLH --- (Need Lots of HELP!!). I am a newbie in FPGA programming . Now I have a equation like that : X(n+1) = 4*Xn*(1-Xn) . Some of you know this eqn. Anyway, Xn is in the range of 0<Xn<1 . With the initial value of Xn (e.g Xn=0.3) , I have to iterated this eqn (probably using a loop) till enough samples, then I have to store the all values in somewhere else :???: (FPGA memory, or ROM) . The problem is really big that I don't know what I need to do and How can I do. So where Should I start from ???
Note that all Xn values are float numbers . I guess that I have to convert these to binary. Am I right?
I am waiting your suggestions and help..
Thanks.
Best Wishes.
I am in a serious trouble with my FPGA. --- NLH --- (Need Lots of HELP!!). I am a newbie in FPGA programming . Now I have a equation like that : X(n+1) = 4*Xn*(1-Xn) . Some of you know this eqn. Anyway, Xn is in the range of 0<Xn<1 . With the initial value of Xn (e.g Xn=0.3) , I have to iterated this eqn (probably using a loop) till enough samples, then I have to store the all values in somewhere else :???: (FPGA memory, or ROM) . The problem is really big that I don't know what I need to do and How can I do. So where Should I start from ???
Note that all Xn values are float numbers . I guess that I have to convert these to binary. Am I right?
I am waiting your suggestions and help..
Thanks.
Best Wishes.