function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensions
% if x,y are matrices, rather than vectors, columns are
% assumed to correspond to independent realizations,
% overlap is set to 0, and samp_seg to the row dimension.
% maxlag - maximum lag to be computed [default = 0]
% samp_seg - samples per segment [default = data_length]
% overlap - percentage overlap of segments [default = 0]
% overlap is clipped to the allowed range of [0,99].
標(biāo)簽:
cum2x
y_cum
Cross-covariance
function
上傳時(shí)間:
2015-09-08
上傳用戶:xieguodong1234
這個(gè)程序用180行C代碼就能夠讀取FAT16文件系統(tǒng)U盤的根目錄,可以看到根目錄下的文件
名,并可顯示首文件內(nèi)容,不過,該程序很不嚴(yán)謹(jǐn),也沒有任何錯(cuò)誤處理,對(duì)U盤兼容性較差,只是用于簡(jiǎn)單試驗(yàn),作為參考.這個(gè)程序可以支持WINDOWS按FAT16格式化的U盤,因?yàn)槌绦蚓?jiǎn),所以只兼容超過50%以上的U盤品牌,如果換成CH375A芯片則兼容性可提高到85%,當(dāng)然,如果使用WCH公司的子程序庫(kù)或者正式版本的C源程序兼容性更好
標(biāo)簽:
180
FAT
程序
U盤
上傳時(shí)間:
2014-01-10
上傳用戶:wendy15