blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f940bccd5829c8373d76b2cb8fb531d0f0b2dbad | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH10/EX10.7/SolEx10_7.sce | 5c7e7847dd37f918a0285274e00500840d32f6b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | sce | SolEx10_7.sce | //Find the maximum and minimum values of the inductor current
//Example 10.7 page no 297
clear
clc
D=0.6 //Duty cycle
V1=24 //V
Rl=7
fs=30*10^3
L=50*10^-6
V2=D*V1
Imax=V2/Rl+((V1-V2)*D)/(2*fs*L) //maximum values of the inductor current
Imin=V2/Rl-((V1-V2)*D)/(2*fs*L) // minimum valu... |
c14739894077b3954177c785f3e9c02948eb5bb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH4/EX4.13/Ex4_13.sce | 055077204fc4cea6acd7f4e7a3ea81eae52b9b5b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | Ex4_13.sce | clc;clear;
//Example 4.13
//given data
maf=0.15;
caf=3.8;
dTaf=1.8;//suffix af for affected tissue
mh=1.2;///suffix h for hand
//calculations
//Ein - Eout = Esystem
//dUaffected tissue - KEhand = 0
//from above equation we can deduce that
Vhand= sqrt(2*maf*caf*dTaf*1000/mh);//for conversion factor mutipl... |
ed4ce51a0fecd4d6310b54a7b59302088af5ae26 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/scicos/getportsiz.sci | 70b02c9d26bfa75c83a8b2917a530f81e5466362 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sci | getportsiz.sci | function sz=getportsiz(o,prt_number,typ)
sz=[]
typs=['in','out','clkin','clkout']
k=find(typ==typs)+1
if k==[] then return,end
model=o(3)
psiz=model(k)
sz=psiz(prt_number)
|
6efe96bdd31245111e3d4cf94b6c0326168874b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2777/CH7/EX7.11/Ex7_11.sce | f079848e0d81afba17df28ed9fa52637c51ce7ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 839 | sce | Ex7_11.sce |
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 7 : SPECIAL MOTORS AND INTRODUCTION TO GENERALIZED MACHINE THEORY
// EXAMPLE : 7.11
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
s = 9; ... |
4ba662fb1d20a327653c0c7945b0b6b9eb390ed2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /605/CH8/EX8.1/8_1.sce | eeb52634fdd5fdcc580fe130e02e5051c1d3f125 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 138 | sce | 8_1.sce |
I1=1
V1=6*I1
Z11=V1/I1
V2=6*I1
Z21=V2/I1
I2=1
V1=6*I2
Z12=V1/I2
V2=6*I2
Z22=V2/I2
A=[Z11,Z12;Z21,Z22]
printf("\nA=")
disp(A) |
ca4d961ca48669ae58c96da06f2fc7eac4b461c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH12/EX4.9/Ex12_9.sce | 4a1fa5cd88df00992d7dec176b685ed4713247f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | Ex12_9.sce | //Part B Chapter 4 Example 9
clc;
clear;
close;
d=120;//mm
D1=120;//mm
D2=60;//mm
ThBYTs=(D1^4-D2^4)/d^4;
WhBYWs=%pi/4*((D1^2-D2^2)/(%pi/4)/d^2);
disp("Strength ratio, Th/Ts is "+string(ThBYTs));
disp("Weight ratio, Wh/Ws is "+string(WhBYWs));
|
754379beeb0f401ce9e434ba61c2379aa1dd74a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3740/CH8/EX8.10/Ex8_10.sce | 000c5553ceddf79263895f63cd176b8446d47a08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 992 | sce | Ex8_10.sce | //Optoelectronics - An Introduction, 2nd Edition by J. Wilson and J.F.B. Hawkes
//Example 8.10
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given - Case (i)
Lambda0=850e-9;//Wavelength in m
L=1e3;//Length of the silica based fiber in m
DeltaLambda0=50e-9;//Linewidth of the fiber in m
c=3e8;//Spe... |
c54d9683f0321dd8c4eb42c7ab35e1a713f9a1d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH5/EX5.14/5_14.sce | f6329d22e80a4002ee3b3eb97ab8ca57c09e2fc1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | 5_14.sce | //Problem 5.14: If three identical lamps are connected in parallel and the combined resistance is 150 ohms, find the resistance of one lamp.
//initializing the variables:
Rt = 150; // in ohms
n = 3; // no. of identical lamp
//calculation:
R = Rt*3 // (1/Rt)=(1/R)+(1/R)+(1/R)
printf("\n\nResult\n\n")
print... |
ec87dfd28aad2773d7e3784d48b9911dd5a620bd | f2068f2734a1b9080ea2db4455a5fc3581ab0a1c | /plus_tau5.sci | 4969aacd81948e7cc9796371af618b8e3d0aea8d | [] | no_license | NnataKha/Conflict-models-with-attractive-interaction | 5a9bc20603f05cfefa5283db453bc377ff68ff15 | afc53eff31d1d16134b76fde0b51698abc4a9c67 | refs/heads/master | 2020-03-16T18:48:14.182188 | 2018-05-10T11:17:25 | 2018-05-10T11:17:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,653 | sci | plus_tau5.sci | //we subtract avarage grouth on Omega_+ from each M(i)
clear;
if 1==1 then
n=4;
for i=1:n-2
T(i)=rand(100)*110;
M(i)=rand(100);
end
for i=n-1:n
T(i)=rand(100);
M(i)=rand(100)*50;
end
end
n=length(M);
st = sum(T);
sm = sum(M);
T = T'./st;
M = M'./sm;
m = 200;
for k = 1:m
time(k)... |
f9213a8fc41925deff7e450f012efd2947d439b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH23/EX23.8/ex_23_8.sce | 6eb26903759e0296f03687e75525a19c7af1141d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 690 | sce | ex_23_8.sce | //find
clc
//solution
//given
D1=65//mm
p1=0.7//N/mm^2
p2=0.75//N/mm^2
dx=3.5//mm
t=550//N/mm^2
G=84000//N/mm^2
C=6
W1=(%pi/4)*D1^2*p1//N
W2=(%pi/4)*D1^2*p2//N
W=W1-W2//N
//T=W2*D/2=7467*d
//D=6d
//T=(%pi/16)*t*d^3=108*d^3
//d=sqrt(7467/108)//mm
printf("dia of spring wire is,%f mm\n",sqrt(7467/108))
printf("standard di... |
c8c27ba26f2a605aeb6a2360ad9c5bd76df73626 | 264ce5fd7f847a0c98e344d52433472013dc0e51 | /data_viewer/gui.sce | 5f80acad717f72c8ae84915152b1cbcb658e757f | [] | no_license | JeroenDM/scilab_examples | 6c0b47113f3bdf50950960626f616a2557101f99 | 36bf54c0aa085fd7167910ee5b88a536c1917c5a | refs/heads/master | 2021-09-06T04:41:49.779588 | 2018-02-02T11:56:36 | 2018-02-02T11:56:36 | 119,973,817 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,939 | sce | gui.sce | clear;
clearglobal;
clc;
// Variables to cache information while viewing data
global param dataPath fileList currentFile labelList currentLabelX currentLabelY;
labelList = ['No data'];
// Variables for gui layout
margin = 0.02;
elementWidth = 0.25;
elementHeight = 0.05;
listHeigth = 0.3;
axesWidth = 1 -... |
d84a1263df1499dc9fd550d21c797db6302935bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH10/EX10.a.9/exaA_10_9.sce | 63a07722a434ad5cf3d09b20a060899d140a131e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | exaA_10_9.sce | // Example A-10-9
// Transforming to canonical form
clear; clc;
xdel(winsid()); //close all windows
mode(0);
s = %s;
A = [1 1;-4 -3];
B = [0; 2];
C = [1 1];
ch = det(s*eye(2,2) - A)
cf = coeff(ch);
a = cf(1: $-1)
N = obsv_mat(A,C)'
W = [cf(2:$) ; 1 0]
Qi = W*N'
Q = inv(Qi)
A1 = Qi*A*Q
B1 = Qi*B
|
ec95604aec5b549257530219572a0a719c54d67c | 3b9d7536a267f8c26d200f8a04cf846ae7278d6f | /assignment-4/1)Schmidt.sce | 52512beae0d5120b438d7c71d34ef9a7066442bc | [] | no_license | vanisharm/linear_algebra | 0179ee46ad0e4cffeca4ae1e30ded864f5c2abd2 | a57eed41d2ae556ee0ff895a7e5953dbfe53fc93 | refs/heads/master | 2021-01-01T07:08:57.304584 | 2020-06-05T06:33:17 | 2020-06-05T06:33:17 | 239,162,939 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | sce | 1)Schmidt.sce | clc;clear;close;
n=3
disp("Enter elements for matrix A")
for i=1:n
for j=1:n
A(i,j)=input("Enter element ")
end
end
disp(A,'A=');
[m,n]=size(A);
for k=1:n
V(:,k)=A(:,k);
for j=1:k-1
R(j,k)=V(:,j)'*A(:,k);
V(:,k)=V(:,k)-R(j,k)*V(:,j);
end
R(k,k)=norm(... |
e23578ada04470ec3afb7bfabfa118f31ddc67e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH21/EX21.9/Ex21_9.sce | eea342ef54e2cd78c41587e5bb4b0eb68b1c0eee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | Ex21_9.sce | //chapter21
//example21.9
//page474
printf("The purpose of using series resistance R is : \n 1) if R is not present, diode will short voltage source in positive half cycle \n 2) so large current will flow which may damage voltage source or diode. \n To prevent this i.e. to protect diode and voltage source, R is us... |
67f3829ca795b20f3d67daecbffdfd33dffebdb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH8/EX8.2/example2_sce.sce | 1625a28d33233b3a2cb93d4c833741543806659a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | example2_sce.sce | //chapter 8
//example 8.2
//page 313
printf("\n")
printf("given")
P2=25*10^-3;//when frequency increase to 20KHz
P1=50*10^-3;//when signal frequency is 5KHz
Po=10*log10(P2/P1);
printf(" output power change in decibels is %ddB\n",Po) |
6d4e028fe81b41040e8249a3c6274594328b6a83 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH4/EX4.2.iii/Ex4_2iii.sce | c1c916efb1b978b7da281621eedcbc347533f6a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | Ex4_2iii.sce | //Caption: Final Bit rate
//Example 4.2.iii
//page no 167
//find Final Bit rate
clc;
clear;
//Given data
bandwidth=4.2*10^6;
fm=bandwidth;
q=512// Quantization levels
v=9;
fs=2*fm;
r=v*fs;//signaling rate
disp(r,"Final Bit rate ");
disp("bits/sec");
|
f80c0ca4337fb0afa3cb03e2b9aa12bf7e47e9f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH5/EX5.2/Ex5_2.sce | c96b72663d5f41f277fa27b8834b63cddf64dbca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 530 | sce | Ex5_2.sce | //Caption: Nyquest rate,Signaling rate,bandwidth
//Example 5.2
//page no 220
//Find i)Nyquest rate,
// iii)Signaling rate,
// iv)bandwidth
clc;
clear;
f1=3000;
f4=1000;
f2=1000;
f3=1000;
//Nyquest rate
nq1=2*f1;
nq2=2*f2;
nq3=2*f3;
nq4=2*f4;
disp("kHz",nq1,"i)Nyquest rate of x1");
disp("kHz",nq2," Nyquest ra... |
d39963d8242f1fd620eb990a252c35d05ed05721 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH6/EX6.12/Ex6_12.sce | 66ecb934e74a9c54115620b31de0f86dbe26669e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 496 | sce | Ex6_12.sce | //chapter-6 page 244 example 6.12
//==============================================================================
clc;
clear;
x=3.5;//distance between two minimas in cm
y=0.25;//distance between twice minimum power points in cm
//CALCULATION
wg=2*x;//guided wavelength in cm
S=(wg/(y*(%pi)));//Voltage Stand... |
0d0ffb8c62f9be85400108500ab7494a77dbd467 | 117d2e73730351cc15ef378cd319a907c507e476 | /sistemas lineares/jacobi.sce | 48ff6ecc10ac01b6b030fa894feb6d06eed7f9e8 | [
"Apache-2.0"
] | permissive | Trindad/algoritmos-calculo-numerico | b900768350277a46da636a3d0da9b8c83c4da780 | 1dcafd39d2281cb3065ba9742c693e5e49e2a08c | refs/heads/master | 2021-01-22T21:28:09.251265 | 2014-07-23T14:08:55 | 2014-07-23T14:08:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,332 | sce | jacobi.sce | // Método de Jacobi para sistemas lineares
clear
clc
printf('Resolução do sistema Ax = b por \n');
printf('Jácobi \n\n')
n=input("Ingresse com a ordem do sistema = ");
printf('\n');
printf('Matriz coeficientes do sistema \n\n')
//for i=1:n
// for j=1:n
// printf('coeficiente A(%d,%d) = ', i,j ) //Definicão da m... |
f30e7a3599eb7ea6a1d1fe19eb4f74b62a2cdfcd | 01823c4e7253ee7884eafb5228f40554c44a64de | /Test1.tst | 59de7a9cd78f1b968b6e1b9346bb591ef8721614 | [] | no_license | GordinMaxim/2gis-test | e38fe78102636f27bbf125ce9a791dec2f2dc7f3 | 9702452fa9b2e766b734b495871f9f851b3533b8 | refs/heads/master | 2020-12-31T05:10:29.969497 | 2016-04-15T14:38:48 | 2016-04-15T14:38:48 | 56,321,756 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 70 | tst | Test1.tst | er mmothother
father brother sister
.mother
summer lunamotherr
_mother |
92a7629684cfa04f4d9022866fb2c280adcd763c | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/macros/hmm_viterbi.sci | 0c1031ba31d81cad580f6285c5eda71caf20c4a3 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,491 | sci | hmm_viterbi.sci | ///////////////////////////////////////////////////////////////////////////////
// Author: Jia Wu
// Date: July 2010
// Description: Viterbi algorithm for computing the optimal hidden state
// sequence given an observation sequence and the hidden markov model
//
// Copyright (C) 2009-2010 OpenPR
//... |
857af4ddf92dbf24eb9f3e1cf9115e963c35241b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH8/EX8.23/Ex8_23.sce | e1f2a8c8cccbdc08843579dabf20ca1c6a9c1866 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | Ex8_23.sce | //Ex:8.23
clc;
clear;
close;
po=2*10^-3;// optical power in watts
I=100*10^-3;// current in amp
V=2;// applied voltage in volt
pe=I*V;// electrical power in watts
n=(po/pe)*100;// conversion efficiency
printf("The conversion efficiency =%d %%", n); |
4c28b612fc9a7b5b88929557f25e1f6a16d8c85a | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R6/contrib/lib/auis-6.3/overhead/cmenu/tests/inactive.tst | 5059e7e77e1165845795ce16cc778a5c82b50876 | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 98 | tst | inactive.tst | 0 1 0
0 2 0 Second Pane
1 10 1 First
1 11 2 Second
1 20 3 #Third Spaced
2 99 9 Last
2 10 4 1 on 2
|
8a282c3949724d6faf989239797cc75ac14fd554 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH18/EX18.23w/18_23w.sce | 1722b38f0ffcabcc5c62218258f69cee56361fa3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,336 | sce | 18_23w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 18.23w
//calculation of location of image of an object placed in front of a concavo-convex lens made of glass
//given data
R1=20; //radius of curvature(in cm) of first surface of concavo-convex lens
R2=60; //radius of... |
0a232642113b11291ecbc76f2a58a16580a28262 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/glever.man.tst | dc691ab3dbd8aafdbd8638602d3e631fe7437b14 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 115 | tst | glever.man.tst | clear;lines(0);
s=%s;F=[-1,s,0,0;0,-1,0,0;0,0,s-2,0;0,0,0,s-1];
[Bfs,Bis,chis]=glever(F)
inv(F)-((Bfs/chis) - Bis)
|
87bc0412c23ce8f21121f33978de1dc4a02534cb | f14f2861ee7e97cb37f69216b207bf431873cfb5 | /SciLab/Ajuste de curvas - Ejercicio expo.sce | 110b7b2344309559b6ad5fdfe296f9bf82dab90e | [] | no_license | osfprieto/Personal | f97307f1014569baa9a10865c255072b8b949c11 | f0353c25718f29feebfb26da2003408e448a0aeb | refs/heads/master | 2022-09-20T13:11:19.242327 | 2022-09-12T19:53:37 | 2022-09-12T19:53:37 | 14,189,787 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,457 | sce | Ajuste de curvas - Ejercicio expo.sce | //ofprietoc@unal.edu.co
function probarAjusteDeCurvas()
//Los datos tabulados
x = [0.0000000000001 1 2 3 4 5]//El 0.0000001 es para aproximarlo a 0 y poder calcular la aproximación logarítmica
y = [2.1 7.7 13.6 27.2 40.9 61.1]
//x = [1 4 6 8 13 15 16 20]
//y = [21.6 19.8 19.1 26.4 26.1 ]
//... |
105c33b40bc2a30a7d8fbbb52664ea34bbe0af50 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH2/EX2.29/Ex2_29.sce | 966f57442edfba5872fc171586f9b2297e8de53e | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | Ex2_29.sce | errcatch(-1,"stop");mode(2);//Ex:2.29
;
;
u_o=12.57*10^-7;
u_r=500;
A=15*10^-4;//area of cross-section in sq. meters
l=20*10^-2;//length
L=100*10^-3;//in henry
n=sqrt((L*l)/(u_r*u_o*A));
printf("Inductor requires %d turns of wire",n);
exit();
|
2dcfc7b65406b262e7266a74eb231ad529ad06aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH4/EX4.11/ex4_11.sce | 32a8a955019a4cd739057d0a1725e56e0d33acd3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | ex4_11.sce | // Exa 4.11
clc;
clear;
close;
format('v',5)
// Given data
V_CC = 12;// in V
Beta = 100;
R = 600;// in k ohm
R = R * 10^3;// in ohm
R1 = 600;// in ohm
//Applying KVL to input side, V_CC -(I_E*R1) - (I_B*R) - V_BE = 0
I_B = V_CC/(R+(Beta*R1));// in A
I_C = Beta*I_B;// in A
I_E = I_C+I_B;// in A
// Applyin... |
d325d8acd2232ae8f68b4e1086443e075a284245 | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH9/EX9.14/ch9_14.sci | 0e294ec0eae0acfe827fb33415fe7bbfa271c263 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | sci | ch9_14.sci | //to find resistance added to ckt
clc;
n_s=1500;
w_s=2*%pi*n_s/60;
n=1250;
s=1-n/n_s;
//Im=(1/3)*(0.3+.25/s+j*1.83)ohm/ph
T=150;
V=440;
//T=(3/w_s)*(V^2*(R_2t/s))/((.1+(R_2t/s))^2+(X1+X2)^2);
//after solving R_2t^2-1.34*R_2t+0.093=0
function [x]=quad(a,b,c)
d=sqrt(b^2-4*a*c);
x1=(-b+d)/(2*a);
... |
d0044bd5f6562dbea9d13851930237986ccb1de5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH7/EX7.4/c7_4.sce | 762084987dcc34021b419ba032aac506890c267f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,446 | sce | c7_4.sce | //(7.4) For the gearbox of Examples 2.4 and 6.4(a), develop a full exergy accounting of the power input. Let T0 = 293 K.
//solution
//Since the gearbox volume is constant, the rate of exergy transfer accompanying power reduces to the power itself. Accordingly, exergy is transferred into the gearbox via the ... |
2b17b4fee02a656eb58c4c07c8d672c68ca5c3ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH2/EX2.19/ex2_19.sce | b18cbe19f4682c32a6e11315ede6bd6a970c6cc7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 562 | sce | ex2_19.sce | // Exa 2.19
clc;
clear;
close;
// Given data
V_Gamma = 0.7;// in V
R_f = 0;// in ohm
V_rms = 120;// in V
V_max = sqrt(2)*V_rms;// in V
R_L = 1;// in K ohm
R_L = R_L * 10^3;// in ohm
I_max = (V_max - (2*V_Gamma))/R_L;// in A
I_dc = (2*I_max)/%pi;// in mA
V_dc = I_dc * R_L;// in V
disp(V_dc,"The dc voltage ... |
ac1d90d6e0a153f9c83170b53b4a44a252a39ab0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH14/EX14.4/Ex14_4.sce | b17a295f0d6752986276709fceed8e204e182773 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,588 | sce | Ex14_4.sce |
// Example 14.4`
I=15.7; // Phase current
Vt=22*10^3/sqrt(3); // Phase voltage
Zs=0.16; // Impedance
V=12.7; // Terminal Voltage per phase on full load
Vz=I*Zs; // Voltage drop per phase on full load
OC=... |
6dc834d0c395b5cd6f01c0bfa11390f969e45cbe | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.13_8.tst | 847059949a2d4ef8b1ef3bf2c0239d2da6ac12a5 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 254,910 | tst | 5.13_8.tst | 13 20:1 454:1 777:1 1266:1 1397:1 1697:1 1757:1 2159:1 2180:1 2408:1 2471:1 2499:1 2845:1 3181:1 3485:1 4830:1 5959:37 5993:1 6095:1 6186:1 6832:1 7002:1 7446:1 8366:1 8630:1 9015:1 9810:1 10257:1 11333:1 11496:1 11623:1 11888:1 12169:1 12377:1 12668:1 12895:1 13976:1 14343:1 14718:1 16226:1 17803:1 19060:1 19127:1 191... |
8ce30e19dc279c2cbf0b266816c46a12b80c7869 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3825/CH8/EX8.4/Ex8_4.sce | 452a3201f2a8a0d27a577c9743819f396282b2e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | Ex8_4.sce | clc
R=8.314
TO=300
X1=0.79
X2=0.21
deltag=R*TO*((X1*log(X1))+(X2*log(X2)))
mprintf("ge-gi=%fJ/mol\n",deltag)//ans vary due to roundoff error
W=(-deltag*10^3)/3600
mprintf("W=%fW\n",W)//ans vary due to roundoff error
|
e7ea968bef5d459745582ef81e86236ee49c20ee | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/scicos/LOOKUP_f.sci | 2926651ae879d52f605fffa5af98394b43f81b4f | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,350 | sci | LOOKUP_f.sci | function [x,y,typ]=LOOKUP_f(job,arg1,arg2)
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
graphics=arg1(2); [orig,sz,label]=graphics([1:2 4])
model=arg1(3);rpar=model(8);n=size(rpar,'*')/2
thick=xget('thickness');xset('thickness',2)
xx=rpar(1:n);yy=rpar(n+1:2*n)
mnx=mini(xx);xx=xx-mnx*on... |
101f619fa75939aba71dd268e300af7cd0b0b342 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2399/CH2/EX2.4.1/ex_2_4_1.sce | c544c0d764d91fe31a8a95608e36dc23bac5d85a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | ex_2_4_1.sce | // Example 2.4.1:Numerical Aperture and critical angle
clc;
clear;
close;
n1=1.46;//refractive index
d=0.01;//difference
na=n1*sqrt(2*d);//numerical aperture
x=1-d;//
oc=asind(x);//in degree
disp(na,"numerical aperture is")
disp(oc,"critical angle at core cladding interface is ,(degree)=")
|
a6b4a64a15afd448f3eacfa15664f27ff455dd6b | 7b2a50c3591cc45fd3e2c0ed0221f4612a7e06d7 | /ana86/smp/ectab/cc.tst | 5f59aae6c2d802d54f24ac3656b79ea696683851 | [] | no_license | tenk-a/oldprog | 906291c0d6c69083e8f45fa5a304f62cabeaf217 | 0d795f8013697606cb9359672ff3afd27a8f35af | refs/heads/master | 2021-09-11T19:36:06.391881 | 2018-04-11T14:55:53 | 2018-04-11T14:55:53 | 103,815,083 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 50 | tst | cc.tst | " "
" "
int a;
in b;
i c;
d;
|
d41d1789eacf6bf91620fd86b2f2b56fab5c1625 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1733/CH8/EX8.13/8_13.sce | 9697a2c38d08c90db8bf03481acdeaf3e9e3ad71 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 628 | sce | 8_13.sce | //8.13
clc;
R1=1000;
R2=100000;
Avf=(R1+R2)/R1;
printf("Closed loop gain=%.0f", Avf)
beta=R1/(R1+R2);
f_unity=1000000;
f2=f_unity*beta;
printf("\nUpper cut off frequency=%.0f Hz", f2)
disp('Critical frequencies')
C1=10^-6;
R3=150*10^3;
fc=1/(2*%pi*R3*C1);
printf("\nCritical frequency when R is 150 Kohm=%.... |
4bf1fba46d87a0ee306f65cca5a6b3ddf34d4456 | aebd99e326c0b4c836cc47c6d7e29211f44530e2 | /atari source/AHDI/SYQUEST/SQHDX/WINCAP.TST | 7312591a7a4c3c1582b9a672225d48720e3c56d0 | [] | no_license | ysei/Atari_ST_Sources | fdabfbf455cb6bb9f0b3227efbc88f2724e132b3 | 2c04b9050ea289a46e87fff265a1ff782d795982 | refs/heads/master | 2021-01-18T20:53:19.113971 | 2014-03-14T11:51:06 | 2014-03-14T11:51:06 | 18,726,399 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,307 | tst | WINCAP.TST | # Hard disk format and partition configuration file.
# 2-Apr-1986 lmd, Atari Corp.
# 12-Jan-1988 ml, Atari Corp.
#
# Global parameters:
# ms#count Maximum partition size in sectors (***DON'T CHANGE***)
#
:@@=Parameters:ms#32752:
#
# Format parameters:
# 'mn' entries (default values in [brackets]):
# mn=name appear... |
1445c471d1be8dbba7d930a69262e8befcf91745 | 449d555969bfd7befe906877abab098c6e63a0e8 | /695/CH3/EX3.29/Ex3_29.txt | b391ea89bb8dcc41bc1193ea822a76668651e608 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 392 | txt | Ex3_29.txt | //Caption:Calculate the value of iron loss and copper loss which will give max efficiency and also the max efficiency
//Exa:3.29
clc;
clear;
close;
KVA=25;
P_iron=350;//in watts
//For max efficiency P_iron=P_cu
P_cu=P_iron;
disp(P_iron,'Iron loss (in watts)=');
disp(P_cu,'Copper Loss (in watts)=');
Eff=KVA*1... |
2d392ddf06402cc70cdafa4abc7b75988c80633f | 78ff3e16a288175ff606f38ee5ee877d4844773e | /12_chapter/12_06_example.sci | f645b68082fa29e08443f6bf5acab6d0f1a2eebe | [] | no_license | rngalvan/fluid-mech-cengel | 16c12ed8f71f25c812700be4322328c5663b71cf | ee45f924e73cbb8b5716fac43504dac15ffd1f64 | refs/heads/master | 2021-05-27T20:52:22.586023 | 2013-04-17T04:25:37 | 2013-04-17T04:25:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sci | 12_06_example.sci | //Example 12-6 Airflow through a Converging-Diverging Nozzle
P_0 = 1.0 //inlet pressure of air [MPa]
T_0 = 800 //inlet temperature of air [K]
V_i = 0 //air has negligible velocity at the entrance [m/s]
k = 1.4 //sepcific heat ratio for air
Ma = [1, 2] //Mach number at the throat and exit
A_t = 20 //throat area at the e... |
0288e60fe12700fdd79209f0988564a82342fcbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /162/CH5/EX5.3/example53.sce | 27dcb41801dc86287742865d0320ac00207dd508 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | sce | example53.sce | //Example 5.3
clc;
syms t;
h=%e^(-3*t);
x=%e^(-4*t);
H=laplace(h);
X=laplace(x);
Y=X*H;
y=ilaplace(Y);
disp(y,'y(t)='); |
f71910ea60abf4aab63ead447876e76b6049caac | 449d555969bfd7befe906877abab098c6e63a0e8 | /2863/CH2/EX2.6/ex2_6.sce | ff61d18efee0e3930a315a8f9167feb22446c511 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | ex2_6.sce | //chapter 2
//Pavg=0.5*|E|^2/etta0,Prmax=2*10^-6W,Aem=Prmax/Pavg
printf("\n");
E=50*10^-3;
Etta0=120*(%pi);
printf("the electric field is %eV/m",E);
Pavg=0.5*(50*10^-3)^2/(120*(%pi));
printf("\nthe average power is %gW",Pavg);
Aem=(2*10^-6)/(3.315*10^-6);
printf("\nthe maximum effective aperture area is %gm^2"... |
e91d57f38d68f137e20f7ecb283cb2d02a833bd0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH5/EX5.21/5_21.sce | 43248add5d6b4b9654aaa5f6af051dbb796a9922 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,793 | sce | 5_21.sce | //To calculate secondary terminal voltage and full load efficiency at unity pf
clc;
clear;
P=4*(10^3);
E1=200;
E2=400;
// O.C Test
V=200;
Pil=70; // Iron Loss
Ioc=0.8;
R0=(V^2)/Pil;
Iw=V/R0;
Im=sqrt((Ioc^2)-(Iw^2));
X0=V/Im;
// S.C Test
Vsc=17.5;
Isc=9;
Psc=50;
R2eq=Psc/(Isc^2);
Z2e... |
0f6568f4c956bd4072c2dcf8e065deb805faa203 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/prod.man.tst | 7038d6dcca1f0b3c46940bb4bcfbcf0e396e10f6 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 63 | tst | prod.man.tst | clear;lines(0);
A=[1,2;0,100];
prod(A)
prod(A,'c')
prod(A,'r')
|
cb0edac1882388498de04b166ceaf5f89903c828 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1.1/macros/percent/%lsslp.sci | 09575353409ddde1569304d82480de79c5a6a152 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 195 | sci | %lsslp.sci | //[sr]=%lsslp(s,p)
//sr=%lsslp(s,p) ou sr=s\p
// p matrice de polynomes
// s representation d'etat d'un systeme lineaire
//!
//origine S Steer INRIA 1992
sr=s\list('lss',[],[],[],p,[],[])
//end
|
66a739163fcd0142ed8a8896104340e0cd8d51c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2780/CH3/EX3.21/Ex3_21.sce | 758dfd3e6174e86d720e96176ad801171f70ae91 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 474 | sce | Ex3_21.sce | clc
//to calculate angle of diffraction for third order spectrum and absent spectra if any
n=3
lambda=6000*10^-8
eplusd=1/200
theta=asind(n*lambda/eplusd)
disp("angle of refraction is theta="+string(theta)+"degree")
d=0.0025
e=eplusd-d //width of wire in cm
m=1
n=eplusd*m/e
disp("order of absent spectrum is ... |
e1fd135f2824518a690000ed518808cbf3835e9c | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/GFS-GCCL-C/results/GFS-GCCL-C.abalone-10-1tra/result7s0.tst | 6dc4e6e732edb414c1b8f3f0b9330568f5759036 | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,537 | tst | result7s0.tst | @relation abalone
@attribute Sex{M,F,I}
@attribute Length real[0.075,0.815]
@attribute Diameter real[0.055,0.65]
@attribute Height real[0.0,1.13]
@attribute Whole_weight real[0.002,2.8255]
@attribute Shucked_weight real[0.001,1.488]
@attribute Viscera_weight real[5.0E-4,0.76]
@attribute Shell_weight real[0.0015,1.005]... |
a727d2a9e1ceb30571d2bd730a5e283ea12b6bf6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /710/CH10/EX10.2/10_2.sci | 6c826a1dd7d3b8f51d2d44463c3e9fe2166c9b85 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 670 | sci | 10_2.sci | clc();
clear;
//To determine the kinetic energy of proton & electron
h=6.626*10^-34; //plancks constant
lambda=0.3; //de Broglie wavelength
p=h/(lambda*10^-9); //uncertainity in determining momentum in kg.m/s
//For electron
me=9.1*10^-31; ... |
642006806c12941f1b89e88718fd79cb27b8109e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH8/EX8.3/Ex8_3.sce | c753d178eacd82366541d6d307ee50007a077470 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | Ex8_3.sce | //chapter-8 page 338 example 8.3
//==============================================================================
clc;
clear;
//For a reflex klystron
n=2;//peak mode value
V0=300;//beam voltage in V
I0=0.02;//beam current in A
Vs=40;//signal voltage in V
J1=1.25;//bessel coefficient for n=2
//CALCULATION... |
45ab0c7624f76b80dbe113b6ca8563ee782fafd3 | 85744a910858b3185731e57d7d39dac2b5b17982 | /QPSK Modulation.sce | f4abc5b91afbbbb96e5fd195e05b1cc3bc8a8af5 | [] | no_license | shashwat2811/Analog-Digital-Communication | b53aac1ae75d53df90e0b938ef8fdc38caaf3084 | edd1ba5b0abad34aa74bed3441fddb26497f91db | refs/heads/main | 2023-06-05T04:33:21.979126 | 2021-06-12T13:41:56 | 2021-06-12T13:41:56 | 376,288,206 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,514 | sce | QPSK Modulation.sce | clc ;
clear ;
xdel ( winsid () ) ;
Tb=1;
t=0:(Tb/100):Tb;
fc=1;
c1=sqrt(2/Tb)*cos(2*%pi*fc*t);
c2=sqrt(2/Tb)*sin(2*%pi*fc*t);
N=16;
m=rand(1,N);
t1=0;t2=Tb;
for i=1:2:(N-1)
t=[t1:(Tb/100):t2]
if m(i)>0.5
m(i)=1;
m_s=ones(1,length(t));
else
m(i)=0;
m_s=-1*ones(1,length(t));
end
odd_sig(i... |
4d03e679f8217d6c6f7c5370d92c740c9210b68b | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/10_11.sci | 562d62a801ee79876fe3b48076b873b92f4dc694 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sci | 10_11.sci | //Diameter of fan 1 (in inches):
D1=36;
//Operating speed of fan 1(in rpm):
N1=600
//Density of air used in fan 1(in lbm/ft^3):
d1=0.075;
//Diameter of fan 2(in inches):
D2=42;
//Operating speed of fan 2(in rpm):
N2=1150;
//Density of aif usd in fan 2(in lbm/ft^3):
d2= 0.045;
//The following values are obta... |
8644ecc916d6d3668486426d5be5769202f8c868 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/db2pow/db2pow7.sce | 823e4cafea92a26881117074673d8c441ac12a7a | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 106 | sce | db2pow7.sce | //
//check o/p when i/p is a postive matrix
y=40;
ydb=db2pow(y);
disp(ydb);
//output
// 10000
|
f4ccd8b29e1358701890a41cdfb69c46256c4ab5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH23/EX23.7/Ex23_7.sce | d031e16d049e89cd4cbb1286552dd57e2e8c06fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 518 | sce | Ex23_7.sce | clear
//Given
l=36.0*10**-8 //m
w0=2*1.6*10**-19 //J
h=6.62*10**-34 //Js
c=3*10**8
e=1.6*10**-19
m=9.0*10**-31
//Calculation
//
l0=(h*c)/w0
E=(h*c)/l
E1=(E/1.6*10**-19)*10**38
K=E1-2
v0=K
vmax=sqrt(e*v0*2/m)
//Result
printf("\n (i) Threshold wavelength is %0.0f A",l0*10**10)
pr... |
9aa23516062425580b9ae42bf52a423d21e05e7c | abac61d8c2d8d88bc272a883215a7bf0b32a58ee | /eular.sci | 2946a3ee885602f0c9d3e158f648f05b8307d39b | [] | no_license | praveen-739/sci_lab-implemention | 9f095ff1202df36a98f51acdc2f98a1db7634922 | 997ec61631e701a9782424bbccff7a2594bfa3fc | refs/heads/master | 2020-03-10T10:23:09.515658 | 2018-04-13T09:38:14 | 2018-04-13T09:38:14 | 129,331,740 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sci | eular.sci | function []=eular(x0,y0,xn,h)
#differentiating function x0 to xn
while(x0<=xn)
y1=(y0+h*f(x0,y0));
y0=y1;
x0=x0+h;
end
printf("value at x=%f is %f",xn,y1);
endfunction
function dx=f(x,y)
dx=(y-x)/(y+x);
endfunction
|
2627dc2c914604e79b6cdd32a0b60bf4e7d8b29a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH10/EX10.1/Ex10_1.sce | 2df972e1d288a5f52a5aff67ae24c469760bf7c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sce | Ex10_1.sce | clc//
//
//
//Variable declaration
C=2*10^-6; //capacitance(F)
V=1000; //voltage(V)
epsilon_r=100;
//Calculation
W=C*V^2/2; //energy stored in the condenser(J)
C0=C/epsilon_r;
W0=C0*V^2/2;
E=1-W0; //energy stored in the dielectric(J)
//Result
printf("\n energy stored in the condenser... |
c5e843af98c20f86d492de6110be9e62e9b7f171 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH2/EX2.1/example_2_1.sce | 9e3312105cc74899e6c38b8994bb331977437970 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,215 | sce | example_2_1.sce | clear;
clc;
disp("--------------Example 2.1---------------")
// example explanation
printf("A node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (bus topology LAN).\nAt the data link layer, this frame contains physical (link) addresses in the header... |
050f707d1314bee09501af0b8ffeaba001eddfe5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH11/EX11.11/Example11_11.sce | 4686240e5fda46d47b08052fc84edbefc7b73354 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 629 | sce | Example11_11.sce | //Exa 11.11
clc;
clear;
close;
//Given data :
Vs=66;//kV
d=1;//cm
d1=1+2*1;//cm
D=3+2*1;//cm
epsilon_r1=3;//relative permitivity
epsilon_r2=2.5;//relative permitivity
g2maxBYg1max=d*epsilon_r1/(d1*epsilon_r2);
Vmax=Vs*sqrt(2)/sqrt(3);//kV
//Vmax=g1max*d/2*log(d1/d)+g2max*d1/2*log(D/d1);//kV
g1max=Vmax/(d/... |
bb68178384a8652029881dc9e13b356d75433e37 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH2/EX2.3/Ex2_3.sce | 5463262bcb4c1d5af4c9e89f047d099f326d3b82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 601 | sce | Ex2_3.sce | //Chapter 2: Spectroscopy and Photochemistry
//Problem: 3
clc;
//Declaration of Constants
Na = 6.022 * 10 ** 23 // Mole constant,permol
//Declaration of Variables
d_NaCl = 2.36 * 10 ** -10 // Intermolecular dist. NaCl,in m
m_Cl = 35 * 10 ** -3 // Atomic mass, in kg /mol
m_Na =... |
e89a1faa1b60d0713ba8437fbd6625502b304ee5 | 89fe42f1d4907c16ae1152649fc53a6d7910387c | /Lab 04 Registros en HDL/SixTeenPos.tst | ed080d1710d69abf0ad0cf092b598d6acc023c11 | [] | no_license | MarlonRoches/Arqui1 | f83545b06761f1bd6c48d26221f8dfc486c57f43 | 5bc55296e70c979a4f75f8243923f778be833efa | refs/heads/main | 2023-07-09T15:37:11.432356 | 2021-08-14T03:56:41 | 2021-08-14T03:56:41 | 355,042,852 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 965 | tst | SixTeenPos.tst | load SixTeenPos.hdl;
output-file SixTeenPos.out;
output-list in flag addressBit address8Pos out;
set in %B10101010,
set flag 1,
set addressBit 1,
set address8Pos %B000,
tick,
output;
tock,
output;
// lee datos
set in %B110011,
set flag 0,
set addressBit 1,
set address8Pos %B000,
tick,
output;
tock,
output;
... |
a1445d28bd0e86eb7aa2540718eaa2ca1e3b2b8e | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/austronesian/mao.tst | a09c7599d6241344234a28efa208e105ea97cc05 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 519 | tst | mao.tst | mōhio V;ACT
mōhio V;PASS
tahi V;ACT
tahi V;PASS
patu V;PASS
patu V;ACT
hoe V;ACT
hoe V;PASS
āmine V;ACT
āmine V;PASS
oka V;PASS
oka V;ACT
paki V;PASS
paki V;ACT
wareware V;ACT
wareware V;PASS
puta V;ACT
puta V;PASS
kaukau V;PASS
kaukau V;ACT
tae V;ACT
tae V;PASS
tomo V;ACT
tomo V;PASS
hora V;PASS
hora V;ACT
waiata V;PA... |
b5007b1040d2390f6b5d49134f34b3f8423d1e0f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH9/EX9.2.1/Example9_2a.sce | f3e347b1778e3b11ab5fc1fb046c96de9442f5ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 322 | sce | Example9_2a.sce | clc
//Given that
b_ratio = 2 // ratio of light output in a period
// sample problem 2a page No. 333
printf("\n # Problem 2a # \n")
printf("Standard formula used \n\t M = m - 2.5log(L/L_0) ")
del_m = 2.5 * log10(b_ratio) // calulation of change in magnitude
printf ("\n Change in magnitude is %f times", del_m )... |
b2bb54b18a8b4115f0d3a1dd38951d6883f620db | 54b9c7bb3fe66ed1812d9f52c5f77d82cf59293b | /MathTest/MathTestCustom.tst | 3170f2435168949ffc16a8a6aefb36341284fea7 | [] | no_license | timiscoding/Jack-OS | 5453814c0914076006c882b58def3148abe6bd94 | 59f38fd3cbfbb2d22a8a6f58ba8e1b0ab1b89c0d | refs/heads/master | 2021-04-09T11:47:24.354296 | 2018-03-23T03:14:23 | 2018-03-23T03:14:23 | 125,602,256 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | tst | MathTestCustom.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/12/MathTest/MathTest.tst
load,
output-file MathTestCustom.out,
compare-to MathTestCustom.cmp,
output-list RAM[8014]%D2.6.1 RAM[8015]%D2.6.1 RAM[8016]%D2.6.1 RAM[80... |
65603b15c2b998aa5fd6e2b6995023ed74cb5655 | 48d313982e11468e3406524c01f1cba2700a2db5 | /Calcul numeric/ResurseTemaCalculNumeric/New folder/ExFct/lim.sci | b74551585c1d0e4589406f500a4460ba11f77326 | [] | no_license | albanionut/University | b8e918a192c131647099c57e1b2caa231de98d6d | b3d3dfe3cf64d0cddfaeb570151adf7d4c9ad0b7 | refs/heads/master | 2021-07-13T11:31:29.880681 | 2020-10-10T15:07:00 | 2020-10-10T15:07:00 | 214,223,943 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sci | lim.sci | function [l,error]=lim(tol,nmi)
v=sqrt(2);
cont=%t;
ni=1;
while(cont)
ni=ni+1;
l=sqrt(v+2);
d=abs(v-l);
v=l;
if(d<tol)&(ni>nmi)
cont=%f
end
end
if(d<tol)
error=0;
else
error=1;
end
endfunction
|
e0d49728fbe144415ca9fc5e11c202eeec34692d | 81a5c9fb4452c596031b1d529ea71e53e423de8d | /maxoftwo.sce | c721b35bcbeefd27889c186dd0e5a31a7c03b4a2 | [] | no_license | thevinitgupta/scilab | b9d6b31b27bd3192d3713470c4a51da080d6a572 | c0aa61b0463c3501d43b73fdec07b9dc7fc27b21 | refs/heads/main | 2023-03-22T07:49:10.980286 | 2021-03-12T13:32:10 | 2021-03-12T13:32:10 | 346,394,901 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sce | maxoftwo.sce | // Name - Vinit Gupta
//
// Date of creation: 10 Mar, 2021
//
function max =maximum(a,b)
// Description of name(input)
max = b
if a>b then
max = a
end
endfunction
|
ed98ff6652bae6c2e0204a208ae30773e21ec8fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH4/EX4.4/ch_4_eg_4.sce | 186120a175cbf666b228d063fd94b1586cf74f48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,005 | sce | ch_4_eg_4.sce | clc
disp("the solution of e.g. 4.4 -->Stirred Tank with Coil Heater")
vol=.5*.5*2 //given data
rho=1000
m=vol*rho
vol_rate=.001
mdot=vol_rate*rho
out_A=1
U=200
Cp=4184
T1=20, Ts=250, T_exit=28 //temp in Celsius
t1=(mdot*Cp*T1+U*out_A*Ts)/(m*Cp) ... |
51e925c5ce920e0fcff9b15a45b7e0ee6907c2d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH3/EX3.12/12.sce | 6837d44b973186d265275970eac82b767ff25c72 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 624 | sce | 12.sce | clc
// Given that
lambda= 5000 // wavelength of light in angstrom
n1 = 1 // order
n3 = 3 // order
N = 6000 // no. of lines per cm
// Sample Problem 12 on page no. 156
printf("\n # PROBLEM 12 # \n")
printf(" Standard formula used \n")
printf(" n*lambda= sin(theta)/N \n")
theta_1 = 180/%pi*asin(n1*lambda*1e-8... |
25be46715a2d28417cfbdce943a10b350f2c4bf5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH3/EX3.4.2/Example3_10.sce | 3a854d3f04cca2c4857c8a5f6db0245782cc81e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 600 | sce | Example3_10.sce | //Chapter-3,Example3_4_2,pg 3-10
//For single mode fibre, V < 2.405
V=2.405 //normalized frequency of fibre
n1=1.47 //refractive index of core
n2=1.46 ... |
74c67360722aa8db7164e4e4ad7fb588822fcc28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /135/CH8/EX8.4/EX4.sce | 245d48f87bb300581c6be9e57a31c16417f31492 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 490 | sce | EX4.sce | // Example 8.4: AV, Ri, Ro
clc, clear
IDSS=16; // in mili-amperes
Vp=-4; // in volts
rd=40; // in kilo-ohms
// From Fig. 8.14
RS=2.2; // in kilo-ohms
// Using dc analysis
VGSQ=-2.8; // in volts
gmo=2*IDSS/abs(Vp); // in mili-ampere per volt
gm=gmo*(1-VGSQ/Vp); // in mili-ampere per volt
mu=rd*gm; // Amplific... |
37f88a4596dd071e090c0416b584f8810eae4286 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/demos/lmitool/ric_dscr.sci | 6ed8f6f2e10f85a8f6a3069e1aa51c9d61825cdd | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 713 | sci | ric_dscr.sci | function [P]=ric_dscr(E,A,C,Q,R)
// Copyright INRIA
// Generated by lmitool on Thu Feb 09 15:59:05 MET 1995
Mbound = 1e3;
abstol = 1e-10;
nu = 10;
maxiters = 100;
reltol = 1e-10;
options=[Mbound,abstol,nu,maxiters,reltol];
///////////DEFINE INITIAL GUESS AND PRELIMINARY CALCULATIONS BELOW
... |
e1362b5be30b2517424a11484b33363e462be71c | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0020.tst | 8b033822593093a2ce01c8408d0a9403b1becda2 | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 502 | tst | 0020.tst | splitteR O {}
FILter TWq { }
FiLteR rTBT {I or Not l or nOT c NOT H not QCC }
zTXFnM -> Fh -> g
groUpeR C {mODULE q{ uaySHX <= a yFHu = B fi <= mbkAoK Xyye <= UC } MoDuLE i{ h < GUZ RDElTA 69 } aGGrEgATE BiTor(ajz) aS eS ,gJ.Z ,unIOn(xE) As u }
uNgROuPeR l { }
gRouPFILteR z {}
MErGeR NZ { mODule z { BRanc... |
bd6b31c552acf59e6a9c63fa85d2763ee4a90685 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electrical_Measurements_Measuring_Instruments_K._Shinghal_2318.zip/Electrical_Measurements_Measuring_Instruments_K._Shinghal_2318/CH4/EX4.7/ex_4_7.sce | 3f658656affd1011a3cd4b2bbe5048f8db26074e | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | ex_4_7.sce | errcatch(-1,"stop");mode(2);//Example 4.7: Length
;
;
//given data :
l=40;// in cm
r=0.5;// ion ohm
R=r*l/1;// in ohm
V=1.2;// in V
V1=6;// in V
I=V/R;
x=V1/(r*I);
disp(x,"The length of slide wire,x(cm) = ")
exit();
|
911c18eb0436aaa93455873884b287785722ec36 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /prog_assembly/libs/scilab_code/finetune_program_graph.sce | 9785f0be5397295dc467110302e2bb9940bd8b9c | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 2,741 | sce | finetune_program_graph.sce | time_scale=1e-5; // Time unit : 10us
clear data_05; data_05=read_tar_pgm_result('data'+info_name+'5.hex',m_graph,time_scale);
data_05_size = size(data_05);
data=[data_05]; fprintfMat("target_program_ADC"+info_name+fname+".data", data, "%5.15f");
for i=3:m_graph
data(:,i)=diodeADC_v2i(diodeADC_h2v(data(:,i),chip_nu... |
ccbd8196f5664cbb853e7031497dd69f3086deee | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH9/EX9.3/9_3.sce | e889c0d54b2038a336020f1935e3e28edc587324 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 674 | sce | 9_3.sce | a=1000; //say a=μe
Vt=0.0258;
c=300; //say c=μh
Dn=a*Vt;
Dp=c*Vt;
printf('\n The value of Dn is %f cm^2/V-s',Dn);
printf('\n The value of Dp is %f cm^2/V-s',Dp);
ni=10^10;
Na=10^16;
Nd=4*10^16;
np0=ni^2/Na;
pn0=ni^2/Nd;
printf('\n The value of np0 is %f cm^-3',np0);
printf('\n The value of pn0 is %f cm^-... |
3488e86b55ea27b57031cb661bfbc1c8e8c731df | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH2/EX2.5/2_5.sce | 3363e43ec8c88e0218fd8f2ddd4ade709b31fb70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 504 | sce | 2_5.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 2.5
//calculation of angle between two vectors from known value of their cross product
//given data
C=15; //magnitude(in unit) of cross product of two vectors,C=|A*B|
A=5; //magnitude(in unit) of A vector
B=6; //magn... |
4c34d4d8679a6f6b374ee945dc66986fe8c649f9 | b23687e2eb02bcb6d0f581b7975f42c496faeda1 | /Fast_Fourier_Transform_discrete.sce | 759419a5e7e173bb68274ecc671ce647f85a8364 | [
"MIT"
] | permissive | harvishj/Scilab | bd3fbd3e679eb07aa088ff2bab40d491c6499770 | 9daada512f42ea6f52199a34d6b18e64b107af94 | refs/heads/master | 2021-07-14T15:06:03.621923 | 2020-10-05T06:35:43 | 2020-10-05T06:35:43 | 213,328,984 | 1 | 3 | MIT | 2020-10-05T06:35:44 | 2019-10-07T08:16:52 | Scilab | UTF-8 | Scilab | false | false | 499 | sce | Fast_Fourier_Transform_discrete.sce | clear;
clf;
clc ;
N = 30;
n = 0:N-1;
k = 0:N-1
fd = k/N;
k1 = 1; N1 = 5;
x = sin(2 * (%pi) * n * k1 / N1);
xf = fft(x);
xf1 = xf/N;
r = real(xf1);
i = imag(xf1);
disp(r);disp(i);
xf2 = abs(xf1);
subplot(3,1,1);
plot2d3(n,x);
xlabel("n","fontsize",4);
ylabel("x(n)","fontsize",4);
xgrid(5);
subplot(3,1,2);
... |
59fb8cb206c2e0bd91e61342ae881290087242f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH2/EX2.16/ex2_16.sce | 006f678b40adcdbec9ed82ebd2bcff9bae5d2353 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 261 | sce | ex2_16.sce | // Exa 2.16
clc;
clear;
close;
// Given data
V_dc = 12;// in V
R_L = 500;// in ohm
R_F = 25;// in ohm
I_dc = V_dc/R_L;// in A
V_m = I_dc * %pi * (R_L+R_F);// in V
V_rms = V_m/sqrt(2);// in V
V = V_rms;// in V
disp(round(V),"The voltage in V is");
|
67e8f5b99a52b20ada6d9ff864a567f1ea3e9ca8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH2/EX2.19/ex19.sce | 859bac0d1606750286335d83a36c9a6c2d1ff3e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 93 | sce | ex19.sce | clear
clc
A=[1 3 2;2 0 -1;1 2 3]
I=eye(3,3)
disp("A^3-4*A^2-3A+11I=")
A^3-4*A*A-3*A+11*I |
452e4694b102d29d982b3a7a5d643dd56eeb6494 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH6/EX6.10/ex6_10.sce | 0bf0afddec47aee2735fcc708f1e2f3a4b960571 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | ex6_10.sce | // Exa 6.10
clc;
clear;
close;
format('v',6)
// Given data
N = 100;
I = 20;// in A
V = 210;// in V
pf = 0.8;// in lad
Er = 350;// in rev
a = 3.36;// assumed
Et = (a*3600)/3600;// in kWh
// 1 kWh = 100;// revolution
Et = Et*N;// revolution
// Percentage error
PerError = ((Er-Et)/Et)*100;// in %
disp(Pe... |
5ab396642e85239a65d474a3099c7102b6df30d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH25/EX25.8/EX25_8.sce | d151b107cdb80d58a4c6bf8045818963fa25e04c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 418 | sce | EX25_8.sce | //Chapter 25
clc
//Example 8
//given
f1=1000// focal length of objective of telescope A in mm
f2=1250// focal length of objective of telescope B in mm
f3=6// focal length of eyepiece of telescope A in mm
f4=25// focal length of eyepiece of telescope Bin mm
//C) Calculation of magnification of the telescope
m_A=f1/f3
m_... |
bd7d4c584525cb7d75e5a5cb8686f5a90308250c | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH17/EX17.1/ex1.sce | 81693cafc63c6392c3ca8c32ec39d53efdfc22e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 460 | sce | ex1.sce | //ques1
//to determine isentropic stagnation pressure and temperature
clear
clc
T=300;//Temperature of air in K
P=150;//Pressure of air in kPa
v=200;//velocity of air flow n m/s
Cp=1.004;//specific heat at constant pressure in kJ/kg
To=v^2/(2000*Cp)+T;//stagnation temperature in K
k=1.4;//constant
Po=P*(To/T... |
5688db0576c30ce79823e445d9f967be589c3536 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/ATWM1_Working_Memory_MEG_MP82VCF_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | f8e49fd1ea8be41a50936164723d85d894d1ffa7 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monit... |
372e464eca9546a601a5ae0a32378ccaffdffcd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH43/EX43.8/Example43_8.sce | 8eca56bd610820e907e4b377d0a2beb0b7aab5de | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 262 | sce | Example43_8.sce | //Given that
ratio = 10.3
Th = 1.25*10^9 //in years
//Sample Problem 43-8
txt = mopen('Example43_8_result.txt','wt')
mfprintf(txt, '**Sample Problem 43-8**\n')
t = Th * log(1 + ratio)/log(2)
mfprintf(txt, 'The life of rock is %eyears', t)
mclose(txt) |
e56961ce830d7c2099153fff8daa692a2c90976f | 28a8d47c4d79b231f8bebc28925792a290f67e9f | /bk/others/prototype/create_scheme.tst | a37076594f3684c9dd400fab3a0a7feb139c3e0c | [] | no_license | ZVlad1980/doo | a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8 | e81be8f524b78b9a6ec06b7f83a8c13354fc6412 | refs/heads/master | 2021-08-17T02:03:54.553822 | 2017-11-20T17:21:03 | 2017-11-20T17:21:03 | 111,440,129 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,782 | tst | create_scheme.tst | PL/SQL Developer Test script 3.0
143
-- Created on 11.07.2014 by ZHURAVOV_VB
declare
-- Local variables here
i integer;
s xxdoo.xxdoo_db_scheme;
c xxdoo.xxdoo_db_column_tmp;
--
function get_xml(s xxdoo.xxdoo_db_scheme) return xmltype is
l_result xmltype;
begin
select xmlroot(xmltype.createxml(s)... |
cc296df44e0befdb2d9d7817b5db92ffaab9b159 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH5/EX5.1/Ex5_1.sce | d96d24e06bcae10fbe3500ee195d78ccf464e4ed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sce | Ex5_1.sce | //CHAPTER 5 ILLUSRTATION 1 PAGE NO 160
//TITLE:Inertia Force Analysis in Machines
clc
clear
pi=3.141
r=.3// radius of crank in m
l=1// length of connecting rod in m
N=200// speed of the engine in rpm
n=l/r
//===================
w=2*pi*N/60// angular speed in rad/s
teeta... |
7b8ca3b1726f210bd08ab8e71118872d0f715c87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH7/EX7.15/ex15.sce | bb96ef0031a9b6c248f72631fcfc846d07027968 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 740 | sce | ex15.sce | //ques15
//Effect of Efficiency on Compressor Power Input
clear
clc
T1=285;//initial temperature in K
h1=285.14;//table A-17 initial heat of enthalpy in kJ/kg
Pr1=1.1584;//reduced pressure
P2=800;//final pressure in kPa
P1=100;//initial pressure in kPa
Pr2=Pr1*(P2/P1);
//from table corresponding to Pr2
h2s=5... |
519daf5140e2f4ae6c557d7663854e02dd27df51 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH13/EX13.5/13_5.sce | fd14423a4f6ec539cdb78eb1c4c83132145b129a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | sce | 13_5.sce | //To find speed of gear C
clc
//Given:
TB=75, TC=30, TD=90
NA=100 //rpm, clockwise
//Solution:
//Refer Table 13.3
//Calculating the number of teeth on gear E
TE=TC+TD-TB
//Calculating the speed of gear C
y=-100
x=y*(TB/TE)
NC=y-x*(TD/TC) //rpm
//Results:
printf("\n\n Speed of gear C, NC = %d rpm, anticloc... |
d6686b16ad9266c5106ca40ef2ea2bcac586657a | 717ddeb7e700373742c617a95e25a2376565112c | /3165/CH4/EX4.11/Ex4_11.sce | e1571ec232349bae4ca86498d2cc4e3271136f09 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 460 | sce | Ex4_11.sce | //Example 4 . 11
//To Conver t a s i n g l e Pol e LPF i n t o BPF
clc ;
s=%s;
z=%z;
HZ =(0.5*(1+ z^( -1))) /(1 -0.302* z^( -2));
T =1;
wu =3* %pi /4;
wl=%pi /4;
wp=%pi /6;
k= tan (wp /2) / tan ((wu -wl) /2) ;
a= cos (( wu+wl) /2) /cos ((wu -wl) /2) ;
transf = -((((k -1) /(k+1))*(z^( -2))) -((2*a*k/(k +1) )... |
6e437456b8dfaa601e640688e4f56c8cb58913e0 | 05b2bd67239938195f6ea021fd482c06f69c9145 | /p2.sci | 96b1706f7e244d1d58d2bc40b0d4ee091bd0c7e1 | [] | no_license | ZimmSebas/Metodos | 213aa8af793726409cf0346c3315663aa59ae835 | 5fb6f28413064194ae8f625da48914b471bb50f7 | refs/heads/master | 2020-03-31T15:18:35.349807 | 2019-12-21T23:19:21 | 2019-12-21T23:19:21 | 152,331,779 | 5 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,853 | sci | p2.sci | old = 'f';
n = 20
for i=1:n
new = 'd'+string(i)+'f';
deff('y='+new+'(x)','y=numderivative('+old+',x,0.1)');
old=new;
end
// Ejercicio 1
function r = misraices(p)
c = coeff(p, 0)
b = coeff(p, 1)
a = coeff(p, 2)
if(b < 0)
r(1) = (2*c)/(-b + sqrt(b**2 - 4*a*c))
r(2) = (-b... |
7c617d481428e6491c207f5d2f5c37a420527ccd | 270c239ad1a53c003654a7b02b6ed1e7d2ae17bd | /salt/21100_bkp/UEC/saltcheck-tests/init.tst | 1984bdef7775f1fcee578218e2e28a174eb8016c | [] | no_license | smerugumala/SumTFinalBuilds | 8f024c5e2a7cea534789f9d61ddaafbce97b57fd | f75bd81ab050d1a5c71c2af61aaa309b68c0f054 | refs/heads/main | 2023-02-11T22:26:24.576871 | 2021-01-08T12:10:18 | 2021-01-08T12:10:18 | 327,892,208 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 615 | tst | init.tst | check_webhooks_service_running:
module_and_function: service.status
args:
- webhooks
assertion: assertTrue
check_cdc_service_running:
module_and_function: service.status
args:
- cdc
assertion: assertTrue
check_eventgenerator_service_running:
module_and_function: service.status
args:
-... |
d71cb6aefc2ce4fb244b1868d7344de07fc1ef3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH3/EX3.9/Ex3_9.sce | cc8e010e5e54fbfc2b4873c9170544c758059957 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 656 | sce | Ex3_9.sce | //Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex3_9
clc;
clear;
L=0.003;//Inductance in mH
Id=64.9;//Current in A
V=162.25;//voltage in V
Vs=150;//Supply voltage in V
f=50;//Frequency in Hz
Rd=2.5;//Resistance in ohm
Eb=-250;//Back emf in V
... |
0b795887f5722e50e9f9e829ff9b43e3494306f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH3/EX3.17.23/ex_3_17_23.sce | 17b065cebd02f58bcbf115a7d17861cef2be7440 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 678 | sce | ex_3_17_23.sce | //Chapter-3,Example3_17_23,pg 3-44
phi=10^-3 //magnetic flux
ur=1000 //relative permeability of iron
u0=4*%pi*10^-7 //permeability of free space
A=5*10^-4 //cross section area of ring
la=2... |
f66698d9f3f8e7ea58ddc9a714e6fdabdb90a707 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/QX48DYH/ATWM1_Working_Memory_MEG_QX48DYH_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | 7252853511641168e9ee57c269c05c31ae198e3a | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monit... |
5ff0cc526f1ce441b3eb0309250d8c07e0f16623 | 717ddeb7e700373742c617a95e25a2376565112c | /10/CH6/EX4/cha6_4.sce | 1c792025fc5922c7179217086c62e937b311c5ee | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 484 | sce | cha6_4.sce | V=208;F=60;Phase=3;Power=3000;Xs=8;
Vt=V/sqrt(Phase)
Ia=Power/(Phase*Vt)
function[x,y]=polar2rect(r,theta)
x=r*cos(theta*%pi/180);
y=r*sin(theta*%pi/180);
endfunction
[x1,y1]=polar2rect(120,0)
[x2,y2]=polar2rect(8.33,0)
[x3,y3]=polar2rect(8,90)
X=X1-(X2*X3)
function[r,theta]=rect2polar(... |
91f750d8f680ad78d006c489235ab4f6b13750e2 | 1232196a72221f6cc0ee0a9a47111ef1188dafe9 | /sci2blif/fpaacal.sce | e69814eb03c9d6215edbec703f145c7aed4939fb | [] | no_license | sumagin/rasp30 | 06dc2ee1587a4eaf3cf5fb992375b8589617f882 | a11dcffaed22dbac1f93c2f4798a48c7b0b1f795 | refs/heads/master | 2021-01-24T23:51:54.459864 | 2016-07-08T22:03:43 | 2016-07-08T22:03:43 | 16,685,217 | 2 | 3 | null | 2015-07-23T15:28:49 | 2014-02-10T05:17:38 | C | UTF-8 | Scilab | false | false | 7,275 | sce | fpaacal.sce | // This GUI file is generated by guibuilder version 2.2
//////////
fcal=figure('figure_position',[800,400],'figure_size',[250,400],'auto_resize','on','background',[12],'figure_name','FPAA Calibration');
//////////
delmenu(fcal.figure_id,gettext('File'))
delmenu(fcal.figure_id,gettext('?'))
delmenu(fcal.figure_id,gettex... |
cd668d80ce21f260f3aa06fc3fcdc1b888866527 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3814/CH1/EX1.1/Ex1_1.sce | 6d987c9aa48bd08d2e7a17d43da755eb9ab3614c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 201 | sce | Ex1_1.sce |
// determine the absolute pressure in the tank
clc
patom=47.2 // pressure of an atom
pg=40 // pressure at 40kpa from table
pa=patom-pg
mprintf('\n absoulte pressure in the tank is %f kPa',pa)
|
b0681a0144e2207776c177c75bd8a0489f69212a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH6/EX6.1/Ex6_1.sce | 5a5e56d2c86f443037891ca2498ced1a705463b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 721 | sce | Ex6_1.sce | // Initilization of variables
m=5 //kg // mass of the bock
g=9.81 // m/s^2 // acceleration due to gravity
theta=15 // degree // angle made by the forces (P1 & P2) with the horizontal of the block
mu=0.4 //coefficient of static friction
//Calculations
// Case 1. Where P1 is the force required to just pull the bock... |
782e099588274e1e98590a29763eb00ab1c8af18 | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH3/EX3.10/3_10.sci | ca4e4321aad6fc7b24c90f9df575c57f37b52d69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 440 | sci | 3_10.sci | // Calculate the magnitude of power and limiting error
clc;
F=4.58;
L=397;
R=1202*10^-9;
t=60;
P=(2*%pi*9.81*F*L*R)/(t*10^6);
disp(P,'Magnitude of power (W)=')
dF_pu=0.02/F; // per unit error in force
dL_pu=1.3/L; // per unit error in Length
dR_pu=1/R; // per unit error in revolution
dt_pu=0.5/t; // per unit... |
75b1173e7964c8f6831f370ab42822d8b996756e | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH5/EX5.1/Exa5_1.sci | 05599a8a12fb714ac8975257002bdc6295ab0e53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 461 | sci | Exa5_1.sci | //Determine modulation index in each case
de1 = 4.8;
V = 2.4e+3;
fm1 = 0.5;
fm2 = 0.2;
Vm1 = 7.2;
de2 = 2*Vm1;
Vm2 = 10;
de3 = 2*Vm2;
mf1 = de1/fm1;
mf2 = de2/fm1;
mf3 = de3/fm2;
disp(de2, 'Deviation when AF voltage id incresed to 7.2 V (in kHz)')
disp(de3, 'Deviation when AF voltage id incresed ... |
36af06846cb669db40f4e47c8167542747b523f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH28/EX28.5/Ex28_5.sce | 66ef611f6bb32725088fd2778ab0d2019ad79003 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 123 | sce | Ex28_5.sce | clc;
//e.g 28.5
C=1*10**-9;
L1=4.7*10**-3;
L2=47*10**-6;
fo=1/(2*%pi*sqrt((L1+L2)*C));
disp('KHZ',fo*10**-3,"fo=");
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.