Feeds
提问
Matlab rounding to zero?
I have some arrays that are ADC values and I simply need to convert them into actual voltage. This is easily done by ADC*Gain ho...
13 years 前 | 2 个回答 | 0
2
个回答提问
Convolving in Matlab
This is the code. clear all; i = 0; j = 0; folder = uigetdir; Loaddata(folder) for i=1:4833 %Reads in rows of...
13 years 前 | 3 个回答 | 0
3
个回答提问
Error while reading files from a directory
Here is my code: awdFiles = dir(fullfile(uigetdir,'*.awd')) for k = 1:length(awdFiles) waveform = awdFiles(k).name ...
14 years 前 | 1 个回答 | 0