photo

James Adams


Last seen: mehr als 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
2 Antworten

RANG
165.039
of 301.472

REPUTATION
0

BEITRÄGE
9 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
55.56%

ERHALTENE STIMMEN
0

RANG
 of 21.293

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.655

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

Frage


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

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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?

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort