photo

James Adams


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
164,382
of 300,974

声誉
0

贡献数
9 个提问
2 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

5 years 前 | 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...

6 years 前 | 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...

6 years 前 | 1 个回答 | 0

1

个回答

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

6 years 前 | 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....

6 years 前 | 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...

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

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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?

6 years 前 | 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...

6 years 前 | 1 个回答 | 0

1

个回答