2013年10月2日

matlab和modelsim联合仿真

摘要: matlab代码:产生fft输入数据R=fix(256*(rand(1,64))-128)fid = fopen('D:\OFDM\ISE_Project\data_re_dec.txt','wt');fprintf(fid,'%d\n',R);fclose(fid);complement=zeros(1,64);for i=1:64 if(R(i)>=0) complement(i)=R(i); else complement(i)=65536+R(i); endendfid = fopen('D:\OFDM\ISE_Projec 阅读全文

posted @ 2013-10-02 17:03 aprienti 阅读(552) 评论(0) 推荐(0)

导航