/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
- % file : ws2file_tb.m
- idata = [1 2 3 4 4 5 6 7]; % ??????? ??????
- idata = [idata idata];
- fname = 'any.value'; % ???? ?????????
- width = 8; % ???????????
- %
- ws2file(idata, width, fname)