Parth Viradiya

Results 9 comments of Parth Viradiya
trafficstars

Hello, Currently i am thinking of linearization this way Linearization (ac, states, controls). returns A and B matrix. Aircraft model will be a parameter but what about flat earth model....

Can you elaborate on systems? And dynamic_system? I Mena what kind of inputs that it will have

Are you talking about matlab ss like function. That contains whole system in state space form

Sorry for the late reply. It was a busy day. I tried linearization with same function from 3dof example. But this six_dof_model have only dependent on states and forces and...

Hi Alex, i created linearization file https://github.com/parthp08/FlightMechanics.jl/blob/master/src/aircrafts/Linearization.jl. please check and comment on it if any modifications is required.

> * Let's try to prepare a test case in the tests folder. F16 is tested against Stevens, so anything else regarding linearization should be ok if linearization is ok....

> i made a test for coordinated turn case (page 205 in stevens book) but in book data is given in states vt, alpha and beta and we have u,...

> * Using the one you are using now and converting from u, v, w to tas, alpha, beta as it is done in: https://github.com/AlexS12/FlightMechanics.jl/blob/master/test/simulator/aircrafts/f16.jl around line 520 can you...

> Sorry. I didn't have much time during the week. I will try to have a look next week. that ok, i 've been busy myself. > I didn't have...