How to plot n bit series of numbers. (n = 16 for example)
1 次查看(过去 30 天)
显示 更早的评论
Hi
Please, I want to know if it is possible to 'plot' say 16 bits series of numbers similar to the output of an FPGA.
I have attached a plot (FPGA output) as an example.
Thanks
1 个评论
Jan
2018-12-28
The question is not clear. What exactly are your inputs? What is a "16 bits series of numbers"? Which part of the posted image do you want to reproduce? What have you tried so far and what is the problem?
回答(1 个)
Bharath Venkataraman
2018-12-28
data = fi(rand(100,1),1,16,10);
laDisplay = dsp.LogicAnalyzer(1);
laDisplay(data)
I changed the label from input1 to data and changed data to be analog display.

0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!