Feeds
提问
Does cross correlation indeed give correct signal leg value?
I want to find the position of signal [3,4] in signal [1,2,3,4,5,6] using cross correlation and thus xcorr function x = [1,2,3,...
5 years 前 | 1 个回答 | 0
1
个回答提问
Reading HEX data from text file in HEX format not decimal.
Hi I want to import the HEX data from the attached text file. fid = fopen('hextest.txt'); data = fscanf(fid,'%x'); The outp...
6 years 前 | 1 个回答 | 0
