⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 get_visual_data.m

📁 This a framework to test new ideas in transmission technology. Actual development is a LDPC-coder in
💻 M
字号:
function data = get_visual_data( filename )fid1=fopen(filename,'r');%read the first number, it is an integer reporting the number of samplessiz1=fscanf(fid1,'%d',1)data=zeros(siz1,1)+i*ones(siz1,1);for(ind=1:siz1)     RE=fscanf(fid1,'%f',1);     IM=fscanf(fid1,'%f',1);     data(ind)=RE+i*IM;end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -