Community Profile

photo

James Adams


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

A répondu
How to make this signal linear
Thanks for the help, this is really detailed and has helped a lot. :)

environ 4 ans il y a | 0

A répondu
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....

environ 4 ans il y a | 0

Question


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

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


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');...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 4 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


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?

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse