/dvbt/trunk/release/mm/ml/xxbm/bo&tb/ws2file_tb.m

http://github.com/zaqwes8811/decoder-reed-solomon · MATLAB · 8 lines · 5 code · 1 blank · 2 comment · 0 complexity · bc034e278fd65ce55a16540afce6e04f MD5 · raw file

  1. % file : ws2file_tb.m
  2. idata = [1 2 3 4 4 5 6 7]; % ??????? ??????
  3. idata = [idata idata];
  4. fname = 'any.value'; % ???? ?????????
  5. width = 8; % ???????????
  6. %
  7. ws2file(idata, width, fname)