Skip to content
Snippets Groups Projects
Commit bf7656da authored by Tara Mina's avatar Tara Mina
Browse files

Added controls directory

parent 941e8500
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
function [ Kd ] = calc_drag_constant( data, Pmin, Pmax, Rm, Kv, Kq, If )
function [ Kd ] = calcDragConstant( data, Pmin, Pmax, Rm, Kv, Kq, If )
%CALC_DRAG_CONSTANT
% Calculates the drag constant (Kd) given experimental data. The drag
% constant is described in detail in sections 4.2.5, 4.2.6, and 5.5.4.1
......
function [ Kt ] = calc_thrust_constant( data )
function [ Kt ] = calcThrustConstant( data )
%CALC_THRUST_CONSTANT
% Calculates the thrust constant (Kt) given experimental data. The thrust
% constant is described in detail in sections 4.2.1.1 and 5.5.1 of
......
function [I_0, I_1, I_2, dutyCycle, error, residual_error, residual_error_withIfConstant] = zero_load_current(absoluteFilePath)
function [I_0, I_1, I_2, dutyCycle, error, residual_error, residual_error_withIfConstant] = zeroLoadCurrent(absoluteFilePath)
%This function takes in an absolute file path to a .csv or Excel file with
%the following format:
% Second column should be the motor speed in revolutions per minute
......
File added
File added
File added
File moved
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment