Changes

Jump to: navigation, search

SPO600 Algorithm Selection Lab

10 bytes removed, 16:20, 24 September 2018
Conclusions
# Convert the volume factor 0.75 to a fix-point integer by multiplying by a binary number representing a fixed-point value "1". For example, you could use 0b100000000 (= 256 in decimal) to represent 1.00. Shift the result to the right the required number of bits after the multiplication (>>8 if you're using 256 as the multiplier).
=== Conclusions Deliverables === Blog about your experiments with an a detailed analysis of your results. Do a detailed analysis, including memory usage, time performance, accuracy, and other trade-offs.
Important! -- explain what you're doing so that a reader coming across your blog post understands the context (in other words, don't just jump into a discussion of optimization results -- give your post some context).

Navigation menu