Lukas Poviser - MATLAB Central
photo

Lukas Poviser


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/21 to 04/25Use left and right arrows to move selectionFrom 04/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
1 个回答

排名
244,711
of 298,046

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How can I know y value after smoothing data function?
I do have two vetors of recorded data. X is time a Y is volume. I have made curve fitting with that looks like this. smoothed =...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Interpolation on same number of samples after FIR filtration
% y2 is vector with original data fs = 25; fc = 0.65; % cut off frequency Nfir = 124; % order of filter N = length(y2); wc=...

3 years 前 | 0

提问


Interpolation on same number of samples after FIR filtration
Hi, I have made FIR filtration of my signal (sampled 25 Hz, 4500 samples) and after filtration that signal has about 200 samp...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to filter high frequencies from recorded data?
Hi, I do have recorder data of air flow and time. Sampled with 25 Hz. But there is some high frequency noise I would like get ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to find out point of change of sequence of ones and zeros?
Hello, I have this matrice: 1 NaN 3.28000000000000 1 NaN 3.32000...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to interpolate each part of values of one row matrix
Hi I have some sampled data. Data consist of one row matrix that consis of values and NaN (or 0, it's easy to change it). And I ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to segment one row matrix into multiple row matrix
Hi, I do have for example this matrix [ 3 6 4 5 6 NaN 8 9 10 NaN NaN NaN 13 14 5 6 0 1 NaN NaN 2 3 NaN NaN NaN 9 1 5 NaN 2 8 Na...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to calculate area under each peak in plot from sampled data
Hi, I would like to know area of each peak from my sampled data [time,flow] plot as shown in picture. Area of each peak should b...

4 years 前 | 2 个回答 | 0

2

个回答