OpenCores
URL https://opencores.org/ocsvn/wdsp/wdsp/trunk

Subversion Repositories wdsp

[/] [wdsp/] [trunk/] [sw/] [matlab-scripts/] [fft/] [writebin.m] - Rev 5

Compare with Previous | Blame | View Log

function writebin(fid,a) ; 
%    w ritebin(fid,a) 
%       fid - file id obtained from fopen 
%       a - array to be written to to the file 
%       No return arguements 
for k=(size(a,2)):-1:1 
    fprintf(fid,'%1.1d',a(k)); 
end
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.