From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 61/DEPENDENCIES/open_loop_gain.sci | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 61/DEPENDENCIES/open_loop_gain.sci (limited to '61/DEPENDENCIES/open_loop_gain.sci') diff --git a/61/DEPENDENCIES/open_loop_gain.sci b/61/DEPENDENCIES/open_loop_gain.sci new file mode 100755 index 000000000..30829b639 --- /dev/null +++ b/61/DEPENDENCIES/open_loop_gain.sci @@ -0,0 +1,3 @@ +function A_ol=open_loop_gain(A_ol_mid,f,f_c_ol) + A_ol=A_ol_mid/(sqrt(1+(f/f_c_ol)^2)) +endfunction \ No newline at end of file -- cgit