Re: text to mif conversion
By: abhiphull on Feb. 22, 2021, 2:54 a.m.
Hi Zainab,
data is the vector(array) in Matlab that contains your data to be written into named mif file. It is meant to be signed integer (no fractions) in the code (since data radix is made decimal).
if your data is not scaled then the following…