回答済み
Problem with identifying the entropy stabilization point in SSA for accurate signal decomposition.
@Trais You say SSA decomposes a signal into three components: trend, oscillations, and noise. Shouldn't the sum of the three c...

4ヶ月 前 | 0

回答済み
MPU6050 display raw data and fft from the reading get
@Nurul, [edit: fix spelling errors] Do you get an error when you run this code? I don't have the arduino add-on package, so I...

4ヶ月 前 | 0

回答済み
Multioutput Regression models for non-linear data
@Ashritha, It sounds to me like you want to estimate the values of circuit elements (R, L, C, etc) that will fit a fit a partic...

4ヶ月 前 | 0

回答済み
Kruskalwallis test for ECG signal
@Elzbieta, First, I needed to understand what the problm is. Since I needed files to run your script, I made 3 files of random...

4ヶ月 前 | 0

回答済み
Calculating the aortic flow downstream valve using Womersley and 3-element Windkessel model calculations from my FSI results - Why unusual sine waves at the end of flow curve?
@Hussam, [Edit: fix spelling errors.] I have not tried to understand all of your code. There are many plots above, and I canno...

4ヶ月 前 | 0

回答済み
help me to do nonlinear fitting use lsqcurvefit
@nirwana, I agree with the comments of @Mathieu NOE. He raises very good points - including the recommendation to share the s...

4ヶ月 前 | 0

| 採用済み

回答済み
Loudness Equalization Across Stimuli-Within Stimuli
@Buse, [Edit: correct spelling errors. Remove bullet point about ISO226 loudness levels, since I now see that function iso226...

5ヶ月 前 | 0

| 採用済み

回答済み
How to get correct pixel size in 2D after cut 3D voxel using obliqueslice
@Kamil, [edit: fix spelling errors (twice), no changes to code.] [Edit: Replace color images with new images that don't have a...

5ヶ月 前 | 0

質問


unable to load file in Matlab Answers
I have been unable to load data from a file in Matab Answers for a week or more. I can attach a data file to my answer by click...

5ヶ月 前 | 0 件の回答 | 0

0

回答

回答済み
How to constrain the time and how to derive the acceleration and position trajectories from given velocity trajectory?
@Alireza, You are correct: trapveltraj(,EndTime=tEnd) assumes tEnd is a scalar or a vector of segment durations. Example 1: Th...

5ヶ月 前 | 0

| 採用済み

回答済み
Determine of coherence using Transfer function (Bode plot)
@Kumaresh Kumaresh, The coherence equals one in your example because you estimated the spectra Pxx, Pyy, and Pxy using a single...

5ヶ月 前 | 0

回答済み
Issue with Fitting Damping Model to Experimental Data
@Ts, You say q(t) is a response. Response to what? To v(t), I assume. But you have not told us v(t). If you apply the differ...

5ヶ月 前 | 0

送信済み


SNR of ECG
Estimate signal to noise ratio for electrocardiogram.

5ヶ月 前 | ダウンロード 5 件 |

0.0 / 5

回答済み
Signal quality assessment with SNR in Matlab
@Elzbieta, This is a long answer, but I don't have time to write a shorter one. My reading of your calc_snr() code is that it ...

5ヶ月 前 | 0

| 採用済み

回答済み
Preserving relative proportions in graph after introducing bias in log scale plot
@Samuel, [Edits: Correct spelling errors, including "ch2inv" to "chi2inv".] [Edit: Correct formula for .] I have not tried to...

5ヶ月 前 | 0

| 採用済み

回答済み
Plotting the Electric field of a SPR sensor
@Mohamed, Do you have the data, and you want to know how to make a plot? If so, see here. If you are looking for a formula fo...

5ヶ月 前 | 0

回答済み
How can I draw a bifurcation diagram of the logistic dynamical coupled logistic map lattice system in MATLAB?
@Harpreet, What have you done so far? Your function L(e) is the logistic map function, with r=3.99. You have not specified th...

6ヶ月 前 | 0

| 採用済み

回答済み
Violinplot extending beyond data range
@Angie, [Edit: add ylim() so that all 3 plots have same y-axis range.] You can vary the bandwidth, or the kernel function, or...

6ヶ月 前 | 0

| 採用済み

回答済み
How do I interpret the output from fftn? (performed on a 3D matrix: time x spatial dimension 1 x spatial dimension 2)
@Neil Bailey, When you compare the 2d FFT to the 3d FFT, you must view slices through the 3d FFT that correspond to the plane ...

6ヶ月 前 | 1

| 採用済み

回答済み
Layered Damped Soil on Elastic Rock - Site Amplification in Kramer Book
@ibrahim can beziklioglu, You included two plots: a matlab-generated plot of Amplification factor as a funciton of frequency, a...

6ヶ月 前 | 0

回答済み
SNR vs Amplitude plot for ECG Lead
@Elzbieta, You have 21 amplitudes, 17 heart rates, and 8 leads (I, II, and V1 thorugh V6). That is a lot of combinations. I c...

6ヶ月 前 | 0

回答済み
Calculating calibration ECG device parameters
@Elzbieta, [edit: fix spelling mistakes] As you know, the MPS450 allows the user to specify various output waveforms. See tabl...

6ヶ月 前 | 0

回答済み
How to extract features from an ECG signal using ECGPUWAVE tool provided by physionet in MATLAB?
@Radu Stelu, ecgpuwave.m, here, is a matlab wrapper that calls an executable. there is additional info about ecgpuwave.m here. ...

6ヶ月 前 | 0

回答済み
How to modify the filter to match the power output of the wind turbine with the wind speed?
@jana nassereddine, The horizontal axis labels and values are partly cut off, or absent, on the three images you uploaded which...

6ヶ月 前 | 0

回答済み
Increasing value over time of Power of a audio signal
@Alex Kouroupis, You say "I need to calculate the power myself cause i need the values for a model". The first plot you pro...

6ヶ月 前 | 1

| 採用済み

回答済み
Compare probability density functions of 2 vectors
@T.C., [Edit: fix error in my code below.] The 2 sample Kolmogorov-Smirnov test. x1=rand(1,50); x2=rand(1,40); [h,p]=kstest...

6ヶ月 前 | 2

回答済み
MLS(moving least squares) algorithm problem... help me!!!
@종영, In your comment you refer to "cubic spline function". Cubic splines for smoothing can be done with csaps(). The code be...

6ヶ月 前 | 0

回答済み
Handling Multiple UTM Zones for Azimuth and Elevation Calculations in MATLAB
@Lidor, if I had to compute azimuth and distance for locations specified across multiple UTM zones, I would just convert to lat,...

6ヶ月 前 | 0

回答済み
Input for ARfit ? (EEG analysis)
@Annaëlle, [Edit: fix spelling.] Have you run the script ardem.m, which is part of the ARfit toolbox? Does it produce reason...

6ヶ月 前 | 1

回答済み
Plot the tidal ellipses for the four major tidal constituents
@은진, The line idx = find(strcmp(NAME, major_constituents{i})); does not work, because strcmp(NAME, major_constituents{i}) ...

6ヶ月 前 | 0

| 採用済み

さらに読み込む