Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byu-magicc/mavsim_public
/ f
Method
f
mavsim_python/tools/transfer_function.py:53–55 ·
view source on GitHub ↗
(self, state, u)
Source
from the content-addressed store, hash-verified
51
return
y
52
53
def
f(self, state, u):
54
xdot = self.A @ state + self.B * u
55
return
xdot
56
57
def
h(self, u):
58
y = self.C @ self.state + self.D * u
Callers
1
rk4_step
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected