Community Profile

photo

Cole


University of Tennessee Knoxville

Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 3 answers | 0

3

answers

Question


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 ...

13 years ago | 1 answer | 0

1

answer