Lukas Poviser
Followers: 0 Following: 0
Statistiques
RANG
80 111
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 =...
plus de 2 ans il y a | 1 réponse | 0
1
réponseInterpolation 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=...
plus de 2 ans il y a | 0
Question
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 2 réponses | 0