RF mass estimation demo
%-------------------------------------------------------------------------- %-------------------------------------------------------------------------- % Copyright (c) 2018 Princeton Satellite Systems, Inc. % All rights reserved. %-------------------------------------------------------------------------- p = 200e3; f = 8e6; s = 1/f; energy = s*p specificEnergy = 15e3*3600; % J mass = energy/specificEnergy %--------------------------------------
energy = 0.025 mass = 4.6296e-10