Question


How to filter? (Kalman, Narrow Bandpass , Low Pass)
Hello, I have a signal which I need to filter them with three filters.

8 years ago | 1 answer | 0

1

answer

Question


How can I get the 2 highest peaks ?
1)How can I get the 2 peaks from the picture below? Because these commands gives me the only the highest. [gpeakG1,fpeakG1]...

8 years ago | 2 answers | 0

2

answers

Question


How can I get the FFT (Amplitude - Frequency) from Time (s) - Acceleartion(m/s^2) data?
%% clc; clear all; close all; %% Time = xlsread('Data','A2:A513'); % Time (s) Acceleration = xlsread('...

8 years ago | 1 answer | 0

1

answer

Question


Why I get the wrong peak from bode plot?
%% Parameters m1 = 2500; % (kg) m2 = 320; % (kg) k1 = 80000; % (N/m) k2 = 500000; % (N/m) b1 = 350; % ...

8 years ago | 1 answer | 0

1

answer

Question


Why I get this Error (State Space)?
<</matlabcentral/answers/uploaded_files/47937/Simulink.png>>

8 years ago | 1 answer | 0

1

answer

Question


Why I get "Fcn Block has a syntax error"?
<</matlabcentral/answers/uploaded_files/47888/FcnSyntaxError.png>>

8 years ago | 1 answer | 0

1

answer

Question


Can I use as Input at Simulink a equation?
Hello, Can I use this equation as input at Simulink? I would appreciate any help. Simulink block: <</matlabcentral/ans...

8 years ago | 1 answer | 0

1

answer

Answered
how to read different columns from excel but write in the same variable in matlab?
I can't understand what exactly you want Mrs. Do you only need to read column A1 A5 A9... E1 E5 E9....? %% Read Column A...

8 years ago | 0

| accepted

Question


How can I set Values to Simulink Block from my Workspace?
I want to send PID Values to Simulink Model from my file.m I have tried this way but I got an error which I dont understand w...

8 years ago | 2 answers | 0

2

answers

Answered
How do I extract specific data from a time series?
t=zeros(10001,3); T1=[t(2001:7001,1)]; T2=[t(2001:7001,2)]; T3=[t(2001:7001,3)];

8 years ago | 1

| accepted

Question


How can I get this pattern?
Can somebody explain me how can I get this pattern? <</matlabcentral/answers/uploaded_files/42681/1.png>>

8 years ago | 4 answers | 1

4

answers