- #1
- 7
- 0
I am doing satellite attitude determination simulation using sun Earth sensors and Gyro modelling .I am using extended kalman filtering for attitude determination.
the sequence of operations I am doing are
% Simulation data
% Spacecraft data
% Gyro data
% Sensor data.
% Control system initialization
% Generate the orbit
% el = [a,i,W,w,e,M]. The spacecraft is in geostationary orbit
% Initial conditions at equinox
% Sun and Earth vectors
% Run the simulation
I need to know the sources of error in determination of satellite attitude.How can I compare that the estimated value is correct.why the gyro is noisy always and what are the sources of errors which shall results to get noisy readings of sensors or other actuators.
I shall be very grateful to all for help in this regards
Thanks again in advance for your time and efforts
the sequence of operations I am doing are
% Simulation data
% Spacecraft data
% Gyro data
% Sensor data.
% Control system initialization
% Generate the orbit
% el = [a,i,W,w,e,M]. The spacecraft is in geostationary orbit
% Initial conditions at equinox
% Sun and Earth vectors
% Run the simulation
I need to know the sources of error in determination of satellite attitude.How can I compare that the estimated value is correct.why the gyro is noisy always and what are the sources of errors which shall results to get noisy readings of sensors or other actuators.
I shall be very grateful to all for help in this regards
Thanks again in advance for your time and efforts