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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1012f557f51b59552ba3f8ce7d0d7f266c317796 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH8/EX8.26/8_26.sce | 94ec36bf3b5e421928fe68eab458d896ae045ab4 | [] | 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 | 196 | sce | 8_26.sce | clc
//initialisation of variables
m=0.005//kg
c=0.17//kcal/kg/c
t1=12.4//c
t2=10.2//c
//CALCULATIONS
du=m*c*(t1-t2)*4.2*1000
//results
printf(' \n change in internal energy= % 1f J',du)
|
5fb2fe9cc1580b9979eb0d300085c19c6d63c765 | 7a77843c417bcedf80e1b0062437cf2e660f77fe | /GNSS_SOFTWARE_SIMULATORS/SCILAB/GLONASS/L3/include/generateL3code.sci | cfbd2f4f2da180f6428422d62bb2ad2fa5671a66 | [] | no_license | muhammadali201/gnsssdr | f3433dd5542f3df30e7ea966bffbeddbd2558e29 | 5e2d354c709563ed17ee5c8d0b6b725e00c59cdb | refs/heads/master | 2021-01-01T05:33:17.554728 | 2013-09-16T11:30:22 | 2013-09-16T11:30:22 | 41,659,404 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 5,418 | sci | generateL3code.sci | function L3code = generateL3code(PRN)
// generateL3code.sci генерирует одну из 31 ПСП, использующихся в L3 ГЛОНАСС.
//
// L3code = generateL3code(PRN)
//
// Входные параметры:
// PRN - номер генерируемой ПСП.
//
// Выходные параметры:
// L3code - вектор, содержащий отсчеты ПСП.
... |
4f09961116f9e76928502a974e294f8b5690b1f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH5/EX5.20/ex5_20.sce | 844030a4947b333654fdfa495b0a60187eda3112 | [] | 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 | 250 | sce | ex5_20.sce | clc;
P=10^8; //power in Watt
c = 3*10^8;
t=60*60*24; //t in seconds for 1 day
E=P*t; //calculating energy in Joule using E=P*t
m=E/(c*c); //calculating m in kg using Einstein's equation:E=m*c*c
disp(m,"Mass in kg = "); //displaying result |
d6f468958e945485abaf5add56dbd123bee3ea09 | 13d93c2922005af35056d015f1ae3ebebe05ee31 | /scilab/physique/thermo/conduction/main.sce | 8e72b2838940b9b707749d2095bd35de8e6aa533 | [] | no_license | scls19fr/openphysic | 647cc2cdadbdafd050d178e02bc3873bd2b07445 | 67bdb548574f4feecb99b60995238f12f4ef26da | refs/heads/master | 2021-04-30T23:16:26.197961 | 2020-11-16T20:21:17 | 2020-11-16T20:21:17 | 32,207,155 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sce | main.sce | // Conduction (diffusion thermique)
// S. CELLES - 10/02/2007
//
// \vec{j}_{Q} = - \lambda \vec{grad}T
// div \vec{j}_{Q} = \rho c \frac{\partial T}{\partial t} + P
// \nabla^{2}T+D\frac{\partial T}{\partial t}=\frac{P}{\lambda}
// \frac{\partial^2 T}{\partial x^2}+D\frac{\partial T}{\partial t}=\frac{P}{\lambda}
cle... |
514fc913d035c885b59ec1cdf3bfa2fa0efbdd50 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1976/CH6/EX6.8/Ex6_8.sce | 8bc524c94fab366caca25c8ee92ee80460db2b2c | [] | 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,272 | sce | Ex6_8.sce |
//To estimate the number rating and disposition of the lamps
//Page 338
clc;
clear;
E=32; //Illumination required for the working plane
A=80*15; //Area of the work bench
UF=0.5; //Utilization Factor
MF=0.8; //Maintenance Factor
SHR=1.5; ... |
1d22a928e228a5feb588691ad4b8398a31cd9938 | 449d555969bfd7befe906877abab098c6e63a0e8 | /28/CH6/EX6.10/ex6_10.sce | f6c9f255f8c9eb956e082668726cdb23f339441d | [] | 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 | 235 | sce | ex6_10.sce | s=%s;
p=s^3+7*s^2+25*s+39
// to check if the roots lie left of s=-1
// substitute s=s-1
p=(s-1)^3+7*(s-1)^2+25*(s-1)+20
r=routh_t(p)
printf("All the signs of elements first column are positive hence the roots lie left of s=-1")
|
7a1918351429f4b25453a027a3feb35e0490370f | d6fbbd7ed46c204dc3d43ecf06c59bd29ae570e4 | /tests/cmd-abs.tst | 5b12283d5934a7fcb9af61de93ec687bbe49fd43 | [
"Zlib",
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mstramb/hyperion | 24b368ca3d0c4c7a92cbcb2ac5d9d9dd712352d1 | 7890543f7982b2fa4c426469857c28230288adab | refs/heads/master | 2021-01-15T14:41:32.405500 | 2015-11-10T20:50:34 | 2015-11-10T20:50:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 176 | tst | cmd-abs.tst | *
#--------------
defsym cmd abs
#--------------
*
defsym arch S/370
script cmd-abs-2K.txt
*
defsym arch S/390
script cmd-abs-4K.txt
*
defsym arch z/Arch
script cmd-abs-4K.txt
|
53d0726e3961404d77f173261e2f0a07573ac6d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH5/EX5.44/example5_44.sce | 100ed34a8a888a6f75c1416367806ed2ee2dd6a5 | [] | 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 | 280 | sce | example5_44.sce | clear;
clc;
// Stoichiometry
// Chapter 5
// Energy Balances
// Example 5.44
// Page 297
printf("Example 5.44, Page 297 \n \n");
// solution
Hfs = -1094.33
Hfao = -1072.32
Hsol = Hfao-Hfs
printf(" Heat of solution of Boric acid = "+string(Hsol)+" kJ/mol.")
|
0eca0e3d93688f0167ea0ad18973acfd022ae182 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1457/CH17/EX17.1/17_1.sce | 08c5030a5cb00f6569fa22a2c60ac8bd97a07b20 | [] | 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 | 167 | sce | 17_1.sce | clc
//Initialization of variables
Ns=500
h=900 //ft
Q=1600 //gpm
//calculations
ne=Ns*h^(3/4) /sqrt(Q)
//results
printf("Minimum rotative speed = %d rpm",ne)
|
cee05865519da94cdf40200c5f6f91c40dbc917e | 449d555969bfd7befe906877abab098c6e63a0e8 | /752/CH12/EX12.13.4/12_13_4.sce | 515147f962a11a3a40bb5c9585c0f6f0a7e1a509 | [] | 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 | 411 | sce | 12_13_4.sce | clc;
//page no 457
//problem no 12.13.4
//Tx link
SN_dB=8;
SNR=10^(SN_dB/10);
//a)Determination of bit error rate
PbeU=0.5*(1-erf(sqrt(SNR)));
BER_U=PbeU;
disp(BER_U,'a)The bit-error rate is');
//b)new bit error rate
n=15;k=11;t=1;r=k/n;
SNR_n=r*SNR;
PbeC=0.5*(1-erf(sqrt(SNR_n)));
BER_C=((factorial(n-1))... |
d2d1aa46f43231e9d29937dc546f6ceb7d375ede | 449d555969bfd7befe906877abab098c6e63a0e8 | /3526/CH8/EX8.1/EX8_1.sce | d36e8feedf25ad3212836bdd65021f50c821172d | [] | 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 | 637 | sce | EX8_1.sce | clc;funcprot(0);//EXAMPLE 8.1
//page 221
// Initialisation of Variables
t0=1;.......//Thickness of Copper plate in cm
tf=0.50;.....//Cold reducetion of coopper in cm in step1
tf2=0.16;.....// Further Cold reduction of cooper in cm in step2
//CALCULATIONS
%CW1=((t0-tf)/t0)*100;......//Amount of Cold work accompli... |
9281a8c54616bde5dc43af6e08c3a3a33b4e6b11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /737/CH2/EX2.5/Example2_05.sce | 5230aa258fbc6bbb8e80cef05d75ae481b877c70 | [] | 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 | 534 | sce | Example2_05.sce | //Example 2.5 page 28
//Given the DSP system shown in Figures 2.16 to 2.18, where a sampling
//rate of 16,000 Hz is used and the anti-aliasing filter is a second-order
//Butterworth lowpass filter with a cutoff frequency of 3.4 kHz, determine
//the percentage of aliasing level at the cutoff frequency.
clc,clear,cl... |
058d3ca7367ee98fcdf706869ef6cf8110e77ea4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH5/EX5.02/5_02.sce | 34616e2f139fefd4a51556c56bcf53621a9dce0f | [] | 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 | 570 | sce | 5_02.sce | //Problem 5.02: For the circuit shown in Figure 5.3, determine the p.d. across resistor R3. If the total resistance of the circuit is 100 ohms, determine the current flowing through resistor R1. Find also the value of resistor R2
//initializing the variables:
V1 = 10; // in volts
V2 = 4; // in volts
Vt = 25; // i... |
de3905525d9cf9210eb48bb78ef24a05282dc26a | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825.zip/Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825/CH19/EX19.3/Ex19_3.sce | cea4fa013efe38c3944568fbbc181be532fbd5d5 | [] | 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 | 177 | sce | Ex19_3.sce | errcatch(-1,"stop");mode(2);//Ex19_3 Pg-958
a=1
b=0
c=1
dec=a*2^(-1)+b*2^(-2)+c*2^(-3) //decimal output
disp("The decimal equivqlent of 0.101 is")
disp(dec)
exit();
|
4fac1ac24b4fd6967e51a089ea0e990187ffb358 | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH2/EX2.60/ex2_60.sce | 79c3d4690d6ab24ba57c84f05f741db55a90f463 | [] | 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 | 364 | sce | ex2_60.sce | clc
V=200; //Assigning values to parameters
f=50;
Ra=10;
La=0.12;
Rb=20;
Cb=40*10^-6;
Xla=2*%pi*f*La;
Xcb=1/(2*%pi*f*Cb);
Za=Ra+%i*Xla;
Zb=Rb-%i*Xcb;
Zeq=(Za*Zb)/(Za+Zb);
[r,t]=polar(Zeq);
Ia=V/Za;
Ib=V/Zb;
pf=cos(t);
disp("Amperes",polar(Ia),"Branch current 1");
disp("Amperes",polar(Ib),"Branch ... |
44e34b9f1ccbb67f623c3692a381788e36b4f9bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH6/EX6.1/ex6_1.sce | 3663716bdb7cfe20d634a17108670fd2f7f1eebf | [] | 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 | 196 | sce | ex6_1.sce | //Frequency Modulation - Reception : example 6-1 : (pg 265)
G=200000;
v=200*10^-3;//quieting voltage
in=v/G;
printf("\nTo reach quieting, the input must be %.8f V",in);//reciever's sensitivity |
8e6c64db87cf02abd6f1ced2989a51ee40510ba7 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH2/EX2.17/Ex2_17.sce | 9100591c1aa6582c25dbe7fc67e59db2e4cc360d | [] | 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 | 242 | sce | Ex2_17.sce | errcatch(-1,"stop");mode(2);//Ex:2.17
;
;
r_o=40;//resis at 0 degree
r_t=44;//at 100 degree
t=100;//temperature diff.
temp_coeff=(1/t)*((r_t/r_o)-1);
printf("Temperature Coefficient = %f per degree centigrade",temp_coeff);
exit();
|
4fc2d6358a6766cde45ee70189f0b7cca6cf0fc7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH24/EX24.12/24_12.sce | 7bfc7808824983c03ebcf69b4d673b4c4dc257f4 | [] | 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 | 957 | sce | 24_12.sce | //Problem 24.12: For the circuit shown in Figure 24.17, determine the values of voltages V1 and V2 if the supply frequency is 4 kHz. Determine also the value of the supply voltage V and the circuit phase angle. Draw the phasor diagram.
//initializing the variables:
C = 2.653E-6; // in Farads
R1 = 8; // in ohms
R2... |
9ea1d826d472ab0007a92aa3ae7d18fe6ac02336 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/sci2for/%a2for.sci | 9be62ad09cb7b24c9c32ea986b325d18c0b1e653 | [
"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,976 | sci | %a2for.sci | function [stk,nwrk,txt,top]=%a2for(nwrk)
//
//!
txt=[]
//write(6,'%a2for');pause
s2=stk(top);s1=stk(top-1);
[s1,te1,t1,m1,n1]=s1(1:5);
[s2,te2,t2,m2,n2]=s2(1:5);
mn1=mulf(m1,n1)
it1=prod(size(s1))-1;it2=prod(size(s2))-1
//
if m1=='1'&n1=='1'&m2=='1'&m2=='1' then
select it1+2*it2
case 0 then
stk=list(s1+'+'+s2... |
d3e5b6119649d6204f200d1da3718b318c6d9bd2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /992/CH2/EX2.20/ex2_20.sce | 0cc5695bd131a20a6b108fb97709b2e600c6bb51 | [] | 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 | 175 | sce | ex2_20.sce |
//Exa:2.20
clc;
clear;
close;
//Given:
Pc=10;//in terms of watts
Pt=12;//in terms of watts
m=sqrt(2*(Pt/Pc-1));
printf("\n\n\t modualtion index = %f percent",m*100); |
c623b0a712c199905708a46f90b829b13782a172 | 3c31145b7b0914a28b5c5c61d01c47253663df63 | /1 unidade trabalho/gera_dados.sce | 04330a1699ab38d886949f57762d3d7fdfd202c4 | [] | no_license | APFN/INTRODUCAO-A-IDENTIFICA-O-DE-SISTEMAS | 1eb05ddc0debe5381d941715915388f7ca8af22c | d1a7afd8c8f894285aa9d4c282939538cfaa45d4 | refs/heads/master | 2021-07-21T14:50:25.870205 | 2017-10-30T19:31:48 | 2017-10-30T19:31:48 | 108,897,789 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,959 | sce | gera_dados.sce | // Gera dados de simulacao de sistemas ARX/ARMAX:
// SISTEMA A SER SIMULADO:
// Ordem = 2
// y(k) = 1.5y(k-1) - 0.7y(k-2)
// +u(k-1-tempo_atraso) + 0.5u(k-2-tempo_atraso)
// +e(k)
// +0.8e(k-1) + 0.0e(k-2) -> Esta linha apenas se for ARMAX
th_ARX = [1.5; -0.7; 1.0; 0.5];
th_ARMAX = [th_AR... |
caaea542e489f06511553d977221e3b5ed3fae9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3705/CH14/EX14.3/Ex14_3.sce | 55c316531abae750a618288be596b76f7ea8735a | [] | 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 | 353 | sce | Ex14_3.sce |
clear//
//Variable Declaration
t=20 //Thickness in mm
h=140 //Depth in mm
w=180 //Width in mm
//Calculations
Ixy_1=0+(h*t*t*0.5*h*0.5) //product of inertia in mm^4
Ixy_2=0+((w-t)*t*(w+t)*0.5*t*0.5) //Product of inertia in mm^4
Ixy=Ixy_1+Ixy_2 //Product of inertia in mm^4
//Result
printf("\n The Product... |
8bcb26d870065b64aad3d88cc461f347eaf2ecfb | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.10_3.tst | b2b01cd915944620021997060214d9e7d9e6273d | [] | 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 | 16,771 | tst | bow.10_3.tst | 10 97:0.3333333333333333 138:0.07692307692307693 443:0.5 1712:1.0 1740:1.0 3401:1.0
10 16:0.16666666666666666 56:0.3333333333333333 138:0.07692307692307693 320:1.0 424:1.0 693:1.0 892:1.0 2828:1.0 3644:1.0 5109:1.0 5172:0.25 5217:1.0 5382:1.0
10 42:0.3333333333333333 64:0.2 138:0.07692307692307693 359:0.5 681:0.1666666... |
1dc4697b70ff6112a693c7e5092ca304fd0316b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH8/EX8.15/sadiku_8_15.sce | 82760908cdffa4053b84cec0918407cbbfe3a1d1 | [] | 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 | 228 | sce | sadiku_8_15.sce | clear;
clc;
Uo=4*%pi*10^-7,Ur=50,l1=30*10^-2,s=10*10^-4,l3=9*10^-2,la=1*10^-2,B=1.5,N=400;
R1=l1/(Uo*Ur*s);R2=R1;
R3=l3/(Uo*Ur*s);
Ra=la/(Uo*s);
R=R1*R2/(R1+R2);
Req=R3+Ra+R;
I=B*s*Req/N;
disp(I,'Required current= ');
|
de03cf8e866d6810a7e60b3c952b92e64c297ede | 0896434fe17d3300e03ad0250029673ebf70bacc | /practice_codes/RL.sce | 4f1771f6550d4030baff20adbf2b600a41971137 | [] | no_license | TheShiningVampire/EE324_Controls_Lab | 8ff1720b852bf24dca3c172082f5f898f80f69f3 | 9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8 | refs/heads/main | 2023-07-09T17:30:38.041544 | 2021-08-23T12:14:29 | 2021-08-23T12:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 99 | sce | RL.sce | clear
close
clc
s = poly(0,'s');
G = syslin('c', 1/((s)*(s+4)*(s+10)) );
nyquist(G,0.0001 , 1e6)
|
f02cf30eaf27366d437eb400485517211c5abc66 | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH8/EX8.13/13.sce | 09cbe797b6a156561bbb8e0dc112a090b1e0c2cc | [] | 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 | 276 | sce | 13.sce | clc; funcprot(0);
//Example 8.13 Power in terms of Cd/Cl^3/2
// Initialisation of variables
W = 4000;
S = 300;
Cl = 1.2;
Cd = 0.1;
rho = 0.002378;
// Calculations
HP = (W/550)*(Cd/Cl^1.5)*sqrt(W/S)/sqrt(rho/2);
//Results
disp(HP,"Required Horse Power(hp):"); |
87053f756cba3080e14ddfcb580bdf98e30da10a | 3b7a492e7902359f167e6145a1811624e748f972 | /test/QR.sci | 875735af3f353089039f8195d35a65f983a35d49 | [] | no_license | dgageot/quine-relay | 58e700c4d5c30bac0a8350e9893c5c9cfc035c84 | 0e4aeca61cfc78d04b531a454ae241e4b4befc91 | refs/heads/master | 2021-01-21T21:42:37.280448 | 2016-03-23T21:36:01 | 2016-03-24T07:25:04 | 26,424,879 | 4 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 64,816 | sci | QR.sci | printf("%s","echo -En ""Transcript show: ''write(\\\""fun p n=print(Int.toString n^\\\\\\\"" \\\\\\\"");p 0;p 0;p 130;List.tabulate(127,p);String.map(fn c=>(p(3+ord c);print\\\\\\\""-1 0 \\\\\\\"";c))(\\\\\\\""proc f {n} {string repeat \\\\\\\\\\\\\\\""\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"" \\\\\$n};puts a::... |
afa8227d6b438356418b53bf5670365684bed058 | 27a721095f94b336dd8b88c9d90cb92ca4ab4996 | /Scripts/least_sqares.sci | 2b1c0df2409c673405992ccfffaba39ce7a37f3c | [] | no_license | ECipolatti/Calculo-Numerico | f5201774402680a419345db4fd8f0af686c79e7a | 86369f9010c408854fd141d819bc11b1ab4590c1 | refs/heads/master | 2021-05-06T06:46:10.292226 | 2017-12-11T18:41:46 | 2017-12-11T18:41:46 | 113,894,883 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 966 | sci | least_sqares.sci | function [a0,a1,E] = least_sqares(x,y)
[fx,cx] = size(x);
[fy,cy] = size(y);
nx = 0; // longitud de x
ny = 0; // longitud de y
m = 0;
a0 = 0;
a1 = 0;
// Determina la longitud del vector x. También lo convierte a vector fila
if fx == 1 then
nx = cx;
x ... |
610b286f3e4ac394dc57c38a3f4137a4e7ed2341 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH14/EX14.6/14_6.sce | a851cf6a3277d9c797087caf78e043d07c99711b | [] | 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 | 14_6.sce | clear; clc; close;
gm = 5*10^(-3);
Rd = 5.1*10^(3);
Rs = 1*10^(3);
Rf = 10*10^(3);
Av = -gm*Rd;
Avf = (-gm*Rd)*(Rf/(Rf+(gm*Rd*Rs)));
disp(Av,'Voltage gain without feedback = ');
disp(Avf,'Voltage gain with feedback = ');
|
6d7ae08bacd442d0e2bfa4a1579cc92d099299d0 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/local/2dof_controller/dc/freq/scilab/derv_bode.sce | 0b9fc20fb9aac56647009853c0594ebeca739f25 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | derv_bode.sce | // Updated(18-7-07)
// 5.4
w = 0.01:0.01:%pi;
G = 1-exp(-%i*w);
subplot(2,1,1)
plot2d1("gll",w,abs(G),style = 2);
label('',4,' ','Magnitude',4);
subplot(2,1,2)
plot2d1("gln",w,phasemag(G),style = 2);
label('',4,'w','Phase',4)
|
6ff8eee886cdf0643ac8e2426ac6896492511bc2 | eec0cb8a9a3987d4e28fc22c89750a158a00ea84 | /Assignment2_Team8/Project_02/Q4/comparator.tst | 1ff934ce020ea55fb06c83a6bc90e6aa4d61d66d | [] | no_license | Archaic-Mage/CS2310_LAB_Assignments | 8ac90e0123de95f5cf8db709cd7761962bf8cef2 | e922b59fc1350db3f23b07b8f5986ac54f197c8d | refs/heads/main | 2023-08-29T23:42:07.913682 | 2021-11-16T14:00:05 | 2021-11-16T14:00:05 | 401,640,543 | 1 | 1 | null | 2021-10-01T05:55:36 | 2021-08-31T09:10:15 | Scilab | UTF-8 | Scilab | false | false | 1,038 | tst | comparator.tst | load comparator.hdl,
output-file comparator.out,
compare-to comparator.cmp,
output-list x7%B3.1.3 x6%B3.1.3 x5%B3.1.3 x4%B3.1.3 x3%B3.1.3 x2%B3.1.3 x1%B3.1.3 x0%B3.1.3 y7%B3.1.3 y6%B3.1.3 y5%B3.1.3 y4%B3.1.3 y3%B3.1.3 y2%B3.1.3 y1%B3.1.3 y0%B3.1.3 z%B3.1.3;
set x7 0,
set x6 0,
set x5 0,
set x4 0,
set x3 0,
s... |
fb5323f423886c39ce89ff173d2486925937dbad | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH1/EX1.4.3/Ch1Exa1_4_3.sci | ae00e12a51747a2bffa4f9b9de99b3ae590d0fc5 | [] | 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 | 634 | sci | Ch1Exa1_4_3.sci | // Scilab code Exa1.4.3 : Estimate the density of nuclear matter : Page 34 (2011)
m = 40*(1.66e-027); // Mass of the nucleus, kg
r0 = 1.2e-015; // Distance of the closest approach, m
A = 40; // Atomic mass of the nucleus
r = r0*A^(1/3); //Radius of the nucleus, m
V = 4/3*(%pi*r^3); // Volume of the nucleus, m^3
... |
cc03244cf8fb587aca7a1e46e7e1bf39269cfb50 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH2/EX2.14/Ex2_14.sce | 71feff981a2648f7e4b8f1613f19d3d06db3a64a | [] | 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 | 248 | sce | Ex2_14.sce |
clear
//Given
q=1*10**-6// charges C
a=2*10**-2// seperation distance m
E=10**5 // electric field N
//Calculation
p=q*a // finding potential
W=2*p*E// total work done
//Result
printf("\n Work done in the rotation is %0.3f *10**-3 J", W*10**3)
|
a0783e1367e8338013f1e522939db326156bdf60 | 44dccf35d0d05580e3fc20af3b7697b3c638d82d | /testcases/ocr/2.sce | 6a185becac9608e387e60132d23f9ea8baba503f | [] | no_license | surirohit/Scilab-Image-Processing-Toolbox-Unclean | 213caacd69badd81ec0f99a800f44a2cf8f79b5d | 3a8057f8a8d05e7efd83704a0e732bdda23fa3a0 | refs/heads/master | 2020-04-09T07:31:20.042501 | 2016-06-28T09:33:57 | 2016-06-28T09:33:57 | 60,406,367 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 56 | sce | 2.sce | i = imread('test2.jpg');
result = ocr(i);
disp(result);
|
ba81823a7309455cf5be3c0fa96c457769982ae4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3768/CH2/EX2.3/Ex2_3.sce | 13169c8bbe36cf838d7bf7e20fb28d1521cded85 | [] | 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 | 332 | sce | Ex2_3.sce | //Example number 2.3, Page number 32
clc;clear;
close;
// Variable declaration
N=6.02*10**26; // Avagadro Number
n=2;
rho=530; // density(kg/m**3)
M=6.94; // atomic weight(amu)
// Calculation
a=(n*M/(rho*N))**(1/3)*10**10; // lattice constant(angstrom)
// Result
printf( "lattice constant is %.3f A... |
b555391fede86c1c337603f99742a27a05892bb1 | 573df9bfca39973c9bf2fa36f6e5af2643d7771e | /scilab/lib/poly_Newton.sci | 67e0f1180007e1984be9ded0ace085382f0e6fe9 | [] | no_license | DCC-CN/152cn | ef92c691edabe211b1a552dbb963f9fd9ceec94a | 4fe0b02f961f37935a1335b5eac22d81400fa609 | refs/heads/master | 2016-08-13T01:34:17.966430 | 2015-04-07T07:31:58 | 2015-04-07T07:31:58 | 44,502,526 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,552 | sci | poly_Newton.sci | function Px = poly_Newton(x, y, Exibe)
//
// Polinomio de Newton usando dispositivo pratico
//
// parametros de entrada:
// x: vetor contendo as abscissas,
// y: vetor contendo as ordenadas,
// [Exibe]: Parâmetro opcional de exibição da tabela de Dif. finitas
//
// par... |
520ed48881dbc1d0da56632ba6e007165e0b9992 | 580b74e6df0eda66a69f771dbab3a60d7b5eb819 | /test/AJOUT_dolly_10.tst | e3d21ded9b3136365615275efc56b723311e4a83 | [] | no_license | karimelkha/Client-server-application-for-bank | 98fdae450c79e16f2020d0640b0f0d0936e97b37 | 2b0fbc6f4a7f1f1e7ff1a85755bdf082ca542206 | refs/heads/main | 2023-08-20T22:41:53.517505 | 2021-10-06T08:11:59 | 2021-10-06T08:11:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 36 | tst | AJOUT_dolly_10.tst | AJOUT dolly CompteEpargne 1234 10.15 |
0ff53c5d7b7160b05f9d7840c3e7cfdd0e3a9bcd | b3285989ffe1c1bb555a67a92c4bbe7e1e39dcc5 | /Agrégation Mathieu/LP25 - Oscillateurs ; portraits de phase et non-linéarités/pendule_final.sce | db06276e2f00d190f30bfcc6463051334ce91bfd | [] | no_license | mubero/AgregationPhysique2020 | 82b840924dd800e8d614ecf3e24ab511b2326243 | 9a038fb0302059e9e5b8442ba765f918176916b0 | refs/heads/master | 2022-11-10T13:03:22.976863 | 2020-06-21T15:22:24 | 2020-06-21T15:22:24 | 270,004,658 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,649 | sce | pendule_final.sce | clear all
// Définition des paramètres
l = 1. // m
g = 9.81 // m.s-2
m = 1. // kg
Omega2 = g/l; // pulsation du pendule
// Système différentiel
function du = Pendule(t,u)
du(1) = u(2);
du(2) = - Omega2*sin(u(1));
// du(2) = - Omega2*u(1);
endfunction
// Conditions initiales... |
c6e37f00f9c1553416f22f328eec66dcc9778eba | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH8/EX8.6/8_6.sce | 71cadc66b85f039c021f7481707b0a6bf0fce795 | [] | 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 | 2,407 | sce | 8_6.sce | clear;
clc;
// Illustration 8.6
// Page: 487
printf('Illustration 8.6 - Page: 487\n\n');
// a - toluene b - air
//*****Data*****
T_G1 = 333; // [K]
P_total = 101.325; // [kPa]
Y_1 = 0.05; // [kg vapor/kg dry air]
//*****//
C_pa = 1.256; // [kJ/kg.K]
C_pb = 1.005; // [kJ/kg.K]
C_s1 = C_pb + Y_... |
ac1216fbb9f6aafee7362a94f458646bdb7b4619 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1739/CH2/EX2.8/Exa2_8.sce | d39fedf02085087cc497fd34ee36cb98a3d8bb13 | [] | 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 | 564 | sce | Exa2_8.sce | //Exa 2.8
clc;
clear;
close;
//Given data :
d=60;//in um
a=d/2;//in um
delta=1;//relative refractive index difference in %
lambda=0.80;//in um
n1=1.5;//Unitless
//Part (a)
//Formula : v=2*%pi*a*n1*NA/lambda;
//NA=sqrt(2*delta)
v=2*%pi*a*n1*sqrt(2*delta/100)/lambda;//Normalized frequency
disp(v,"Normalized... |
e81772e3588033fa03ae8e82e38affda5a81fab2 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/uencode/uencode1.sce | ca2bf6e6c2b7ef3a84d3d0a77ad2dc5da980cbfe | [] | 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 | 186 | sce | uencode1.sce | u=-1:0.1:1;
y=uencode(u,3);
disp(y);
//output
// column 1 to 19
//
// 0 0 0 1 1 2 2 2 3 3 4 4 4 5 5 6 6 6 7
//
// column 20 to 21
//
// 7 7
|
f7cda482f69367e6f49d31634261fd44110a23eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH15/EX15.6/Ex15_6.sce | c50a8943cd3c15f4eae537a65cff907ea39ab4e0 | [] | 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 | 315 | sce | Ex15_6.sce | clc
clear
//Initialization of variables
cp1=0.25
T=3460 //R
T0=946.2 //R
T00=520 //R
dG=1228 //Btu/lbm
cp=0.45
//calculations
dqa=cp1*(T-T0)
w=cp*dqa
dg=489
eff=w/dg
dI=-dg+w
//results
printf("\n Efficiency of cycle = %.1f percent",eff*100)
printf("\n Loss of available energy = %.1f Btu/lbm",dI)
|
7d6317b181275cf9a66ae5b64a2cb4bc8483377f | b6cf003e2be5ca13661ebe6ba87ee4bafd46f80e | /Procede.sce | b4ce482ac7a290c23f1cbda03105a05c668cd27a | [] | no_license | labatvalen/CompressiveSensing | ea11ccf07078d809bf50f0bc53d9c3c47b7f8f59 | e06a160bae04bdc8ee2778238f0f1bce74a41f7e | refs/heads/main | 2023-04-05T00:37:31.774162 | 2021-04-15T09:48:48 | 2021-04-15T09:48:48 | 358,204,909 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,165 | sce | Procede.sce | /*-------------------------------------------------
Auteur : Manon Cassagne & Valentin Labat
Vous trouverez ci-dessous les fonctions phi et les focntions associées
---------------------------------------------------*/
// Fonction de création de la matrice de mesure phi1
// Matrice aléatoire générée à partir d’un p... |
3fa02b04c5d2d08084a1b50a49b77d2e7768846d | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH11/EX11.18/Example11_18.sce | 90c1447ea61cd8044cc58e239ce86f9a7e45ff62 | [] | 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 | 425 | sce | Example11_18.sce | //Example 11.18
clear;
clc;
VI=5;
Vo=12;
Io=1;
fs=100*10^3;
IL=(Vo/VI)*Io;
deliL=0.2*IL;
L=(VI*(1-(VI/Vo)))/(fs*deliL);
Ip=IL+(deliL/2);
Irms=[(IL^2)+((deliL/(sqrt(12)))^2)]^(1/2);
Iomin=deliL/2;
printf("L=%.f uH",L*10^6);
printf("\nAt full load the coil must withstand Ip=%.2f ... |
17a97755fc56bfd5031db0f57d9f016832ed53b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH3/EX3.28/EX3_28.sce | f7ab5537c73599e6caeaf45952f0624af643ded3 | [] | 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 | 749 | sce | EX3_28.sce | //Example 3.28
//Find the convolution.
clc;
clear;
close;
n=-5:.01:5;
for i=1:length(n)
if n(i)<0 then
x1(i)=0;
else
x1(i)=1;
end
if n(i)<3 then
x2(i)=0;
else
x2(i)=2;
end
if n(i)<6 then
x3(i)=0;
else
x3(i)=1;
end
... |
8cfc0cd2c2625f9ff291342fcc229b1b9078697d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH23/EX23.19/Ex23_19.sce | 1db9fe321080d1bbec8f04b861948fa877fa35ab | [] | 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 | 568 | sce | Ex23_19.sce |
//at short circuit
Vsc=100//applied voltage
Isc=15//line value of current
Iph=Isc/sqrt(3)//phase value of current
//calculating starting current drawn by the motor
V=400//line voltage
Vph=V/sqrt(3)//phase voltage
I=Iph*Vph/Vsc//phase value of starting current
Il=I
mprintf("Starting current drawn by the motor... |
0ce013adb90d0700c93472440e478bd8cea37b7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /36/DEPENDENCIES/prob9_6data.sci | 5eba170f0988a6a71e5b9ac75e106722d50aeb25 | [] | 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 | 111 | sci | prob9_6data.sci | //problem 9-6 data
//array multiplier
multiplier_bits=8;
multiplicand_bits=8;
tp=30;//propogation delay;
|
10792be8e8d668f588d226d054c0611591be0608 | 449d555969bfd7befe906877abab098c6e63a0e8 | /506/CH18/EX18.1.a/Example18_1a.sce | ae91ffcd3c2195848621575f781a34d79f0591f3 | [] | 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,279 | sce | Example18_1a.sce | clear;
clc;
//Caption:Design a series regulated power supply
//Given Data
Vo=25;//in V
ro=10;//in ohm
disp('select a silicon reference diode');
disp('two IN7555 diodes are provided');
Rz = 12;//in ohm
Vo=25;//output voltage in V
Vr = 7.5 + 7.5;//because two diodes are used
Iz = 20;//in mA
Ie2=10;//in mA... |
d492c6d4381285f4c7212152d9e7a636f43a46f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3768/CH7/EX7.6/Ex7_6.sce | dfcc38273af659f9920e8d4534455222dae6e0d0 | [] | 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 | 404 | sce | Ex7_6.sce | //Example number 7.6, Page number 148
clc;clear;
close;
//Variable declaration
A=6.45*10**-4; //area(m**2)
epsilon0=8.85*10**-12;
d=2*10**-3; //seperation(m)
epsilonr=5; //dielectric constant
N=6.023*10**23; //avagadro number
//Calculation
alpha_e=epsilon0*(epsilonr-1)/N; //polarisability(Fm**2)
/... |
80e5edd1b206c4c51ad110195300539a3e0c9b42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1955/CH7/EX7.11/example11.sce | c032eca06a4df67aa1921558d3b12588cba5c45c | [] | 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 | 488 | sce | example11.sce | clc
clear
//input data
P1=6600//Initial power developed by the turbine in kW
N1=100//Initial speed of the turbine in rpm
H1=30//Initial head of the turbine in m
H2=18//Final head of the turbine in m
//calculations
N2=N1*((H2/H1)^(1/2))//The final speed of the turbine in rpm
P2=P1*((H2/H1)^(3/2))//The final p... |
0ae0bc96745af64bb207668745f45b751b25f35b | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH17/EX17.5/17_5.sce | bde767f53cbea4f34e278327f42f6c2b5901d1b3 | [] | 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 | 503 | sce | 17_5.sce | pathname=get_absolute_file_path('17_5.sce')
filename=pathname+filesep()+'17_5_data.sci'
exec(filename)
//Average brake power for 3 cylinders
BPavg=(2*%pi*N*T)/60000
//Average indicated power for 1 cylinder
IPavg=BP-BPavg
//Total indicated power
IP=k*IPavg
//Indicated specific fuel consumption
isfc=bsfc*(BP/IP... |
61a836cc58bce1a64d597596996f3d6fec5c7232 | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /armadilloToolbox/tet.sce | 66607be4afb90f55c4c73086da9936260c9d2915 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 702 | sce | tet.sce | // Testing Time using trace -- Matrix Armadillo convolution 1d
// y1 = [1,2.3,4,5.2,6, 3,2.1,5,4.1,1, 2.8,1,3,4.2,2, 3,2.6,1,2,3, 5,4,3.4,2,3,1,2.3,4,5.2,6, 3,2.1,5,4.1,1, 2.8,1,3,4.2,2, 3,2.6,1,2,3, 5,4,3.4,2,3,1,2.3,4,5.2,6, 3,2.1,5,4.1,1, 2.8,1,3,4.2,2, 3,2.6,1,2,3, 5,4,3.4,2,3,1,2.3,4,5.2,6, 3,2.1,5,4.1,1, 2.8,1,3,... |
479cccba9c8841870b731d32a1094939fe8ea866 | e806e966b06a53388fb300d89534354b222c2cad | /macros/readframe.sci | 747c4ded653f3d7ee71731504285277d4a76a681 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 590 | sci | readframe.sci | function [out]=readFrame(input)
// This function is used to return the next frame pointed to by the CurrentTime Property of A VideoReader Struct.
//
// Calling Sequence
// results = readFrame();
//
// Parameters
// results: Frame of video.
//
// Description
// This function checks whether there is a next frame to gra... |
e56b726f3e5ac06286333cbb59caa8461fb70e74 | 94d8b66f6512f2f17f77000729fd8ac999484ed3 | /workspace/Analysis/General/2D-2Transponders-trajectories.sce | 6f52328432a4a6a611fcb0d4bbdcd4bebaf3778b | [] | no_license | utctao/reliable-slam | 7885c098574afb5284675a6f022d368f7f303ba6 | 1f00c584d9dacfc17e31e0aa91b0d717998b0310 | refs/heads/master | 2021-01-20T19:49:49.038094 | 2013-07-22T21:50:55 | 2013-07-22T21:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 971 | sce | 2D-2Transponders-trajectories.sce | chdir('/home/jeremy/workspace/reliable-slam/workspace')
cd Simulations/Scenarios/2D-2Transponders
raw_file=read_csv('2D-2Transponders.res',';');
// avoid the first comment line + parse strings to double
data=evstr(raw_file(2:size(raw_file,1),:));
// Data Format
// pose_pure.x; pose_pure.y; pose_pure.z;pose_noisy.x; ... |
63a935128930b0426ad635c87d4f25a692661241 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3878/CH21/EX21.3/Ex21_3.sce | af36e332b74493f77f6c0d2cabd9e23d3134b258 | [] | 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 | 754 | sce | Ex21_3.sce | clear
// Variable declaration
T_ra=21// The temperature of the returning air
H=50// % saturation
T_d=28// The dry bulb temperature in °C
T_w=20// The wet bulb temperature in °C
m_a=20// The mass flow rate of returning air in kg/s
m_b=3// The mass flow rate of outside air in kg/s
x_ra=0.0079// The moisture content in k... |
28fe1dd33cc4d6946e9649a706f4c251b62db266 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH6/EX6.4/6_4.sce | 81360417b7abc3c360f5c8ac139b6bce4cf60b4c | [] | 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 | 192 | sce | 6_4.sce | Q1 = 200;
T1 = 373.15;
T2 = 273.16;
Q2 = Q1*(T2/T1);
W = Q1-Q2;
e = W/Q1;
disp("respectively",e,"J",W,"J",Q2,"The heat rejected, the work done and the thermal effiency of the engine is") |
2132d8882d288cb849f6e27625454c1ce57946d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH1/EX1.6/Ex1_6.sce | 24c9c386839f91a2d1ce39ae6e98bf72af05eb2f | [] | 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 | 314 | sce | Ex1_6.sce | clc
clear
printf("Example 1.6 | Page number 12 \n\n");
//find the equivalent temperature in Kelvin scale.
//Given Data
temp = 100; //in degree Celsius
printf("Temperature in degree Celsius = %.2f degree C \n\n",temp);
//Solution
TEMP = temp + 273.15;
printf("Temperature in Kelvin = %.2f K",TEMP);
|
e67666369bcaed19f7766f8392867887969c713a | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/dft.man.tst | 1265405dac8f03ffd69ee423542463d7838f426c | [
"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 | 154 | tst | dft.man.tst | clear;lines(0);
n=8;omega = exp(-2*%pi*%i/n);
j=0:n-1;F=omega.^(j'*j); //Fourier matrix
x=1:8;x=x(:);
F*x
fft(x,-1)
dft(x,-1)
inv(F)*x
fft(x,1)
dft(x,1)
|
76606633012e68252a1eef67fbf4c4714a3f03f4 | 0778f91e335afef58ae45c5a33184587cee76088 | /EulerAdaptado.sci | 63185d9e8e5545525777b49218292d72538f1a12 | [] | no_license | LtavaresII/CN | b38e6f5531a3597f8705bdf163f4cec49f49d51e | 0dcfb182692dee3ecf71d62162f986f816b3d687 | refs/heads/master | 2020-03-25T23:35:53.410172 | 2018-12-05T14:17:32 | 2018-12-05T14:17:32 | 144,282,768 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 710 | sci | EulerAdaptado.sci | function [x,y] = EulerInteracao(x,y,h,n)
for i = 1:n
y = y + h*g(x,y)
x = x + h
end
endfunction
function [h] = EulerPasso(x,y,h,E)
[x,yAtual] = EulerInteracao(x,y,h,1)
[x,yNovo] = EulerInteracao(x,y,h/2,2)
Erro = abs(yNovo-yAtual)
if (Erro >= E)
h = h*(E/Erro)^0.25
e... |
11fdd1455d96760b10d1ef443bc451fa79e6cf78 | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/cmd/test/heatpump.tst | 027ddd0f4593871bc7ee61d651be663776e68917 | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 1,748 | tst | heatpump.tst | # Depeopanizer test (from old Hysim manual)
units Field
$thermo = VirtualMaterials.Peng-Robinson
/ -> $thermo
thermo + Propane ISOBUTANE n-BUTANE ISOPENTANE
Feed = Stream.Stream_Material()
Feed.In.T = 90
Feed.In.P = 55
Feed.In.MoleFlow = 3000
Feed.In.Fraction = 2.5 39 58 .5
c4split = Tower.Tower()
c4spli... |
13e0fb89c827ff0d9165c75c5ea98734761e0255 | 95a91e0c642afba8090e47bd70e3efb36da36e43 | /UP.eps/two_population/two_populations_ends.sci | 87ab5a2ad94c330dbe13221000a0ef10e9089e19 | [] | no_license | Varvara08/myrepo | f4f2d4e0da09b9eea225deab49d3dfd49d861266 | 588458d7d92407761cc9cd7cc3273e70aa9f84b0 | refs/heads/master | 2021-01-20T17:20:40.176769 | 2016-08-17T13:10:46 | 2016-08-18T10:38:17 | 63,784,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,529 | sci | two_populations_ends.sci | clear;
lines(0);
np=100;
q=7;
s0 = './n=' + string(np) + '/q=' + string(q) + '/all_sig/';
j=0;
for i=175:-25:50
j=j+1;
sig=0.001*i
s = s0+'SBrush_q=' + string(q) + '_' + string(i) + '.pro';
a=fscanfMat(s);
[m,n]=size(a);
k=500;
nmax=0;
nmin=0;
while (nmax==0)
if(a(k-1,14) < ... |
b55a77785461af073d75aa6e5d4294014281e759 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH11/EX11.24/exa11_24.sce | 5dde825b97bf4bcaf7056db3d7aa6414a4efb3aa | [] | 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 | 686 | sce | exa11_24.sce | //caption:stability_using_Nyquist_criterion
//example 11_24
//page 496
clf;
s=%s;
s1=-s;
g=50/((s+1)*(s+2));
g1=50/((s1+1)*(s1+2));
GH=syslin('c',g)
GH1=syslin('c',g1)
nyquist(GH);
nyquist(GH1);
mtlb_axis([-5 30 -20 20]);
xtitle('Nyquist plot of 50/((s+1)*(s+2))')
figure;
show_margins(GH,'nyquist')
disp("since the poin... |
d66e14ab115b5bf6413c9e87ff257fe750071f44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH22/EX22.10/22_10.sce | f8cd33434251c5db58f25d7061cc97ff3a2d7a0e | [] | 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 | 617 | sce | 22_10.sce | //Chapter 22, Problem 10
clc;
P=20e3; //power by shunt generator
V=200; //voltage
R=100e-3; //cable resistance
Rf=50; //field winding resistance
Ra=40e-3; //armature resistance
I=P/V; //load current
Vc=I*R; ... |
353dc433671d78448f845ad68d2ae230d105385f | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_nv_usi/~BivLCM-SR-bfas_nv_usi-PLin-VLin.tst | 158bd32f3fb72ee00c432f30c3f668f3f6348e7d | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfas_nv_usi-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.478891D+00
... |
d62e1491a08333d436807cfc79358a7e226f5cfa | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH8/EX8.2/8_2.sce | ac8c01ce67dd0cb1047b8277887fd03feec7dc10 | [] | 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 | 457 | sce | 8_2.sce | clc
//initialisation of variables
a=0.00001929
b=0.03368
c=0.000221
t=5//c
n=1/12
d=1/4//in
g=32//ft/sec^2
l=100//ft
t1=70//c
va=1//ft/sec
vb=10//ft/sec
ka=0.032
k2=-0.23
//CALCULATIONS
v=a/(1+b*t+(c*t*t))
Re=d*n*va/v
k=8/Re
i=k*4*va*va/(d*n*g)
hf=i*l
v1=a/(1+b*t1+(c*t1*t1))
Re1=d*n*vb/v1
k1=ka*(... |
822f9322721771556260e8c9d5575b12ede3cb4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH2/EX2.5/ex2_5.sce | 101fd8fa03eead2f95b5f10e53a86514b9786e7c | [] | 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 | 498 | sce | ex2_5.sce | // Exa 2.5
clc;
clear;
close;
// Given data
CMRR = 100;
V1 = 300;// in µV
V2 = 240;// in µV
V_id = V1-V2;// in µV
V_cm = (V1+V2)/2;// in µV
A_id = 5000;
A_cm = A_id/CMRR;
V_out = (A_id*V_id) + (A_cm*V_cm);// in µV
V_out = V_out * 10^-3;// in mV
disp("Part (i)")
disp(V_out,"The output Voltage in mV is");
... |
2468dbe9ceb6f37d9d371d9aea852e543eac70c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3843/CH4/EX4.2/Ex4_2.sce | 48c3e05507dc0f7b98e34aabb79f76aaf09d0ad3 | [] | 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 | 310 | sce | Ex4_2.sce | // Example 4_2
clc;funcprot(0);
// Given data
P_in=5;// hp
t=1;// hour
// By assumption
Q=0;// J
delPE=0;// J
delKE=0;// J
// Calculation
W=-P_in*t*(746)*(3600);// The work input in J
delU=-W;// The increase in internal energy in J
printf("\nThe increase in internal energy,delU=%1.3e J",delU);
|
460a65b7bb8c33d1ab70582b234e8a207017620d | 717ddeb7e700373742c617a95e25a2376565112c | /104/CH2/EX2.1/2_1.sce | e1bfef7712d623cf6bfae6a29e1e1bb4e776bf37 | [] | 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 | 90 | sce | 2_1.sce | //laplace transform of unit function
syms t s
y=laplace('1',t,s)
disp(y,"F(s)=")
// test |
24f02d40925cf457aa66856b2ed8efcf54591aa1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH2/EX2.2/exa_2_2.sce | eaf8404df9cdeba81f71acb4dcad6bcef00827d7 | [] | 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 | exa_2_2.sce | // Exa 2.2
clc;
clear;
close;
// Part (i)
// Given data
V_in1= 5;// in micro volt
V_in1=V_in1*10^-6;// in volt
V_in2= -7;// in micro volt
V_in2=V_in2*10^-6;// in volt
Av=2*10^5;
V_out= (V_in1-V_in2)*Av;// in volt
disp(V_out,"(i) Output voltage in first case in volt");
// Part(ii)
V_in1= 10;// in mV
V_i... |
f73ff811a50ecaa8a1be9c3edce189e0ca36816d | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/CH5/EX5.3.1/5_3_1.sce | 6ec096cb860f78e7ab0bf6f1cf490ed38a9d672d | [] | 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 | 632 | sce | 5_3_1.sce | clc
pathname=get_absolute_file_path('5_3_1.sce')
filename=pathname+filesep()+'531.sci'
exec(filename)
printf("All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
Pideal=0.08206*T/Vcap
printf(" \n The value of pressure as per Ideal gas equation = %f atm",Pi... |
af37af704e000ba0b1f7020db0f4e0495f1e0d00 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH2/EX2.22/EX2_22.sce | cdff4f5bb0e9df711fb10c4b4772d29fdb86ea7c | [] | 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 | 457 | sce | EX2_22.sce | clear;
clc;
printf("\nEx2.22\n");
//page no.-66
//given
del_x=5*10^-14;...............//uncertainty in position in m
h=6.626*10^-34;...............//planck's constant in jouls-sec
m=1.675*10^-27;...............//mass of neutron
e=1.6*10^-19;.................//cxharge
del_p=h/del_x...............//uncertainty... |
deaab5e03968698ed9f4acf91bc3c29ab8d10b15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /48/CH6/EX6.1/eg_6_1.sce | c17fbad3b66066ae2fa650c2adea5d826be9532e | [] | 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 | 278 | sce | eg_6_1.sce | clc;
clear;
disp("Given function f(w,x,y,z) can be written as follows");
disp("f(w,x,y,z)=w^x^z^+wx^z+w^yz+wyz^");
disp("f(w,x,y,z)=((w^z^+wz)x^+(w^z+wz^)y)");
disp("let Q=w^z^+wz");
disp("then we can rewrite f as f(w,x,y,z)=Qx^+Q^y");
disp("f(w,x,y,z)=Qx^+Q^y=F[Q(w,z),x,y]");
|
61c27a9d52ce78db24737e58e41ab7e173191090 | 717ddeb7e700373742c617a95e25a2376565112c | /339/CH9/EX9.15/ex9_15.sce | b6f672834c5ca3b60d0f4d99ec1fd0a50dc7b048 | [] | 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 | 3,839 | sce | ex9_15.sce | global Z0;
Z0=50;
//define the S-parameters of the transistor
s11=0.3*exp(%i*(+30)/180*%pi);
s12=0.2*exp(%i*(-60)/180*%pi);
s21=2.5*exp(%i*(-80)/180*%pi);
s22=0.2*exp(%i*(-15)/180*%pi);
//noise parameters of the transistor
Fmin_dB=1.5
Fmin=10^(Fmin_dB/10);
Rn=4;
Gopt=0.5*exp(%i*45/180*%pi);
//comput... |
7db0353421368dfb3d34a19bdd3c136b27937c63 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_College_Physics(volume_2)_R._A._Serway_And_J._S._Faughn_2072.zip/College_Physics(volume_2)_R._A._Serway_And_J._S._Faughn_2072/CH19/EX19.3/ex19_3.sce | ecd66b3d956e9bf2b4aa8f76df1eb1e3ba7fb84c | [] | 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 | 142 | sce | ex19_3.sce | errcatch(-1,"stop");mode(2);//Example 19.3
l=36//in m
I=22//in A
B=0.50*10^-4//in T
F=B*I*l
disp(F,"The maximaum force in Newton=")
exit();
|
44aa4124aeb77c25da2bbeadfc173614b0f287e0 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/signal/fwiir.sci | 264997767a55a54c95ed762ea5edd1ff33229769 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"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 | 1,529 | sci | fwiir.sci | function [maxer,gain,trfun]=fwiir(nbit1,nbit2,w,x,y,weight,nsect)
//[maxer,gain,trfun]=fwiir(nbit1,nbit2,w,x,y,weight,nsect)
//
//macro for the optimum design of IIR filters in cascade realization,
//with prescribed number of bits.
//
//Inputs
//
// nbit1 : desired number of bits for coding the filter coefficients
... |
a23bb58367db28c39082bbdcaa5f9e0bed7eda80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /773/CH8/EX8.17/8_17.sci | 4a7f03293a0efe4fe27fcc8666a6bc0736068250 | [] | 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 | 978 | sci | 8_17.sci | //coefficient//
s=%s;
t = %t;
F=syslin('c',(25)/(s^2+7*s)); //Creates transfer function in forward path
B=syslin('c',(1+0*s)/(1+0*s)); //Creates transfer function in backward path
k=20/25; //k=gain factor
CL=k*(F/.B) //Calculates closed-loop transfer function
// compare CL with Wn^2/(s^2+2*zeta*Wn+Wn^2)
y=denom(CL) /... |
a0baabe2f65396f2f2a5bcb717c009ddf608ca9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH9/EX9.7/Example9_7.sce | 2f0fb76263313387e4727c7b6ee6f1d6d21ebcb1 | [] | 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,758 | sce | Example9_7.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.7 :
// Page number 104
clear ; clc ; close ; // Clear the wor... |
1f7b795f7c464013c716498c7846044f54b39a62 | c559c06fd4e5638a51e9bb8b35f28ceffd7d38fc | /Optimisation/Code/OraclePH.sci | 6912cabf72ea272584f09451881e24d266b6cd04 | [] | no_license | constantinidan/Optimisation-and-control | 0b933d37bbb7a130373d661c418f36b19b21a20c | 1692b7614ab51ea1271e47080fccc95b0f33f232 | refs/heads/master | 2021-01-17T17:26:32.353921 | 2016-08-03T08:54:11 | 2016-08-03T08:54:11 | 59,370,331 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 442 | sci | OraclePH.sci | function [F,G,H] = OraclePH(qc,ind)
if ind == 2 | ind == 3 | ind == 4 then
[F,G] = OraclePG(qc,ind)
H = 0
elseif ind == 5 then
H = 2*B'*diag(r.*(abs(q0+B*qc)))*B
F = 0
G = 0
elseif ind == 6 then
[F,G] = OraclePG(qc,3)
H = 2*B'*diag(r.*(abs(q0+B*qc)))*... |
5780eebe1a9e358eeb2748f65f39ff002a17fb88 | e8dbcf469ba8a31d6926ba791ebc5dcccd50282b | /Scripts/DML/Consultas/Test/consulta_por_altura.tst | a74170b6e5701189ce58d445113dba4bb7c41d1b | [] | no_license | bryanjimenezchacon/bryanjimenezchacon.github.io | 5f2a0f1dbfbc584a65dece48f98b1c13d755512f | 7062d1860934808265c05491007c83f69da1112a | refs/heads/master | 2021-01-23T17:20:11.542585 | 2015-10-10T05:52:52 | 2015-10-10T05:52:52 | 41,244,377 | 2 | 0 | null | 2015-08-26T15:46:04 | 2015-08-23T09:52:06 | JavaScript | UTF-8 | Scilab | false | false | 212 | tst | consulta_por_altura.tst | PL/SQL Developer Test script 3.0
5
begin
-- Call the procedure
personas_por_altura(paltura => :paltura,
p_recordset => :p_recordset);
end;
2
paltura
1
170
4
p_recordset
1
<Cursor>
116
0
|
82edbebbf58a254f3f878e74e7a23426cf8df71c | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/InGameMenu_Options_Advanced.tst | b768bc16cc99bd153170285e12a914a62a659b1f | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,909 | tst | InGameMenu_Options_Advanced.tst | ScreenName String 'InGameMenu_Options_Advanced'
ImplName String 'InGameMenu Screen'
ElementChunkArray Int 12
ScreenElementType Int 0
ImplName String 'In Game Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 53, 46, 747, 550 ) # left,top,right,bottom
ScreenElementType Int 1
ImplName ... |
b16aa149a2729a167589dcf8571a3647e6ca35c8 | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qtdeclarative/tests/auto/quick/qquickborderimage/data/colors-round-remote.sci | ce28333dfa4281e4c6d1843b60a571111214e0cf | [
"Qt-LGPL-exception-1.1",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GFDL-1.3-only",
"LicenseRef-scancode-digia-qt-preview",
"LicenseRef-scancode-warranty-discl... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | Scilab | false | false | 147 | sci | colors-round-remote.sci | border.left:10
border.top:20
border.right:30
border.bottom:40
horizontalTileRule:Round
verticalTileRule:Repeat
source:{{ServerBaseUrl}}/colors.png
|
ce72ea0bbc77e89714c76a0e54ec0039465b59af | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/12_07.sci | 030f1977a4465a97983dfaa373df98b076332490 | [] | 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 | 442 | sci | 12_07.sci | //Stagnation temperature(in K):
T0=296;
//Stagnation pressure(in mm of Hg):
p0=760;
//Gauge pressure at section 1(in mm of Hg):
p1=-18.9;
//Gauge pressure at section2(in mm of Hg):
p2=-412;
//Mach number at 3:
M3=1;
//Gas constant:
R=287;
//Density of mercury(kg/m^3):
dHg=13500;
//Acceleration due to grav... |
aa54d54c684f40327fb5f6567012a5a55b0c9998 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH7/EX7.2/ex7_2.sce | d33edda71be3b58038578c4faa6a8b01bb3d7f19 | [] | 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 | 450 | sce | ex7_2.sce | // Exa 7.2
clc;
clear;
close;
// Given data
H1 = 3100;// in kJ/kg
H2 = 1950;// in kJ/kg
C1 = 20;// in meter/second
C2 = 30;// in meter/secon
Q = 0;// in kJ/kg
Q_desh= 20;// in kJ/kg
Vs= 1.1;// in m^3/kg
W = H1-H2+(C1^2-C2^2)/(2*1000)+Q-Q_desh;// in kJ/kg
m= 2;//mass flow rate in kg/sec
Power= m*W;// in kW... |
c4e8a40f81d9e4736ebef3816e1efba3c9bad12b | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH8/EX8.9/8_9.sce | 76e34492fcc9031c004074891127a5a0fbba588d | [] | 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 | 277 | sce | 8_9.sce | T2 = 1063;
T1 = 1073;
T0 = 300;
m = 2; cp = 1.1;
I = m*cp*((T1-T2)-T0*(log(T1/T2)));
disp("kW",I,"The irrevesibility rate is")
// At lower temperature
T1_ = 353; T2_ = 343;
I_ = m*cp*((T1_-T2_)-T0*(log(T1_/T2_)));
disp("kW",I_,"The irrevesibility rate at lower temperature is") |
927d8bc1d5a6fc8a47745d384dc746f16a3aeac9 | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /tests/chi-square/chi2stat.tst | 5be674c028af4e9d3f91d29035877dc532fc9971 | [] | no_license | papriwalprateek/distfun-scilab | 81b3edef0af1d1908e05472dfb15b0a55f61571d | 82fd34521d1e6ebb6513773264b54a0d48f5f3f9 | refs/heads/master | 2016-09-03T07:08:47.605240 | 2013-10-13T05:53:43 | 2013-10-13T05:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 764 | tst | chi2stat.tst | // Copyright (C) 2012 - Prateek Papriwal
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-... |
b85f0687437fb701d6d60f2069ffc98f8665862c | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH8/EX8.4/8_4exam.sce | 1b607c2ae9760140c13098e0fe39b303038b772e | [] | 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 | 794 | sce | 8_4exam.sce | //Engineering and Chemical Thermodynamics
//Example 8.4
//Page no :371
clear ; clc ;
//Given
P_a_sat = 0.53 ; //[bar]
P_b_sat = 0.16 ; //[bar]
X = 1/3 ;
Y = 1- X ;
x_a_feed = 0.5 ;
x_b_feed = 0.5 ;
a = Y * -(x_a_feed + x_b_feed) + Y^2 ;
b = X * Y *(P_a_sat + P_b_sat) - (x_a_feed * P_b_sat + x_b_feed * P... |
70a1dd860c1f0b7efe7e6b5295248c2f368151ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH3/EX3.3.22/Ch3_3_22.sce | 1e6eb08f985d0740822dfe938515d78cdc28ae0a | [] | 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 | Ch3_3_22.sce | clc
disp("Example 3.22")
printf("\n")
disp("calculate the value of Ib,beta for a transistor and Ic, Ie for new value of beta")
printf("Given\n")
Ic=16*10^-3
Ie=16.04*10^-3
//base current
Ib=Ie-Ic
//beta value
beta=Ic/Ib
//for beta=25
beta1=25
Ic1=beta1*Ib
Ie1=Ic1+Ib
printf("base current \n%f ampere\n",Ib... |
e6ca582932021bc44215163b9e8997bf8ca0e42f | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH12/EX12.17/exa12_17.sce | 7e9cd520dc219d201bd590387ea785b1853d7bbc | [] | 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 | exa12_17.sce | //caption:stability_using_Routh-hurwitz_criterion
//example 12.17
//page 530
s=%s;
syms K
G=sym('K/((s^3+3*s+2)*(s^2+6*s+24))');
H=1;
CH=((s^3+3*s+2)*(s^2+6*s+24)+K)
disp('=0',CH,"characterstics_eq,CH=")
c0=coeffs(CH,'s',0);
c1=coeffs(CH,'s',1);
c2=coeffs(CH,'s',2);
c3=coeffs(CH,'s',3);
c4=coeffs(CH,'s',4... |
fd6df3649673ba7527d9eb8e30630acc1cfcaf00 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3415/CH10/EX10.2/Ex10_2.sce | d91f2f87f684c2020d933aaa8221877f26929376 | [] | 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 | 646 | sce | Ex10_2.sce | //fiber optic communications by joseph c. palais
//example 10.2
//OS=Windows XP sp3
//Scilab version 5.4.1
//given
clc;
clear all;
lambda=0.82*(10^-6)//wavelength in m
pulse=10^-9//duration of pulse in sec
c=3*10^8//velocity of light in m/s
//to find
f=c/lambda;//frequency of oscillation in Hz
mprintf("Freq... |
f57343330028a5b110a163772514e6ee837910f6 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /U R THE LONG STRAFE.sce | 0053e019a694bb4dba023b6d2632ac8eee2eaab8 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 219,943 | sce | U R THE LONG STRAFE.sce | Name=U R THE LONG STRAFE
PlayerCharacters=Quaker
BotCharacters=Quaker Bot Long Strafes.bot;100bot5.bot;actualbot.bot;air1_UFO.bot;annoyingthing.bot;McCoy Bot.bot;Shinji Bot.bot;mgliDodge.bot;QW Bot.bot;Racer Bot.bot;teenbot.bot;Tank QC Fast Strafes.bot;mediumbot.bot;air1_close_long.bot;lanketteen.bot;Long Strafe Bot.bo... |
854db60a20935cf2ef227e9f5cb635da24464e1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH3/EX3.21/3_21.sce | 38aa85a6ce9e7032a790d32c8dde0438c84deb06 | [] | 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 | 3_21.sce | //chemical kinetics and catalysis//
//example 3.21//
Ti=27;//given temperature in C//
T1=Ti+273;//in kelvin//
Tr=10;//rise in temperature//
T2=T1+Tr;
k=3;//value of k1/k2//
R=8.314;//value of constant R in J/K.mol//
E=log(k)*R*T1*T2/(T2-T1);
printf("Activation energy of the reaction is %fJ/mol or %fKJ/mol",E,E... |
44b1e227ff84080cae9b04ea6dc2c73ecb453125 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH18/EX18.10/18_10.sce | 581951526921f1899315ab1b34ca24b8a27d0672 | [] | 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 | 754 | sce | 18_10.sce | //Chapter 18, Problem 10
clc;
//initializing the variables:
L = 3; //inductance in henry
R = 15; //resistance in ohms
V = 120; //supply voltage
t1 = 0.1; // in secs
t3 = 0.3; // in secs
//calculation:
taw= L/R
I = V/R
i2 = 0.85*I... |
d1e02a04c212d5aa2349e581ebb5d7a58ed715fa | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/cmd/test/man-extractor.tst | 63bdc07bf7c6e7e5d51afd079cb8a81ada16eef4 | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 535 | tst | man-extractor.tst | #liquid-liquid extractor example
$thermo = VirtualMaterials.UNIQUAC/Ideal/HC
/ -> $thermo
thermo + ACETIC_ACID WATER DIISOPROPYL_ETHER
units SI
llex = LiqLiqExt.LiqLiqEx()
llex.NumberStages = 8
llex.Feed.MassFraction = 30 70 0
llex.Feed.T = 25 C
llex.Feed.P = 1 atm
llex.Feed.MassFlow =... |
1560bcc31b49fad31714c35366fcb1b3cb08a6ac | 04227b0d1bb094503d6c9ca0b21de26102c7572c | /lbp.sci | 153eb42d5e0c5c8bf402020ae0742ca49cb075d3 | [] | no_license | C-ELAzouzi/Reconnaissance-facial-matlab | be48b496aab193ec07f7aaa95cae2915ea5badfa | ee8073c77bd5fd3f9647ddd18b0115b4a9d27ae3 | refs/heads/master | 2023-06-05T16:25:23.844539 | 2021-06-16T12:46:06 | 2021-06-16T12:46:06 | 377,476,453 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,138 | sci | lbp.sci | // LBP returns the local binary pattern image or LBP histogram of an image.
// J = LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern
// coded image or the local binary pattern histogram of an intensity
// image I. The LBP codes are computed using N sampling points on a
// circle of radius R and using ... |
04f2f05bc8ae6f0a0e4cc5e15697efbd1e52822f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH3/EX3.9/Ex3_9.sce | f334b9665243b2c46c378e6ad1c71abdac67969d | [] | 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,075 | sce | Ex3_9.sce | //Ex3_9
clc
VCC=5
disp("VCC = "+string(VCC)+" volts") // collector supply voltage
RL=250
disp("RL= "+string(RL)+ " ohm") //initialization
RB=25*10^(3)
disp("RB ="+string(RB)+ " ohm") // base resistance
VCS=(0.2)
disp("VCS = "+string(VCS)+" volts") // voltage
BF=200
disp("BF = "+string(BF)+" ") //BJT gai... |
533dbc98f5dae8ecbd7a8ffdd944bc5fc83810d7 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_In_Engineering_Dr._K._M._Gupta_1367.zip/Material_Science_In_Engineering_Dr._K._M._Gupta_1367/CH15/EX15.1/15_1.sce | 48cf3884087fc9f50b200ceb87cf7ca0ba2be2ed | [] | 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 | 202 | sce | 15_1.sce | errcatch(-1,"stop");mode(2);//Find Electric field
//Ex:15.1
;
;
v=230;//in volts
d=0.005;//in m
E=-v/d;//in V/m
disp(E,"Electric field between pair of conducting plates (in V/m) = ");
exit();
|
da955e165953d88837a16701d57a835a60cbf352 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH5/EX5.4/chapter5_ex4.sce | b9c1368dc9c7a862f1d48eaba997210fce039d7f | [] | 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 | 897 | sce | chapter5_ex4.sce | clc
clear
//input
i=10;//total current taken by two-branch parallel circuit in amperes
a=37*(%pi/180);//phase angle by which current lags by on the voltage in degrees
v=100;//voltage supply in volts
f=50;//frequency of supply in hertz
g1=0.03;//conductance of first branch in siemens
b1=0.04;//inductive suscep... |
368902574ad6debf21ef88f54ab6699be68bbc20 | 1489f5f3f467ff75c3223c5c1defb60ccb55df3d | /tests/test_ods_fsed_5_a.tst | 885e10149bd311f07964477e8c14fe704dbe5378 | [
"MIT"
] | permissive | ciyam/ciyam | 8e078673340b43f04e7b0d6ac81740b6cf3d78d0 | 935df95387fb140487d2e0053fabf612b0d3f9e2 | refs/heads/master | 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 | C++ | UTF-8 | Scilab | false | false | 115 | tst | test_ods_fsed_5_a.tst | cd
/
label xxx
file_add xxx config.info.default
branch objects
xxx (289 B)
file_get xxx test_ods_fsed_4_a.tmp
exit
|
78bed53250cc3a59e9205ac9b157b8b276bbeb41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH8/EX8.3c/eg8_3c.sce | e49e145f11683431ddb5d513fb8eb302391f298e | [] | 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 | eg8_3c.sce | noise_var = 4;
num = 5;
Xbar = 10;
u = 8;
statistic = sqrt(num/noise_var)*(Xbar - u);
compare = cdfnor("X", 0, 1, 0.975, 0.025);
lim1 = statistic + compare;
lim2 = statistic - compare;
prob = cdfnor("PQ", lim1 , 0,1 ) - cdfnor("PQ", lim2 , 0,1 );
disp(prob) |
374d51763743c8b5e8a5130081bb55ccf6426d35 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH2/EX2.23.5/ex2_23_5.sce | 023955c94f48b1d319e22e0ccdd4b76517df578a | [] | 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 | 825 | sce | ex2_23_5.sce | //Chapter-2,Example2_23_5,pg 2-53
B=0.55 //magnetic field
d=4.5*10^-3 //distancebetween surface
J=500 //current density
n=10^20 //density
e=1.6*10^-19 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.