my input data is float type,but algorithm tat i am using is based on 12 bit array.can u say me what type of data conversion is suitable.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시

my algorthim is attached in form of image for reference.parents ie p1 ,p2 are in floating datatypes like 0.4491 2.3419 5.4846 0.4576 binary coding doesn't work for this algorithm
댓글 수: 4
Walter Roberson
2014년 2월 11일
No attachment :(
What is class() of your data ? You appear to have shown 13 bits per line. Is your input a vector of 0's and 1's, each representing a bit?
saranya thangavel
2014년 2월 11일
Walter Roberson
2014년 2월 11일
I think I might understand how it is to be done, but I will need an example set of input values and the resulting values to work with.
In that block of 6, I see P1 twice and P2 twice. Are those representing the same P1 and P2, or are there two different sets of P1 and P2 ?
Do the grey areas represent anything in particular?
Why the heck would anyone want to use this output format?
saranya thangavel
2014년 2월 11일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!