Community Profile

photo

James Adams


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I use FFT determine the revolutions per minute of the data?
A=dlmread('data.txt'); a = A(:,1); % Time Samples in seconds. b = smooth(A(:,2)); c = smooth(A(:,3)); Fs = 1/a; % Fre...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to attempt the first stage of this task?
Hey guys, I currently have been set a task to achieve, but I don't know where to begin. Below is the objectives i need to achiev...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to import data to produce velocity image data
Attached to this post is the data file, and I need help achieving these objectives: Import SRAS_freq.txt and produce a velocity...

대략 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to make this signal linear
Thanks for the help, this is really detailed and has helped a lot. :)

대략 4년 전 | 0

답변 있음
How do you transfer this signal into linear form?
similar to the first task, I must remove the trend from the data file. I'm not sure if there is a trend to remove from signal_2....

대략 4년 전 | 0

질문


How do you transfer this signal into linear form?
my starting code is below. I must now convert this signal and make it linear. Any ideas on how to achieve this? A = dlmread('si...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How to make this signal linear
Here is my code so far on how to produce this plot. Any ideas on how to make this plot linear? A = dlmread('signal_2.txt');...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How do I process this image to look like the original?
Hi all, I loaded this image from the two matrices of image data 'fitheight' and 'vel' and was wondering if there were any functi...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How do you remove a trend from data without using the 'detrend' function?
%I have imported data into matlab and plotted the data onto a graph. I am having difficulty removing the trend without using the...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How do you separate imported data into time and amplitude?
%%i have imported notepad data into matlab, having difficulty seperating the data into seperate arrays. Any help?

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


how do you separate time data from signal data, plot the signal, followed by the removal of the trend without using the inbuilt ‘detrend’ function
%%. Load a signal_txt in Matlab using the importdata function. I then need to separate the time information from the signal info...

대략 4년 전 | 답변 수: 1 | 0

1

답변