Reuben Salisbury
Followers: 0 Following: 0
Feeds
提问
Varying a sinusoidal input
I am trying to create a sinusoidal model to simulate the sea as a fixed surface, but I'm not sure how to adapt a simple sinusoid...
4 years 前 | 1 个回答 | 0
1
个回答提问
Solving non linear 2nd order differential equation
I am trying to solve the differential equation: mx''+cx'+kx=ky+cy'' y is the input and x is the output. y=Y0sin(wt) where ...
4 years 前 | 1 个回答 | 0
1
个回答提问
solve a base excited spring damper system with sinusoidal excitation.
I'm modelling a spring damper system governed by the equation of motion m*x''+c*x'+kx=ky+cy''. y is the input y=Y0sin(wt), x...
4 years 前 | 0 个回答 | 0
0
个回答提问
I am attempting to set up a model for a suspension on a mass of 100kg with k=17kN/M and a damping ratio of 0.5. The system is modelled as a simple spring damper system.
The model below is attempting to model a base excited spring damper system. I feel like the issue is that the initial sinusoidal...
4 years 前 | 0 个回答 | 0
0
个回答提问
I need to find the displacement and velocity characteristics of a suspended mass on a boat. I am struggling to develop a state space expression that can take a sinusoidal input, and then to plot graphs of displacement and velocity from this.
clear t=0:0.1:10; %time peroid Y0= input('wave amplitude ') ; ...
4 years 前 | 1 个回答 | 0