Community Profile

photo

James Adams


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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?

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta