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...
14년 초과 전 | 답변 수: 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...
거의 15년 전 | 답변 수: 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 ...
거의 15년 전 | 답변 수: 1 | 0
