Beantwortet
how to get the value of accuracy for each type of distortion and the accuracy value for all?
@RACHEL LYN JAHIRIN, [edit: remove redundant text from my answer] I understand you are using a support vector machine (SVM) to...

mehr als 2 Jahre vor | 0

Beantwortet
% Demodulation demodulated_signal = modulated_signal .* c; % Low-pass filter (to remove high-frequency components) cutoff_freq = 2 * fm; % Cut-off frequency [b, a] = butter(6
@eman, Suppose the original signal is a 17 Hz sine wave plus a 23 Hz cosine wave, 0.2 seconds long, plus an offset so it is al...

mehr als 2 Jahre vor | 0

Beantwortet
I need to predict isobaric and Isotropic heat capacity vs. temperature and density from equation 49 and 50 in the attached paper. I don't know how to write these equations.
@Hanadi, [edit: fix typos, and add a question about units, at the end, and change units for Cv in the comments of my code below...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
findpeaks () doesn't find all peaks in function
@Michel, I see that the mat file contains the vector VP01f8, size 28600x1. I assume this is the signal of interest. I will refe...

mehr als 2 Jahre vor | 2

Beantwortet
Moving Standard Deviation issues with NaN values (i.e., Stdfilt). Alternatives and workarounds?
@Simone A., [Edit: I attached the script twice. I am removing the earlier version.] See attached script. Key steps, which occu...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
How to calculate the SNR of SSVEP signal after Fourier transform?
@潇轩 王, YOu say "why can't I get the same result?" Please explain more clearly what thing is not the same as what other thing. ...

mehr als 2 Jahre vor | 1

Beantwortet
Segment data into overlapping windows
@Panos Kerezoudis, you did not specify the sampling rate. You said you have time series data (1x300). I assume 300 is the num...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
3-D Polar Plot from mat Data
@Naeem, [Edit: added references to the File Exchange programs you referenced.] I am surprised that you were not satisfied with...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
FFT from CSV data file
@Mathias Braun, data=importdata('test_amplitude_50.2 (1).csv'); y=data.data; % signal N=length(y); % length of ...

mehr als 2 Jahre vor | 1

Beantwortet
Fitting Curve To Polarplot Data
@israel cohen, Matlab's lsqcurvefit is very good. The help for it has many good examples. As the name suggests, the error fun...

mehr als 2 Jahre vor | 0

Beantwortet
projecting 2D (x, y) coordinates onto a 3D plane
@Giuseppe Cecchelli, I think you know more than I do about Matlab's camera projection algorithms. Therefore I do not expect tha...

mehr als 2 Jahre vor | 1

| akzeptiert

Beantwortet
correct conversation from polar to cartesian coordinates for a surface profile
@Jessica Winkler, [edit: clean up copy-paste error, remove a line of code I added that was superfluous] [edit: Reverse the axi...

mehr als 2 Jahre vor | 0

Beantwortet
Unable to find transfer functon using model linearizer
@S J Lohit Prakash, [edit: Fix a typo in the y-axis label of two plots.] [edit: Fix mistake in equation - thank you @Paul.] Y...

mehr als 2 Jahre vor | 1

Beantwortet
Estimating transfer function of a system with input and output values as well as kp and ki values
Keaton, what do you get if you analyze the new data with code used to analyze the earlier data? What differences between the tra...

mehr als 2 Jahre vor | 0

Beantwortet
How can I get a two-dimensional contour line graph from Wavelet Time-Frequency analysis?
@Navid, Here is an example: fs=1000; % sampling rate (Hz) t=(0:1000)/fs; % time vector for x (s) x=chirp(t,50,1,300)...

mehr als 2 Jahre vor | 1

| akzeptiert

Beantwortet
Combine two MATLAB figures with two different y axes
@Belinda, I packaged the raw data into a single .mat file, attached. I will make two figures. Figure 1 has two panels. Figure...

mehr als 2 Jahre vor | 0

Beantwortet
Estimating transfer function of a system with input and output values as well as kp and ki values
@Keaton Looper, Yes you can. You can estimate the overall transfer function from Vin(t) to Vout(t) by using tfestimate(), if y...

mehr als 2 Jahre vor | 0

Beantwortet
In the case of a previously filtered signal, what methods can be employed to identify its filter characteristics?
@G, If you only have the filtered signal, and not the original, then you are out pf luck, unless you know, or are willing to as...

mehr als 2 Jahre vor | 1

Beantwortet
How can I draw a plane between 2 points ?
@VIGNESH BALAJI, You need to specify the third point (P2) in order to define a unique plane, and the third point must not be co...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Hanning Window Energy Density Value
@Selina, The normalization of the power spectrum is tricky. For example,there is the power spectrum and the power spectral dens...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Why does ode45 output "NaN" after some time, with this time depending on the input
@Merritt, There was an error when I ran testinstudy, because it calls heightconst(), which you did not provide. SO I commented ...

mehr als 2 Jahre vor | 0

Beantwortet
how to crop figures from excess white area
@Sven Larsen, One can reduce the whitespace by clicking and dragging the edgesof the image window so that it more closely matche...

mehr als 2 Jahre vor | 1

Beantwortet
Cropping an irregular image in matlab
@Lauren Smith, it appears to me that a rectangular crop would work for this image. A rectangle can be selected that includes not...

mehr als 2 Jahre vor | 0

Beantwortet
How can I fix my code of the heat equation?
@Jesus, [Edit: Correct "x(i)=pos(1) & y(j)=pos(2)" to "x(i)==pos(1) & y(j)==pos(2)".] [Edit: Fixed the update formula.] Am I...

mehr als 2 Jahre vor | 0

Beantwortet
Rungekuttan for a system of 2 DOE functions
@Emelia, I recommend that you write a set of first order differential equations for your system. Let the four variables be x, ...

mehr als 2 Jahre vor | 0

Beantwortet
deg2nm give unrealistic answer
@Bumpa, deg2nm(1) And when I run it locally I get the same thing.

mehr als 2 Jahre vor | 0

Beantwortet
How to apply the same operation to an ever increasing number of columns?
@Zulfiqar Alibhai [I moved my suggestion from comment section to answer section.] a=[1:7]; b=zeros(20,7); c=b; for j=1:7, b(:...

mehr als 2 Jahre vor | 0

Beantwortet
Solve Displacement Driven Mass/Spring System
@Joerg Fricke-Schmidt, You have written a system of first order differential equations, but I don't think it describes the syst...

mehr als 2 Jahre vor | 2

Gesendet


Bilinear Fit
Fit two intersecting straight lines to a set of x,y data points.

mehr als 2 Jahre vor | 3 Downloads |

0.0 / 5
Thumbnail

Beantwortet
Solving a system of ordinary differential equations
@Emily, It looks reasonable to me, especially when I simulate for a longer time. tspan = [0 500]; %timespan y0 = [0.0675 0...

mehr als 2 Jahre vor | 0

Mehr laden