summaryrefslogtreecommitdiff
path: root/876/CH6/EX6.11
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /876/CH6/EX6.11
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '876/CH6/EX6.11')
-rwxr-xr-x876/CH6/EX6.11/Ex6_11.sce14
-rwxr-xr-x876/CH6/EX6.11/Ex6_11.txt7
-rwxr-xr-x876/CH6/EX6.11/Ex6_11t.txt14
3 files changed, 35 insertions, 0 deletions
diff --git a/876/CH6/EX6.11/Ex6_11.sce b/876/CH6/EX6.11/Ex6_11.sce
new file mode 100755
index 000000000..2ae35e5c7
--- /dev/null
+++ b/876/CH6/EX6.11/Ex6_11.sce
@@ -0,0 +1,14 @@
+//caption:Find(a)output voltage after 1 sec(b)fall time of reference voltage waveform
+//Ex6.11
+clc
+clear
+close
+R=100000//resistance of DVM(in ohm)
+C=10^-6//capacitance(in F)
+Vin=1//input voltage(in V)
+t1=1//rise time of reference voltage waveform at output of integrator(in second)
+Vref=5//reference voltage(in V)
+Vo=Vin*(t1/(R*C))
+disp(Vo,'(a)output voltage after 1sec(in V)=')
+t2=(Vin/Vref)*t1
+disp(t2,'(b)fall time reference voltage waveform(in second)=') \ No newline at end of file
diff --git a/876/CH6/EX6.11/Ex6_11.txt b/876/CH6/EX6.11/Ex6_11.txt
new file mode 100755
index 000000000..5e0c43439
--- /dev/null
+++ b/876/CH6/EX6.11/Ex6_11.txt
@@ -0,0 +1,7 @@
+(a)output voltage after 1sec(in V)=
+
+ 10.
+
+ (b)fall time reference voltage waveform(in second)=
+
+ 0.2 \ No newline at end of file
diff --git a/876/CH6/EX6.11/Ex6_11t.txt b/876/CH6/EX6.11/Ex6_11t.txt
new file mode 100755
index 000000000..2ae35e5c7
--- /dev/null
+++ b/876/CH6/EX6.11/Ex6_11t.txt
@@ -0,0 +1,14 @@
+//caption:Find(a)output voltage after 1 sec(b)fall time of reference voltage waveform
+//Ex6.11
+clc
+clear
+close
+R=100000//resistance of DVM(in ohm)
+C=10^-6//capacitance(in F)
+Vin=1//input voltage(in V)
+t1=1//rise time of reference voltage waveform at output of integrator(in second)
+Vref=5//reference voltage(in V)
+Vo=Vin*(t1/(R*C))
+disp(Vo,'(a)output voltage after 1sec(in V)=')
+t2=(Vin/Vref)*t1
+disp(t2,'(b)fall time reference voltage waveform(in second)=') \ No newline at end of file