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
68420491469cf5f99af01b1e14a751e0d81321c2
449d555969bfd7befe906877abab098c6e63a0e8
/2627/CH5/EX5.3/Ex5_3.sce
e841027b50c6f6915f21c74744761cc253c74396
[]
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
Ex5_3.sce
//Ex 5.3 clc;clear;close; format('v',5); N1=1000;//no. of turns in primary N2=200;//no. of turns in secondary I0=3;//A pf0=0.2;//lagging power factor I2=280;//A(2ndary current) pf2=0.8;//lagging power factor I2dash=I2*N2/N1;//A cosfi0=pf0;cosfi2=pf2;sinfi0=sqrt(1-cosfi0^2);sinfi2=sqrt(1-cosfi2^2); I1_cosfi1=I2dash*cosfi2+I0*cosfi0;//A I1_sinfi1=I2dash*sinfi2+I0*sinfi0;//A I1=sqrt(I1_cosfi1^2+I1_sinfi1^2);//A disp(I1,"Primary current(A)"); fi1=atand(I1_sinfi1/I1_cosfi1);//degree pf1=cosd(fi1);//lagging disp(pf1,"Primary power factor(lagging)");
e93286b165984d24973cec6a83099e9761603fa2
449d555969bfd7befe906877abab098c6e63a0e8
/965/CH3/EX3.6/6.sci
b95cbc9e22f42657d109803d760f9e59501c0687
[]
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
300
sci
6.sci
clc; clear all; disp("heat transfer rate, temperature") r1=0.600/2;// m r2=0.18/2;//m D=1.8;//m L=90;//m tp1=180;// degree C tp2=12;// degree C k=0.45;// W/(m*C) Sfc=2*3.1416*L/(acosh((D^2-r1^2-r2^2)/(2*r1*r2))); Sfc Q=k*Sfc*(tp1-tp2); disp("W",Q,"Heat loss per meter length, Q =")
2043c57c18359e3b56321a362f99fe61674574c5
449d555969bfd7befe906877abab098c6e63a0e8
/821/CH7/EX7.14/7_14.sce
bd02e99ae7d7438bd967b46b87e88b9308ccb6e0
[]
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
195
sce
7_14.sce
c=0.1;//concentration of the solution// a=1.332*10^-2;//Ionization constant// Ka=(c*a^2)/(1-a); printf('CH3COOH = CH3COO- + H+'); printf('\nKa value for the reaction=Ka=%f=1.799*10^-5',Ka);
bea9e85c2e9aa3b810ea1cba5825a6c41b49c47c
449d555969bfd7befe906877abab098c6e63a0e8
/2201/CH2/EX2.20/ex2_20.sce
adfe31e63b0ee21996f02b0c64071fd21b0defcf
[]
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
sce
ex2_20.sce
// Exa 2.20 clc; clear; close; // Given data Sigma = 5.8*10^7;// in mho/m l = 1;// in m d = 1;// in cm d = d * 10^-2;// in m W = 1;// in mm W = W*10^-3;// in m I = 1;// in Amp B = 1;// in Tesla V_H = 0.074*10^-6;// in Volts A = 10^-2 * 10^-3;// in m^2 R_H = (V_H*A)/(B*I*d);// in m^3/c disp(R_H,"Hall coefficient in m^3/c is"); Miu = Sigma * R_H;// in m^2/volt.sec disp(Miu,"The mobility of electron in m^2/volt.sec is");
b2a7722282766e25700c5e9ab2605ac823818718
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/tests/examples/penlaur.man.tst
3374f786e4d72de6dab5fbad55b9d52f3e98456b
[ "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
165
tst
penlaur.man.tst
clear;lines(0); F=randpencil([],[1,2],[1,2,3],[]); F=rand(6,6)*F*rand(6,6);[E,A]=pen2ea(F); [Si,Pi,Di]=penlaur(F); [Bfs,Bis,chis]=glever(F); norm(coeff(Bis,1)-Di,1)
4e6922c525ea8f28a71bab9d5a79d2054698485f
449d555969bfd7befe906877abab098c6e63a0e8
/1847/CH8/EX8.1/Ch08Ex1.sce
cf1be04dcf062cf1cb6a9f18739dfcde3e2af2f6
[]
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
433
sce
Ch08Ex1.sce
// Scilab Code Ex8.1:: Page-8.8 (2009) clc; clear; lambda = 31235; // Wavelength of prominent emission of laser, aangstrom E = 12400/lambda; // Energy difference between the two levels, eV printf("\nThe difference between upper and lower energy levels for the most prominent wavelength = %5.3f eV", E); // Result // The difference between upper and lower energy levels for the most prominent wavelength = 0.397 eV
a08e6e9484f082ba202967485fe7c8bbf00f6ca1
449d555969bfd7befe906877abab098c6e63a0e8
/172/CH9/EX9.12/ex12.sce
7da4a7e60179851cc120abd6ad63b4fc5d6591d9
[]
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
535
sce
ex12.sce
//example 12 //required work input clear clc Pe=150 //final pressure of air in kPa Pi=100 //initial presure of air in kPa k=1.4 Ti=300 //initial temperature of air in kelvis Tes=Ti*(Pe/Pi)^((k-1)/k) //from second law ws=1.004*(Ti-Tes) //from first law of isentropic process n=0.7 //efficiency of automotive supercharger w=ws/n //real work input in kJ/kg Te=Ti-w/1.004 //temperature at supercharger exit in K printf("\n hence,required work input is w=%.1f kJ/kg.\n",w) printf("\n and exit temperature is Te=%.1f K.\n",Te)
94ea956d9c08a04e5adf96faba7c330bb57bf714
0592c9e4cfbb77a0755aff6f0c798d9fe31f6ff4
/scilab/CDO_Pricer/scilab/interface.sci
29f7427928651edb7eb20de641957994f38b98cb
[]
no_license
FinancialEngineerLab/premia-13-cpp_FICC
e19caa6a9cadb4ad1361053efc0dfc9418071cf9
e271da627dbfc8c2c1f7e9f700766544f64c72b2
refs/heads/master
2023-03-16T11:11:26.830681
2016-04-19T05:58:16
2016-04-19T05:58:16
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
496
sci
interface.sci
try type(cdo_factor); delmenu('CDO'); catch // exec builder.sce; exec loader.sce; end; addmenu('CDO',['Product';'Model';'Computation';'Last computation';'Numdef';'Losses']); CDO=['exec(''product.sci'',-1)';'exec(''model.sci'',-1)';'exec(''computation.sci'',-1)';'exec(''last_computation.sci'',-1)';'exec(''animate_numdef'',-1)';'exec(''animate_losses.sci'',-1)']; unsetmenu('CDO',5); unsetmenu('CDO',6); exec('product.sci',-1); exec('model.sci',-1); exec('computation.sci',-1);
26f23fea25eac5cb837fb76eea7e1a14712a6e25
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/allpasslp2lp/test_2.sce
2adba129be5a56d834bd66688030555545d53fd0
[]
no_license
shreniknambiar/FOSSEE-DSP-Toolbox
1f498499c1bb18b626b77ff037905e51eee9b601
aec8e1cea8d49e75686743bb5b7d814d3ca38801
refs/heads/master
2020-12-10T03:28:37.484363
2017-06-27T17:47:15
2017-06-27T17:47:15
95,582,974
1
0
null
null
null
null
UTF-8
Scilab
false
false
149
sce
test_2.sce
// Test # 2 : Excess Input Arguments exec('./allpasslp2lp.sci',-1); [n,d]=allpasslp2lp(0.1,0.2,0.9); //!--error 58 //Wrong number of input arguments
f993c759fa54dbb5fbd0c5af6d694dc4b7057950
449d555969bfd7befe906877abab098c6e63a0e8
/704/CH2/EX2.26/ex2_26.sce
c9c34173442c29e71c384dd90ddbda1cd7f73df2
[]
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
927
sce
ex2_26.sce
//Caption:Determine the speed when armature current is 75 Amp and the excitation is increased by 15 % //Exam:2.26 clc; clear; close; V=220;//supply voltage(in V) R_a=0.03;//armature resistance(in Ohm) R_se=0.07;//field resistance(in Ohm) I_a1=40;//armature current in first case(in Amp) N_1=900;//motor running speed at 40 Amp armature current(in rpm) E_1=V-I_a1*(R_a+R_se);//induced emf due to 40 Amp armature current (in V) I_a2=75;//armature current in second case(in Amp) E_2=V-I_a2*(R_a+R_se);//induced emf due to 75 Amp armature current (in V) //Flux is F_1 when I_a1 and F_2 when I_a2. F_2=1.15*F_1 because Excitation is increased by 15% so F=(F_1/F_2) F=1.15;//Ratio of F_2/F_1 N_2=ceil(N_1*E_2/(F*E_1));//motor speed when armature current is 75 Amp and the excitation is increased by 15 %(in rpm) disp(N_2,'motor speed when armature current is 75 Amp and the excitation is increased by 15 %(in rpm)=');
15a512449807d33f04fc200d086a63891232a97a
449d555969bfd7befe906877abab098c6e63a0e8
/1991/CH2/EX2.13/13.sce
3fc0fcdf1549a16750456be40addfa3308de31f6
[]
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
227
sce
13.sce
clc clear //input m1=1 v1=25 m2=2 v2=0 //calculation v=(m1*v1)+(m2*v2)//applying princilpe of conservation of linear momentum v4=v/(m1+m2) //output printf("the velocity with which both will move is %3.3f ms^-1",v4)
02342bd52432759225b70d9329fe03d3dd062d57
449d555969bfd7befe906877abab098c6e63a0e8
/2939/CH5/EX5.23/Ex5_23.sce
20c5b476ae8801051f2e65abba161084c3894f34
[]
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
371
sce
Ex5_23.sce
// Ex5_23 clc; // Given: f=8.6*10^6;// in Hz q1=1.6*10^-19; q2=6*1.6*10^-19; m1=1.66*10^-27; m2=14*1.66*10^-27; // Solution: // for proton B1=2*3.14*f*m1/q1; printf("\n The magnetic field needed to accelerate protons is = %f T",B1) // for N(14) ions B2=2*3.14*f*m2/q2; printf("\n The magnetic field needed to accelerate N(14) ions is = %f T",B2)
a7b0dc041d4b07ab65ddba6fa8583cec3dd2c385
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH5/EX5.11/Ex5_11.sce
6f0c4ed72d677026216a1a503eff48392ffa13a0
[]
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
621
sce
Ex5_11.sce
//EX5_11 PG-5.26 clc //for base bias take the figure as shown the Example5.1 Beta=100; S=1+Beta;//stability factor printf("\n For base bias: stability factor=%.0f \n",S) //for collector to base bias the figure as shown the Example5.3 Beta=100; Rc=10e3; Rb=100e3 S=(1+Beta)/(1+Beta*(Rc/(Rc+Rb))); printf("\n For collector to base bias: stability factor=%.0f \n",S) //for voltage divider bias take the figure as shown the Example5.5 Re=500; R1=10e3; R2=5e3; Rb=R1*R2/(R1+R2);//R1 and R2 are in parallel S=(1+Beta)/(1+Beta*(Re/(Re+Rb))); printf("\n For voltage divider bias: stability factor=%.2f \n",S)
56dbc63ad1833b3be0821ecd99538dc149d3e081
c4dc71508b28a2e15187e1b742173168eda9ab86
/fatt_lu.sce
29fc92eb3ba4519875b79ae4b79657d666d80b33
[]
no_license
ximarx/calcolo-numerico
103fc59093a2688e8d6224ecdf21d0ce9f3768e3
bca493091417b8f27131a59a2b3a20c30e31b90f
refs/heads/master
2020-06-06T05:34:35.065166
2012-06-23T06:39:27
2012-06-23T06:39:27
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,640
sce
fatt_lu.sce
function [L,U]=fatt_lu(A) // fattorizzazione LU: prende in input matrice // quadrata e ritorna LU matrici triangolari fattori di A [m,n] = size(A) // m numero righe, n numero colonne // controllo che la matrice sia quadrata if m~=n, error("La matrice in input deve essere quadrata") end // inizializzo L con le stesse dimensioni di A L = eye(m,n) // U sara ottenuto dalla manipolazione di A per ogni passo // itero per ogni colonna // (eccetto l'ultima poiche nell'ultima nn ho modifiche da fare) for k=1:n-1 for i=k+1:n // itero sugli elementi subdiagonali della colonna k // calcolo il valore di m(i,k) // nota: in realta la formula e': // mik = -A(i,k)/A(k,k) // a questo seguirebbe un cambio di segno // nel momento della formazione di L // in quanto mi serve l'inversa // quindi lo cambio qui il segno, tenendo pero presente // che sara necessario cambiarlo // durante l'utilizzo del coefficiente // nei calcoli sotto mik=A(i,k)/A(k,k) L(i,k)=mik // vado a modificare A: // non azzero ora i coefficienti subdiagonali, lo faro alla fine for j=k+1:m // modifico tutti gli elementi a destra // di quello azzerato per rispecchiare // il cambio di A // la formula vera e' A(i,j)=A(i,j)+mik*A(k,j) // ma considerando il cambio di segno apportato // al coefficiente mik, riporto la modifica qui A(i,j)=A(i,j)-mik*A(k,j) end end end // a questo punto devo azzerare tutti gli elementi subdiagonali di A U=triu(A) endfunction
c0ed898e25211f6f51ef8ca736c85f7643089a53
717ddeb7e700373742c617a95e25a2376565112c
/866/CH14/EX14.1/14_1.sce
7ead5d32e6701fa4581ac4ef3b1f288f3d6241b9
[]
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
507
sce
14_1.sce
clc //initialisation of variables d= 2 //m t= 20 //mm p= 1.5 //N/mm^2 load= 2500 //KN alpha= 60 //degrees //CALCULATIONS Cs= (p*d*10^3)/(2*t) Ls= (p*d*10^3)/(4*t) Ds= (load*10^3)/(%pi*d*t*10^3) Ts= Ls+Ds sigman= (Ts*t*(cosd(90-alpha))^2+Cs*t*(cosd(alpha))^2)/t tab= Ts*sind(alpha)*cosd(alpha)-Cs*sind(alpha)*cosd(alpha) tmax= (Ts-Cs)/2 //RESULTS printf ('direct stress= %.1f N/mm^2',sigman) printf (' \n Shear stress=%.1f N/mm^2',tab) printf (' \n maximum Shear stress=%.1f N/mm^2',tmax)
f9167db4707a7cf58fdf6c7de8c5981d968e4b8f
449d555969bfd7befe906877abab098c6e63a0e8
/2498/CH6/EX6.m.11/ex_m_6_11.sce
d40d541d80a01c2dd42e4ea96bb38bfa12a351d0
[]
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
305
sce
ex_m_6_11.sce
// Exa Misc. 6.11 clc; clear; close; format('v',6) // Given data R1 = 10;// in k ohm R2 = 20;// in k ohm R3 = 10;// in k ohm R_F = 20;// in k ohm Vin1 = 2;// in V Vin2 = 1;// in V // The output voltage, Vo = ((-R_F/R1)*Vin1) - ((R_F/R2)*Vin2);// in V disp(Vo,"The output voltage in V is");
c601981f575ba4f693e9c94345f2c5b38b4bc735
f1275bcc58e973ff76ca7292f9105d658455170c
/scilab/rei3-2.sce
191088acc7cae911ffcd51db542267b850256c63
[]
no_license
MasahiroAraki/SpeechRecognition
5987f03ea4629e56c88851321cff60847ec9feb7
d095897fb77f1051396c72d2c6454e9589b5bc4a
refs/heads/master
2023-08-31T01:26:01.624052
2023-08-16T23:23:08
2023-08-16T23:23:08
212,271,685
17
3
null
null
null
null
UTF-8
Scilab
false
false
490
sce
rei3-2.sce
clear; X=[3, 2; 3, 4; 5, 4; 5, 6]; // 元データ // 元データの表示 subplot(1, 2, 1); title('original data'); plot2d(X(:, 1), X(:, 2), style=-9, rect=[-8,-8,8,8], axesflag=4); // 標準化計算 (SX = wcenter(X, 'r') としてもよい) [n, d] = size(X); SX = (X - repmat(mean(X, 'r'), n, 1)) * diag(1 ./ stdev(X, 'r')); // 標準化後のデータの表示 subplot(1, 2, 2); title('after standardization'); plot2d(SX(:, 1), SX(:, 2), style=-4, rect=[-2,-2,2,2], axesflag=4);
9d8f84d55dd2f11fb700e75eebde5af2b8da85ea
449d555969bfd7befe906877abab098c6e63a0e8
/1484/CH8/EX8.6/8_6.sce
8bcc89eedadaee91ce0a1fcdfc930cf0d823821d
[]
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
8_6.sce
clc //initialisation of variables d= 2 //in v1= 50 //ft/sec v2= 20 //ft/sec W= 62.4 //lbs/ft^3 g= 32.2 //ft/sec^2 //CALCULATIONS vr= v1-v2 P= W*vr*v1*%pi*(d/2)^2/(g*4) W= P*v2 KE= 2*vr*v2*100/v1^2 //RESULTS printf ('Efficiency= %.f per cent',KE)
4abae8b922bd2ed0f2c3aec16b3de5d2cbdeaf82
449d555969bfd7befe906877abab098c6e63a0e8
/3784/CH4/EX4.47/Ex4_47.sce
655110f0b6bce27ae69aa64a316e0935a4436e09
[]
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
805
sce
Ex4_47.sce
clc //Variable Initialisation Ea=230//Input Voltage of motor in volts d1=0.4//Duty Ratio Ia1=86//Armature Current in Ampere Ra=0.25//Armature resistance in ohm N1=850//Rated Speed of Motor in rpm N4=1300//Rated Speed of Motor in rpm Eb1=220//Average Value of Back EMF //Solution E01=d1*Ea Eb2=E01+(Ia1*Ra) N2=(Eb2/Eb1)*N1 dmax=0.98//Maximum aloowable duty ratio E02=dmax*Ea Eb3=E02+(Ia1*Ra) N3=(Eb3/Eb1)*N1//Wrong value of N1 is taken in textbook Eb4=(N4/N1)*Eb1 R=((Eb4-E02)/Ia1)-Ra E1=(N1/N4)*Eb3 n=E1/Eb1 printf('\n\n Motor speed=%0.1f rpm\n\n',N2) printf('\n\n Maximum allowable motor Speed=%0.1f rpm\n\n',N3)//The answer provided in the textbook is wrong printf('\n\n Resistance to be inserted=%0.1f ohm\n\n',R) printf('\n\n number of turns reduced to fraction=%0.1f\n\n',n)
5296723e2ae9011911d0002a110e8174d50d13ac
449d555969bfd7befe906877abab098c6e63a0e8
/2708/CH16/EX16.1/ex_16_1.sce
aa37927f5b4d0b4154aaf35acd0cab27246c5e8a
[]
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
378
sce
ex_16_1.sce
//Example 16.1 //de-broglie wavelength clc; clear; //given data : h=6.62D-34;// plank's constant in joules-sec m=9.1D-31;// mass of electron in Kg V=1.25D3;// Potential difference in kV E=V*1.6D-19;// energy associated to potential in joule lamda=h/sqrt(2*m*E);// formula to calculate disp(lamda,"de broglie wavelength in m ") //in book it is wronglly calculated
f6a35a650bdb27d80a5b7c7cc9d631490c6ac0d9
98187bfe7a07f2d387b0cc75137b39b9eb012d00
/epaississement.sce
ca2ee479f360325743d397795023870d5731ec8c
[]
no_license
Minial/Squelette
a50b9ec88f135d1392bf336478a7854973c25009
6356c7e1f52d45ff153335565b7049ff2f297b7b
refs/heads/master
2020-04-19T11:41:10.640079
2019-02-03T16:40:38
2019-02-03T16:40:38
168,173,672
0
0
null
null
null
null
UTF-8
Scilab
false
false
811
sce
epaississement.sce
function retour= epaississement(Img, mat) [x,y]=size(Img) retour=Img; faire = 1; for i= 2:x-1 for j = 2:y-1 matX=1; matY=1; faire = 1; for k = i-1:i+1 for l = j-1:j+1 if(Img(k,l)== mat(matX,matY))then elseif(mat(matX,matY)==2) then else faire = 0; end matY = matY + 1; end matY=1; matX = matX +1; end if(faire == 1)then retour(i,j)=1; end end end endfunction
d1a45855457d20b1ce1a620d14b0ba41c8324298
449d555969bfd7befe906877abab098c6e63a0e8
/1092/CH8/EX8.1/Example8_1.sce
25d7c9dcf6d34cd726cc09239aba2f5ae6828d61
[]
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,819
sce
Example8_1.sce
// Electric Machinery and Transformers // Irving L kosow // Prentice Hall of India // 2nd editiom // Chapter 8: AC DYNAMO TORQUE RELATIONS - SYNCHRONOUS MOTORS // Example 8-1 clear; clc; close; // Clear the work space and console. // Given data // 3- phase Y-connected synchronous motor P = 20 ; // No. of poles hp = 40 ; // power rating of the synchronous motor in hp V_L = 660 ; // Line voltage in volt beta = 0.5 ; // At no-load, the rotor is retarded 0.5 mechanical degree from // its synchronous position. X_s = 10 ; // Synchronous reactance in ohm R_a = 1.0 ; // Effective armature resistance in ohm // Calculations // case a funcprot(0); // To avoid this message "Warning : redefining function: beta" alpha = P * (beta/2); // The rotor shift from the synchronous position in // electrical degrees. // case b V_p = V_L / sqrt(3); // Phase voltage in volt E_gp = V_p ; // Generated voltage/phase at no-load in volt (given) E_r = (V_p - E_gp*cosd(alpha)) + %i*(E_gp*sind(alpha)); // Resultant emf across the armature per phase in V/phase E_r_m = abs(E_r);//E_r_m=magnitude of E_r in volt E_r_a = atan(imag(E_r) /real(E_r))*180/%pi;//E_r_a=phase angle of E_r in degrees // case c Z_s = R_a + %i*X_s ; // Synchronous impedance in ohm Z_s_m = abs(Z_s);//Z_s_m=magnitude of Z_s in ohm Z_s_a = atan(imag(Z_s) /real(Z_s))*180/%pi;//Z_s_a=phase angle of Z_s in degrees I_a = E_r / Z_s ; // Armature current/phase in A/phase I_a_m = abs(I_a);//I_a_m=magnitude of I_a in A I_a_a = atan(imag(I_a) /real(I_a))*180/%pi;//I_a_a=phase angle of I_a in degrees // case d theta = I_a_a ; // Phase angle between V_p and I_a in degrees P_p = V_p * I_a_m * cosd(theta); // Power per phase drawn by the motor from the bus P_t = 3*P_p ; // Total power drawn by the motor from the bus // csae e P_a = 3 * (I_a_m)^2 * R_a ; // Armature power loss at no-load in W P_d = (P_t - P_a)/746 ; // Internal developed horsepower at no-load // Display the results disp("Example 8-1 Solution : "); printf(" \n a: alpha = %d degrees (electrical degrees)\n",alpha ); printf(" \n b: E_gp = %d V also, as given ",E_gp); printf(" \n E_r in V/phase = ");disp(E_r); printf(" \n E_r = %.1f <%.1f V/phase \n",E_r_m, E_r_a ); printf(" \n c: Z_s in ohm/phase = ");disp(Z_s); printf(" \n Z_s = %.2f <%.1f ohm/phase \n",Z_s_m, Z_s_a ); printf(" \n I_a in A/phase = ");disp(I_a); printf(" \n I_a = %.2f <%.2f A/phase \n ",I_a_m, I_a_a); printf(" \n d: P_p = %.2f W/phase ",P_p ); printf(" \n P_t = %.2f W ",P_t); printf(" \n Note: Slight variations in power values is due to slight variations"); printf(" \n in V_p , I_a and theta values from those of the textbook\n"); printf(" \n e: P_a = %.f W ",P_a ); printf(" \n P_d = %d hp ", P_d );
7b62a3d5a8cc8d87227b5c7a3a5b21a69dbfba97
449d555969bfd7befe906877abab098c6e63a0e8
/2825/CH18/EX18.3/Ex18_3.sce
bf3eabb7c949e77173ed6038bcbba3ffbfd10f93
[]
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
684
sce
Ex18_3.sce
//Ex18_3 Pg-946 clc disp("Average wavelength of visible radiation = 550 nm") disp(" E1 - E2 = hc/lamda") h=6.6*10^(-34) //planck constant c=3*10^(8) //speed of light in sec lamda= 550*10^(-9) //wavelength in m E=h*c/lamda //difference in energy levels in Joules e=1.6*10^(-19) //electron charge in eV E_eV=E/e //difference in energy levels in electronVolt printf(" = %.1f*1e-19 J \n",E*1e19) printf(" = %.2f eV \n",E_eV) T=300 //temperature in Kelvin k=1.38*10^(-23) //Boltzmann constant disp("Average room temperature=300K and g1=g2,we have") N=exp((-E)/(k*T)) printf(" N2/N1 = %.2f*1e-37",N*1e37) //answer in the book is wrong
e547172c90ce8239b184aac0c1481d9af9fd450c
449d555969bfd7befe906877abab098c6e63a0e8
/2090/CH3/EX3.14/Chapter3_Example14.sce
89e42aba6406f16e19cdd43183a1d0b5e4f28ba9
[]
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,907
sce
Chapter3_Example14.sce
clc clear //Input data E=100;//The amount of excess air in percent T=298;//The temperature of reactants in K nc=1;//Number of moles of propane //Calculations hfch=-103.85;//Enthalpy of formation for propane in MJ/kmol fuel HR=nc*hfch;//Total enthalpy on the reactants side in MJ/kmol fuel hfc=-393.52;//Enthalpy of formation for carbondioxide in MJ/kmol fuel hfh=-241.82;//Enthalpy of formation for water in MJ/kmol fuel hfon=0;//Enthalpy of formation for both oxygen and nitrogen gas x=HR-[(3*hfc)+(4*hfh)+(5*hfon)+(37.6*hfon)];//For adiabatic combustion enthalpy obtained for equating reactants and products in MJ/kmol fuel hfn=x/37.6;//trail to get the change in enthalpy of nitrogen in MJ/kmol T1=1500;//Assuming the products temperature for fist trail in K hfc1=61.714;//The change in enthalpy for corbondioxide for trail temp in MJ/kmol fuel hfh1=48.095;//The change in enthalpy for water for trail temp in MJ/kmol fuel hfo1=40.61;//The change in enthalpy for oxygen for trail temp in MJ/kmol fuel hfn1=38.405;//The change in enthalpy for nitrogen for trail temp in MJ/kmol fuel HP1=(HR-x)+(3*hfc1)+(4*hfh1)+(5*hfo1)+(37.6*hfn1);//Total enthalpy of products for first trail in MJ/kmol fuel T2=1600;//Assuming the products temperature for second trail in K hfc2=67.58;//The change in enthalpy for corbondioxide for trail temp in MJ/kmol fuel hfh2=52.844;//The change in enthalpy for water for trail temp in MJ/kmol fuel hfo2=44.279;//The change in enthalpy for oxygen for trail temp in MJ/kmol fuel hfn2=41.903;//The change in enthalpy for nitrogen for trail temp in MJ/kmol fuel HP2=(HR-x)+(3*hfc2)+(4*hfh2)+(5*hfo2)+(37.6*hfn2);//Total enthalpy of products for second trail in MJ/kmol fuel Te=[[(HR-HP1)/(HP2-HP1)]*(T2-T1)]+T1;//The eatimated adiabatic flame temperature in K //Output printf(' The adiabatic flame temperature for steady-flow process is %3.1f K',Te)
8b0804bc2bd821810067a4c2e81c0a69ee647099
449d555969bfd7befe906877abab098c6e63a0e8
/2201/CH1/EX1.3/ex1_3.sce
8da3eac87e05dc081669cd52006bbb4f6bfcd87a
[]
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
408
sce
ex1_3.sce
// Exa 1.3 clc; clear; close; // Given data a = 5.3;// in Å a= a * 10^-10;// in m N_A = 6.023*10^23; At_Si = 28;// atomic weight of Si n = 4; m = At_Si/N_A;// in gm m= m*10^-3;// in kg V = a^3;// in m^3 Rho = (m*n)/V;// in kg/m^3 disp(Rho,"Density of silicon crystal in kg/m^3 is"); // Note: There is calculation error to find the value of density. So the answer in the book is wrong.
f3128247191af0d13cdc6f5e48eb401a53bb6d49
449d555969bfd7befe906877abab098c6e63a0e8
/2606/CH4/EX4.29/ex4_29.sce
00c86ae20bfdd3f8d2593d4f70b4ca518b67902e
[]
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
347
sce
ex4_29.sce
//Page Number: 4.25 //Example 4.29 clc; //Given, f1=108; //MHz f2=157; //MHz //(a) Image frequency overlaps RF band fIF=12; //MHz fL01=f1-fIF; disp('MHz',fL01,'fL01'); fim1=fL01-fIF; disp('MHz',fim1,'fim1'); fL02=f2-fIF; disp('MHz',fL02,'fL02'); fim2=fL02-fIF; disp('MHz',fim2,'fim2'); //Clearly image and RF band overlap
a7d3d7facfd4fa9fe52f0bf941f2398d4ea10ef5
449d555969bfd7befe906877abab098c6e63a0e8
/3515/CH3/EX3.13/Ex_3_13.sce
4c078803171c2ed1e69e10a2dc077274eac18c33
[]
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
989
sce
Ex_3_13.sce
// Exa 3.13 format('v',5); clc; clear; close; // Given data V_B= 0;// in V V_EB= 0.7;// in V bita=100; V_EC= 0.2;// in V V_E= V_EB+V_B;// in V V_CC= 5;// in V R_C= 1;// in kΩ R_C=R_C*10^3;// in Ω R_B= 10;// in kΩ R_B= R_B*10^3;// in Ω // V_E= V_B+V_EB (i) // V_C= V_E-V_EC= V_B+V_EB-V_EC (ii) // I_E= (V_CC-V_E)/R_C= (V_CC-V_B-V_EB)/R_C (iii) // I_B= V_B/R_B (iv) // I_C= (V_C+V_CC)/R_C= (V_B+V_EB-V_EC+V_CC)/R_B (v) // By using relationship, I_E= I_B+I_C V_B= (9*V_CC-11*V_EB+V_EC)/12;// in V V_E= V_B+V_EB;// in V V_C= V_B+V_EB-V_EC;// in V I_E= (V_CC-V_B-V_EB)/R_C// in amp I_C= (V_B+V_EB-V_EC+V_CC)/R_B;// in amp I_B= V_B/R_B;// in amp disp(V_B,"The value of V_B in volts is : ") disp(V_E,"The value of V_E in volts is : ") disp(V_C,"The value of V_C in volts is : ") disp(I_E*10^3,"The value of I_E in mA is : ") disp(I_C*10^3,"The value of I_C in mA is : ") disp(I_B*10^3,"The value of I_B in mA is : ")
2f5412ffaaa7d06252724c22941b9388e29a7a57
449d555969bfd7befe906877abab098c6e63a0e8
/3131/CH6/EX6.6/6_6.sce
a3e0ca70719ce80b41dcc4ea58b3a6901a2bc736
[]
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
234
sce
6_6.sce
clear all; clc; disp("Ex 6_6") disp("Figure 6-17a shows exposed internal force in member CF") //Summing moments about O and equating to zero a1=45 a=a1*%pi/180 F_CF=((3*8)-(4.75*4))/(sin(a)*12) printf('\n\n F_CF = %0.3f kN (C)',F_CF)
9184189202c7f9259be251823582ab5d9f8b6bf3
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/MA14.prev.tst
58554933a8175cff58d1fb3c7e5844300f0d5bf4
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/ramath
498adfc7a6d353d4775b33020fdf992628e3fbff
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
refs/heads/master
2023-08-17T00:10:37.092379
2023-08-04T07:48:00
2023-08-04T07:48:00
30,116,803
2
0
null
null
null
null
UTF-8
Scilab
false
false
252
tst
MA14.prev.tst
-chain [[0,1,3,-3],[2,2,0,-1],[1,0,-3,3],[2,2,-1,0]] [3,4,5,6] 3 1 [[0,1,3,-3],[2,2,0,-1],[1,0,-3,3],[2,2,-1,0]],det=-1 [3,4,5,6], chain 8 => [1,8,6,9] => [-1,9,10,12] => [3,4,5,6] => [1,8,6,9] => [-1,9,10,12] => [3,4,5,6] => [1,8,6,9] => [-1,9,10,12]
3b99018060dace39f711858a22bc5f0fafd5c72d
cb3c54411a4f3432c21524a69262b6655ba46ac1
/Calculo_Numerico/Ajuste_Potencial.sci
30baf891f7ecd52615e0b040be298d35c1b97309
[]
no_license
draetus/faculdade_trabalhos
ae85c0c89888c2ad956c6aa7147a801d0cdf4f9a
e9971b4478112fbe7333ad71d1b4f1620b384eb6
refs/heads/master
2022-12-30T19:39:42.191109
2020-10-16T13:12:03
2020-10-16T13:12:03
87,357,566
4
2
null
null
null
null
UTF-8
Scilab
false
false
315
sci
Ajuste_Potencial.sci
clear close clc valor = 3 x = [1; 2; 3; 4; 5] y = [15; 28.4; 45.3; 58.6; 77.4] X = [size(x,1) sum(log(x)); sum(log(x)) sum(log(x)^2)] Y = [sum(log(y)); sum(log(x).*log(y))] A = X\Y a = exp(A(1,1)) b = A(2,1) resultado = a*valor^b disp (resultado, "Resultado: ") disp (b, "b: ", a, "a: ") disp ("f(x) = a*x^b")
9cbfde83bb505d46b1db2cbc60adc215ccb03ad3
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Adv-MathematicalFunctions/FLBesselJ-NZ-01.tst
b36bf1f42508f9ccdacba3b419c3227aaf676c19
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,268
tst
FLBesselJ-NZ-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata -- -- Copyright (c): 2014 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. -- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade -- secret or copyright law. Dissemination of this information or reproduction of this material is -- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC. -- Functional Test Specifications: -- -- Test Category: Math Functions -- -- Test Unit Number: FLBesselJ-TD-01 -- -- Name(s): FLBesselJ -- -- Description: Scalar function which returns the value of the Bessel function of the first kind -- -- Applications: -- -- Signature: FLBesselJ(X DOUBLE PRECISION, Nu BIGINT) -- -- Parameters: See Documentation -- -- Return value: Double Precision -- -- Last Updated: 02-19-2014 -- -- Author: <Zhi.Wang@fuzzyl.com> -- -- BEGIN: TEST SCRIPT -- .run file=../PulsarLogOn.sql -- .set width 2500 SELECT COUNT(*) AS CNT, CASE WHEN CNT = 0 THEN ' Please Load Test Data!!! ' ELSE ' Test Data Loaded ' END AS TestOutcome FROM fzzlSerial a; -- BEGIN: POSITIVE TEST(s) ---- Positive Test 1: SELECT FLBesselJ(2.0, 1) AS BesselJ; SELECT a.SerialVal, FLBesselJ(a.SerialVal,1) FROM fzzlSerial a WHERE a.SerialVal <= 100 ORDER BY 1; SELECT a.SerialVal, FLBesselJ(2, CAST(a.SerialVal AS INT)) FROM fzzlSerial a WHERE a.SerialVal <= 100 ORDER BY 1; ---- Positive Test 2: SELECT FLBesselJ(1e-300, 10); ---- Positive Test 3: SELECT FLBesselJ(1e300, 10); ---- Positive Test 4: SELECT FLBesselJ(-1e300, 10); ---- Positive Test 5: SELECT FLBesselJ(-1e300, 11); ---- Positive Test 6: SELECT FLBesselJ(10.45, 0); ---- Positive Test 7: SELECT FLBesselJ(10.45, CAST(2**31-1 AS INT)); -- END: POSITIVE TEST(s) -- BEGIN: NEGATIVE TEST(s) ---- Negative Test 1: Nu < 0 SELECT FLBesselJ(10.45, -10); ---- NEgative Test 2: Null SELECT FLBesselJ(NULL, 10); ---- NEgative Test 3: Null SELECT FLBesselJ(10.45, NULL); -- END: NEGATIVE TEST(s) -- END: TEST SCRIPT
b0f986ea715f0f9944e54a7dd6ec7610b15ac77f
449d555969bfd7befe906877abab098c6e63a0e8
/2411/CH7/EX7.19/Ex7_19.sce
2dcebaec01a49df364959bc39ef377271162921f
[]
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
866
sce
Ex7_19.sce
// Scilab Code Ex7.19: Page-384 (2008) clc; clear; function [d, m] = deg2degmin(theta) d = int(theta); m = (theta-d)*60; endfunction h = 6.626e-034; // Planck's constant, Js e = 1.6e-019; // The energy equivalent of 1 eV, J c = 3e+008; // Speed of light in vacuum, m/s V = 50e+003; // Operating voltage of X ray, V lambda_min = h*c/(e*V); // Minimum wavelength of emitted continuous X rays, angstrom n = 1; // Order of diffraction d = 3.02945e-010; // Interplanar spacing, m theta = asind(n*lambda_min/(2*d)); // The smallest angle between the crystal plane and the X ray beam, degree [deg , m] = deg2degmin(theta); printf("\nThe smallest angle between the crystal plane and the X ray beam = %d degree %d min", deg, m); // Result // The smallest angle between the crystal plane and the X ray beam = 2 degree 21 min
ec1a5e2f38d65c028d944d719cc626e29d963907
4fc46537df0a4e689bd3abc1d23bd40a7f365475
/Profiler.sce
a100f068150451423ba8e59d5a3e6f8f07b8c894
[]
no_license
Rui517/do_profile_superblock42
7bc1d7feea8bb3c2d2917094e72f68baccdaa2b2
6ac094f2a97f7a8049d9e6efe2726ab5e07dcaf4
refs/heads/master
2021-01-20T04:18:40.941849
2017-08-27T14:01:55
2017-08-27T14:01:55
101,386,082
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,022
sce
Profiler.sce
function result = Profiler(xcosFile) result = %f; rhs = argn(2); if(rhs == 1) then //save hdf5 file with xcos filename, just change extension [path,fname,extension] = fileparts(xcosFile); h5File = TMPDIR + filesep() + fname + ".sod"; // open the file to check for permissions [a, err] = mopen(xcosFile, "r"); if (err <> 0) then error(msprintf(gettext("Unable to open %s" + "\n"), xcosFile)); return; end // construct a full path string fullPathName = get_absolute_file_path(fname + extension) + fname + extension; mclose(a); else error(msprintf(gettext("%s: Wrong number of input argument(s): %d expected." + "\n"), "importXcosDiagram", 1)); return; end json_eg = mgetl("C:\Users\32914\Desktop\test\7\create.json");//you could use your own path //return scs_m in Scilab environment result = %t; scs_m= resume(json_eg); endfunction
e975b74cab19fd84bb3d1b0bb227ab3548f7521c
30ad7dd5146dfff03b7639186330ec527bfc0524
/Control Systems Programs/control.sci
d265f34891153b39f7d8a7b4e2e0450ec56e8121
[]
no_license
boberae/Other-Small-Projects
fcc79d8fd69c6d39de68a8b83360b32b28216d73
63d668d2f2c022f653cf44f55992dd05420437e3
refs/heads/master
2020-06-11T10:07:44.474211
2016-12-06T06:42:33
2016-12-06T06:42:33
75,697,420
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,883
sci
control.sci
// System component values K = 0.036; // motor speed constant R = 109; // motor resistance J = .0000157837; // rotor inertia // System state theta0 = 2.45;// the initial position for the motor omega0 = 0; X=[theta0, omega0]; moving = 0;// the system is not in motion // The controller definition Cd = 252;// the setpoint Kpot = 1.8277; // the angle voltage ratio Vzero = 0; // the voltage when the pendulum is vertical Vadmax = 5; // the A/D voltage range Vadmin = 0; Cadmax = 255; // the A/D converter output limits Cadmin = 0; Kp = 10; // position feedback gain Vpwmmax = .5; // PWM output limitations in V Cpwmmax = 255; // PWM input range Cdeadpos_static = 174; // deadband limits for static torque Cdeadneg_static = 179; Cdeadpos_dynamic = 86; // deadband limits for kinetic torque Cdeadneg_dynamic = 94; function foo=control(state, t) VL = Kpot * state($,1) - Vzero; // estimate input voltage for pot. Cp = (VL - Vadmin) / (Vadmax - Vadmin) * (Cadmax - Cadmin);// estimate A/D input if Cp > Cadmax then Cp = Cadmax; end // check for voltages over limits if Cp < Cadmin then Cp = Cadmin; end Ce = Cd - Cp; Cu = Kp * Ce; if abs(state($,2)) > 0.01 then Cdeadpos = Cdeadpos_dynamic; Cdeadneg = Cdeadneg_dynamic; else Cdeadpos = Cdeadpos_static; Cdeadneg = Cdeadneg_static; end Cpwm = 0; if Cu > 0.99 then// deadband compensation Cpwm = Cdeadpos + (Cu/Cpwmmax)*(Cpwmmax - Cdeadpos); end if Cu <= -0.99 then Cpwm = -Cdeadneg + (Cu/Cpwmmax)*(Cpwmmax - Cdeadneg); end foo = Vpwmmax * (Cpwm / Cpwmmax) ; // PWM output if foo > Vpwmmax then foo = Vpwmmax; end // clip voltage if too large if foo < -Vpwmmax then foo = -Vpwmmax; end endfunction // define the state matrix function for a simple DC motor function foo=derivative(state,t) Vs=control(state, t); Tapplied = (Vs * K) / R; Tpkin = ((Vpwmmax * (Cdeadpos_dynamic / Cpwmmax)) * K) / R; Tnkin = -((Vpwmmax * (Cdeadneg_dynamic / Cpwmmax)) * K) / R; if (Tapplied > Tpkin) then Tf = Tpkin; else if(Tapplied < Tnkin) then Tf = Tnkin; else Tf = Tapplied; end end foo = [ state($,2), state($,2)*(-(K*K/(J*R))) + Vs*K/(J*R) - (Tf/J)]; endfunction // Integration Set the time length and step size for the integration steps = 1000;// The number of steps to use t_start = 0;// the start time - normally use zero t_end = 2;// the end time h = (t_end - t_start) / steps;// the step size t = [t_start];// an array to store time values for i=1:steps, t = [t ; t($,:) + h]; control(X($,:), t($,:)); X = [X ; X($,:) + h * derivative(X($,:), t($,:))];// first order end // Graph the values plot2d(t, X, [-2, -5], leg="angle(rad)@speed(rad/s)"); xtitle('Time (s)'); // printf the values over time intervals = 20; for time_count=1:intervals, i = int((time_count - 1)/intervals * steps + 1); printf("Point at t=%f theta=%f, omega=%f \n", i * h, X(i, 1), X(i, 2)); end
e060bde18089c32671e99ae223e8c3284e20763c
449d555969bfd7befe906877abab098c6e63a0e8
/1448/CH10/EX10.2.i/I10_2.sce
b6dbf6183fd590685f7a1b193b67f1eb76ce3435
[]
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
187
sce
I10_2.sce
clc //Initialization of variables E=50*10^3 //J/mol T1=25+273 //K T2=37+273 //K //calculations ln=E/8.3145 *(1/T1-1/T2) factor=%e^(ln) //results printf("kdash = %.2f k",factor)
1bae05a0323e6d24bb703ae155417792534faac1
608ce453a5e6495299d7099c28b04d167ac50a76
/P4/div.tst
71a04de506cc737c4b6b7fe2b4d7c22f266c1581
[]
no_license
andreww-han/CSCE-312
abad4364c0a6a9f406a8a409145ec94a6eb52b88
c3d23e7f5a13df9413656bda76ec82ab8bdc3a1c
refs/heads/master
2022-11-27T18:52:41.794118
2020-07-20T20:16:53
2020-07-20T20:16:53
281,214,854
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,023
tst
div.tst
//Andrew Han // Filename = div.tst load Div.hack, output-file Div.out, compare-to Div.cmp, output-list RAM[0]%D2.6.2 RAM[1]%D2.6.2 RAM[2]%D2.6.2; set RAM[0] 1, // Set test arguments set RAM[1] 1, set RAM[2] -1; // Test that program initialized product to 0 repeat 20 { ticktock; } set RAM[0] 1, // Restore arguments in case program used them as loop counter set RAM[1] 1, output; set PC 0, set RAM[0] 2, // Set test arguments set RAM[1] 2, set RAM[2] -1; // Ensure that program initialized product to 0 repeat 20 { ticktock; } set RAM[0] 2, // Restore arguments in case program used them as loop counter set RAM[1] 2, output; set PC 0, set RAM[0] 0, // Set test arguments set RAM[1] 2, set RAM[2] -1; // Ensure that program initialized product to 0 repeat 30 { ticktock; } set RAM[0] 0, // Restore arguments in case program used them as loop counter set RAM[1] 2, output; set PC 0, set RAM[0] 9, // Set test arguments set RAM[1] 3, set RAM[2] -1; // Ensure that program initialized product to 0 repeat 30 { ticktock; } set RAM[0] 9, // Restore arguments in case program used them as loop counter set RAM[1] 3, output; set PC 0, set RAM[0] 15, // Set test arguments set RAM[1] 300, set RAM[2] -1; // Ensure that program initialized product to 0 repeat 50 { ticktock; } set RAM[0] 15, // Restore arguments in case program used them as loop counter set RAM[1] 300, output; set PC 0, set RAM[0] 290, // Set test arguments set RAM[1] 20, set RAM[2] -1; // Ensure that program initialized product to 0 repeat 120 { ticktock; } set RAM[0] 290, // Restore arguments in case program used them as loop counter set RAM[1] 20, output; set PC 0, set RAM[0] 1000, // Set test arguments set RAM[1] 1000, set RAM[2] -1; // Ensure that program initialized product to 0 repeat 30 { ticktock; } set RAM[0] 1000, // Restore arguments in case program used them as loop counter set RAM[1] 1000, output;
67a87e2cff0d9b88db9b263553c98a42c84e4a42
9948e5af5e885117135b1a9ef1e6988dba9a8643
/test/java1.prev.tst
9f07205c2385e8f953f982fdb065ec3acadd9de2
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/xtrans
eabfbdeee4d0024dee72174566c5c9de003d94d8
95dce33e3241ca46ad95df7b86afe2297106f80d
refs/heads/master
2022-02-11T06:09:40.393075
2022-01-28T14:37:52
2022-01-28T14:37:52
16,539,509
0
0
null
null
null
null
UTF-8
Scilab
false
false
990
tst
java1.prev.tst
<?xml version="1.0" encoding="UTF-8"?> <program> <ws m="nl" v="0"></ws><kw v="package"></kw><id v="org" s="1"></id><op v="."></op><id v="teherba"></id><op v="."></op><id v="xtrans"></id><op v="."></op><id v="general"></id><op v=";"></op> <ws m="nl" v="1"></ws><kw v="package"></kw><id v="org" s="1"></id><op v="."></op><id v="teherba"></id><op v="."></op><id v="xtrans"></id><op v="."></op><id v="proglang"></id><op v=";"></op> <ws m="nl" v="2"></ws><kw v="import"></kw><id v="org" s="2"></id><op v="."></op><id v="teherba"></id><op v="."></op><id v="xtrans"></id><op v="."></op><id v="proglang"></id><op v="."></op><id v="ProgLangTransformer"></id><op v=";"></op> <ws m="nl" v="3"></ws><kw v="public"></kw><kw v="class" s="1"></kw><id v="JavaTransformer" s="1"></id><kw v="extends" s="1"></kw><id v="ProgLangTransformer" s="1"></id><op v="{" s="1"></op> <ws m="nl" v="4"></ws><cmt m="dc"> ... </cmt> <ws m="nl" v="5"></ws><op v="}"></op><cmt m="le" s="1"> JavaTransformer</cmt> </program>
17bfd3d98dbe681fe2d4715c6f00d3059995c389
449d555969bfd7befe906877abab098c6e63a0e8
/2063/CH9/EX9.10/9_10.sce
3452e0ebc1a7292553b18e95de5dda5a6e2b458c
[]
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
762
sce
9_10.sce
clc clear //Input data D=0.15;//Diameter of the bore of a single stage single acting reciprocating air compressor in m L=0.225;//Stroke length in m P1=1;//Pressure of air received in bar T1=308;//Temperature of initial air in K P2=6.5;//Delivery pressure in bar n=1.3;//Polytropic index //Calculations Vs=(3.14*D^2*L)/4;//Stroke volume of the compressor in m^3 Vc=0.05*Vs;//Clearance volume in m^3 V1=Vs+Vc;//Initial volume of air in m^3 V4=Vc*(P2/P1)^(1/n);//The air in the clearance volume expands during suction stroke in m^3 V=V1-V4;//Effective swept volume in m^3 W=((n/(n-1))*P1*10^5*(V1-V4)*(((P2/P1)^((n-1)/n))-1));//Work done by the compressor per cycle in Nm //Output printf('Work done by the compressor per cycle is %3.1f Nm',W)
c6cb2004e2c976213275b9ae6afd7b82b22339b0
449d555969bfd7befe906877abab098c6e63a0e8
/858/CH4/EX4.23/example_23.sce
a8c7ddc34ce17ad64ac2c2d327ae62b4b8de434b
[]
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
384
sce
example_23.sce
clc clear printf("example 4.23 page number 167\n\n") //to find the power requirements P=9807 //in Pa density=1000 //in kg/m3 Q=250/(60*density) head=25 //in m w= head*Q*P; //in kW power_delivered=w/0.65; power_taken=power_delivered/0.9; printf("power_delivered = %f kW",power_delivered/1000) printf("\n\npower taken by motor = %f kW",power_taken/1000)
3534b945967aba2e5977f126d66ba3d1c17a53ee
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH1/EX1.5/ex_5.sce
e34f2568304f58175ce780f9e77439722cfd2a25
[]
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
230
sce
ex_5.sce
//Example 5 // maximum velocity and acceleration clc; clear; close; A=5;//cm T=31.4//seconds w=(2*%pi)/T;//sec^-1 um=w*A;//cm/s am=w^2*A;//cm/s^2 disp(um,"maximum velocity is,(cm/s)=") disp(am,"maximum acceleration is,(cm/s^2)=")
a1175b4b3e0410ed9d938be7303633042794f9ce
449d555969bfd7befe906877abab098c6e63a0e8
/2825/CH18/EX18.8/Ex18_8.sce
ece678b3f4074c0f5b301e6a6e63591a54ec6e90
[]
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
397
sce
Ex18_8.sce
//Ex18_8 Pg-947 clc L=100*10^(-6) //length of semiconductor in m A=10^(-7) //area of semiconductor in cm^2 V=10 //applied voltage in V mew_n=1350 //mobility of electrons mew_p=480 //mobiltiy of protons tp=10^(-6) //lifetime of protons in sec tn=L/(mew_n*V) //lifetime of electrons in sec Gain=tp/tn*(1+(mew_p/mew_n)) //gain of photoconductor printf("Gain = %.2f*1e2",Gain*1e-2)
363ab357c6b656ed8eda716e1e916f9fdf9d3d64
449d555969bfd7befe906877abab098c6e63a0e8
/257/CH5/EX5.17/example_5_17.sce
f79ff5d459cec723adf7a5e808a2f78526baf06a
[]
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
333
sce
example_5_17.sce
syms Ro Ra Rb Rc Rd //shifting summing points to left of 1/Ra and 1/Rb and combining the summing points a=((1/Ra)*Rc)/(1+(1/Ra)*Rc*1) b=(Rd/Rb)/(1+(Rd/Rb)) //shift input summing points to the right and combine the three summing points c=(1/Ro)/(1+(1/Ro)*(Ra*Rc/(Ra+Rc))) d=c/(1-(b*Rb*c)) e=a-b Y=e*d disp(Y,"Io/Vi = ")
20aaf27548a54b43d528779743c9a4dfa19fdb79
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.19/Ex19_19.sce
123dda8a50e519a95e7bd27ddfb9db3b972aa584
[]
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
213
sce
Ex19_19.sce
errcatch(-1,"stop");mode(2);//Ex19_19 Pg-965 hex='C5E2' //hexadecimal input dec=hex2dec(hex) //decimal output bin=dec2bin(dec) //binary output disp("The binary equivalent of C5E2 is") disp(bin) exit();
0bfa42268d800e5011d282d03a8f1f8316028e2c
449d555969bfd7befe906877abab098c6e63a0e8
/3542/CH5/EX5.1/Ex5_1.sce
0533e3f3e413c11bab484fc614d3bd8fc265dc3e
[]
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,381
sce
Ex5_1.sce
// Example no 5.1 // To compute received carrier frequency if mobile is moving a)towards the transmitter b)away from the transmitter c)in the direction perpendicular to arrival direction of transmitted signal // Page no. 180 clc; clear all; // Given data fc=1850*10^6; // Carrier frequency in Hz c=3*10^8; // Speed of ligth in m/s v=60; // Speed of receiver (vehicle) in mph v=v*0.44704; // Speed of receiver (vehicle) in m/s lambda=0.162;//c/f; // Wavelength in m // a)To compute received carrier frequency if mobile is moving towards the transmitter theta=0; // Angle between direction of receiver and transmitter fd=(v/lambda)*cos(theta); // Doppler shift f=(fc+fd)*10^-6; // Received carrier frequency in MHz // Displaying the result in command window printf('\n The received carrier frequency when mobile is moving towards the transmitter = %0.5f MHz',f); // b)To compute received carrier frequency if mobile is moving away from the transmitter theta=180; // Angle between direction of receiver and transmitter fd=(v/lambda)*cos(theta); // Doppler shift f=(fc+fd)*10^-6; // Received carrier frequency in MHz // Displaying the result in command window printf('\n The received carrier frequency when mobile is moving away from the transmitter = %0.6f MHz',f); // c)To compute received carrier frequency if mobile is moving in the direction perpendicular to arrival direction of transmitted signal theta=90; // Angle between direction of receiver and transmitter fd=(v/lambda)*cos(theta); // Doppler shift f=(fc+fd)*10^-6; // Received carrier frequency in MHz // Displaying the result in command window printf('\n The received carrier frequency when mobile is moving in the direction perpendicular to arrival direction of transmitted signal = %0.0f MHz',f);
d4ff90c5378ae110d06d2255ddb232badba465af
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH12/EX12.13/example12_13.sce
99eeec323d3409e0af4d2ebc90a5b2103d6a1d0f
[]
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
602
sce
example12_13.sce
clc // Given that m = 1 // initial mass of radium in gm m_ = 0.0021 // final mass of radium in gm t = 5 // time for decay from m to m_ in years // Sample Problem 13 on page no. 12.36 printf("\n # PROBLEM 13 # \n") printf("Standard formula used \n") printf(" lambda = 0.693 / t_1/2 (Decay constant) \n N =N_0*e^(-lambda*t) \n") lambda = log(m / (1 - m_)) / t T = 0.693 / lambda T_ = 1 / lambda printf("\n Decay constant is %f per year.\n Half life of sample is %f years.\n Average life of sample is %f years.",lambda,T,T_) //Answer in the book:2500 years //Answer in the program:2378.451405 years
9fc27b0e9257f0bcd00f8c7f863074e52250fa0d
449d555969bfd7befe906877abab098c6e63a0e8
/2672/CH7/EX7.11/Ex7_11.sce
14ea03fd2ab3acef4ce698483e80fccaddf19361
[]
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,345
sce
Ex7_11.sce
//Ex_7_11 clc; clear; close; format('v',6); //given data : VBE=0.7;////V Beta=100;///Current Gain //Part (a) VCC=6;////V VEE=0;////V VB=2;////V RE=18;//kohm RC=3;//kohm VE=VB-VBE;//V disp(VE,"(a) Emitter Voltage(V) : "); IE=1;///mA IC=IE*Beta/(1+Beta);///mA VC=VCC-IC*RC;//V if VC>VE then disp("Circuit is in active mode."); end; //Part (b) VEE=6;////V VCC=0;////V VB=1;////V RE=10;//kohm RC=10;//kohm VE=VB+VBE;//V disp(VE,"(b) Emitter Voltage(V) : "); IE=(VEE-VE)/RE;///mA IC=IE;///mA(Assumed nearly equal) VC=VCC+IC*RC;//V if VC>VB then disp("Circuit is in saturation mode."); end; //Part (c) VEE=9.5;////V VCC=-50;////V VB=-5;////V RE=200;//kohm RC=20;//kohm VE=VB+VBE;//V disp(VE,"(c) Emitter Voltage(V) : "); IE=(VEE-VE)/RE;///mA;///mA IC=IE*Beta/(1+Beta);///mA VC=VCC-IC*RC;//V if VC>VE then disp("Circuit is in active mode."); elseif VC<VE disp("Circuit is in reverse active mode.") end; //Part (d) VEE=-30;////V VCC=-10;////V VB=-20;////V RE=6;//kohm RC=2;//kohm VE=VB-VBE;//V disp(VE,"(d) Emitter Voltage(V) : "); IE=(VEE-VE)/RE;///mA;///mA IC=IE*Beta/(1+Beta);///mA VC=VCC-IC*RC;//V if VC>VE then disp("Circuit is in active mode."); end; //Note : Printing error in part (a) in the textbook. Answer is also not accurate in the textbook for part(c)
c79f3fc93b30a19d508364877fbd257862f14d5e
449d555969bfd7befe906877abab098c6e63a0e8
/2045/CH1/EX1.14/Ex1_14.sce
4d1ec5efa914c4e1ca3780a6e1a8989baa2316b4
[]
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
577
sce
Ex1_14.sce
//pagenumber 33 example 14 clear up=1800;//centimetre square per velocity second un=3800;//centimetre square per velocity second //(1) resistivity is 45 ohm q=1.6*10^-19;//coulomb ni=2.5*10^13; sigma1=(un+up)*q*ni; resist=1/sigma1; disp("resistivity = "+string((resist))+" ohm centimetre"); disp("resistivity equal to 45"); //(2) impurity added to extent of 1 atom per 10^9 n=4.4*10^22/10^9; p1=ni^2/n; sigma1=(n*un+p1*up)*q; resist=1/sigma1; disp("resistivity = "+string((resist))+" ohm centimetre"); disp("resistivity equal to 32.4");
332d3dfe214ea215471e544dcfbc4853d67fe1ad
816ccefab515b9e1fc5871beebf0913ecd2c8b94
/regTests/cgtc/enclose_breakthrough.tst
d8b392885d0d902b7cb5861650dd9603a0c4ae4f
[]
no_license
CurtisHughey/ergo
45dff870a6592cb29b9aa68c416bae1577f41452
634ea9eddbd23c917407e667a535be9dae32d55c
refs/heads/master
2020-04-06T07:02:17.089864
2016-08-21T23:53:12
2016-08-21T23:53:12
58,999,319
8
0
null
null
null
null
UTF-8
Scilab
false
false
4,196
tst
enclose_breakthrough.tst
#------------------------------------------------------------------------------ # Enclose and Break Through # # Computer Go Test Collection http://www.cs.ualberta.ca/~games/go/ # # $Source: /usr/cvsroot/project_cgtc/enclose_breakthrough.tst,v $ # $Id: enclose_breakthrough.tst,v 1.5 2004/05/15 04:07:45 mmueller Exp $ #------------------------------------------------------------------------------ loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.4.sgf 90 reg_genmove white #? [D8|E8|D9] 91 reg_genmove black #? [E8] 100 reg_genmove white #? [!B8] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.5.sgf 110 reg_genmove black #? [E4] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.6.sgf 120 reg_genmove black #? [N13] 121 reg_genmove white #? [N13] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.7.sgf 130 reg_genmove black #? [E16] 140 reg_genmove white #? [D16|E15|E16] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.9.sgf 160 reg_genmove black #? [J9] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.15.sgf 200 reg_genmove white #? [G3] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.16.sgf 210 reg_genmove black #? [E2] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.18.sgf 230 reg_genmove white #? [G18] 231 reg_genmove black #? [G17|G18] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.20.sgf 1 250 reg_genmove black #? [Q16] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.20.sgf 260 reg_genmove white #? [Q15|R15] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.21.sgf 270 reg_genmove black #? [N14] 280 reg_genmove black #? [!N13] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.22.sgf 290 reg_genmove black #? [P6] 300 reg_genmove white #? [P6] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.26.sgf 320 reg_genmove white #? [E8] 330 reg_genmove white #? [!C7] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.27.sgf 340 reg_genmove black #? [L14] 350 reg_genmove black #? [!M14] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.28.sgf 360 reg_genmove white #? [E8] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.29.sgf 370 reg_genmove black #? [M9] # blocking the area also kills W group on large scale loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.34.sgf 1 410 reg_genmove white #? [Q9|Q10] 420 reg_genmove white #? [!S6] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.34.sgf 430 reg_genmove black #? [P10|Q10|Q9] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.35.sgf 460 reg_genmove white #? [Q9|Q10] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.37.sgf 1 490 reg_genmove white #? [R9|S9|P7] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.38.sgf 1 510 reg_genmove white #? [R10] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.38.sgf 520 reg_genmove black #? [R10|R11] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.39.sgf 1 530 reg_genmove white #? [Q10] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.39.sgf 540 reg_genmove black #? [Q10|R11] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.41.sgf 550 reg_genmove black #? [N14|O14] 551 reg_genmove white #? [N15|O14] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.42.sgf 560 reg_genmove white #? [M5|L5|L6|M3|K6|K5] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.43.sgf 570 reg_genmove white #? [E16|F16] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.44.sgf 1 590 reg_genmove white #? [F16|G16] 600 reg_genmove black #? [F15|G15] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.46.sgf 630 reg_genmove black #? [F15|G15] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.50.sgf 680 reg_genmove white #? [D17] 690 reg_genmove white #? [!E16] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.51.sgf 1 700 reg_genmove white #? [D17] 710 reg_genmove black #? [D17|C18] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.53.sgf 730 reg_genmove white #? [K12|L13] 740 reg_genmove white #? [!J3] loadsgf ./sgf/enclose_breakthrough/enclose_breakthrough.54.sgf 750 reg_genmove black #? [K12]
c4e08e71eed3b1c6f13bf971589f8cabcde3f388
449d555969bfd7befe906877abab098c6e63a0e8
/1332/CH22/EX22.5/22_5.sce
bfc474112b1f33761b438044f718a0c82d3abbab
[]
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
595
sce
22_5.sce
//Example 22.5 //RBF Network //Page no. 773 clc;clear;close; deff('y=f(x)','y=10*sin(x)') printf('Input\t\tDesired\t\tNetwork\t\tError\n\t\t Output\t\t Output\n---------------------------------------------------------\n') in=[0.7053,0.7060,0.7097,1.5056,1.5103,1.5377,2.2481,2.2514,2.2599,3.7076,3.7229,3.7364,5.0002,5.0022,5.0028,6.3749,6.3799,6.3886] n=[6.4828,6.4883,6.5164,9.9786,9.9816,9.9944,7.7926,7.7718,7.7180,-5.3625,-5.4910,-5.6034,-9.5884,-9.5828,-9.5809,0.9163,0.9663,1.0527] for i=1:18 printf(' %.4f\t\t%.4f\t\t%.4f\t\t%.4f\n',in(i),f(in(i)),n(i),f(in(i))-n(i)) end
18abb5909b7e6bba3bd1e587d58f375e136f60fd
449d555969bfd7befe906877abab098c6e63a0e8
/3840/CH1/EX1.4/Ex1_4.sce
eb37291c539417acddd9e5c6f1ae9a24c485b472
[]
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_4.sce
clear // // // //Variable declaration e=1.6*10**-19 //charge(coulomb) epsilon0=8.85*10**-12 r0=2.5*10**-10 //equilibrium distance(m) //Calculation PE=e**2/(4*e*%pi*epsilon0*r0) //Result
6b923601d3912c705844d7cff48d8e9c6cc1e8db
7ad0d60cf81a6a597c854f34eb8e4d0f0238449f
/Controle/T1/Código/V3/seguidor sem disturbio.sce
ea653e3487e910dd5e4b410c92a9a299e1d9b16d
[]
no_license
Lucas-Okamura/Poli-USP
83c5bf59a8d1f04215db1caeb3898a2394c0797c
2875cd8e0f3a2549f0461d0256cf5e8cc24d204c
refs/heads/master
2023-06-07T21:29:13.123960
2021-06-23T21:59:01
2021-06-23T21:59:01
304,692,746
1
0
null
null
null
null
UTF-8
Scilab
false
false
718
sce
seguidor sem disturbio.sce
Ar = [0,0,0,0;0,0,0,0;0,0,0,0;0,1,0,0] F = A-Ar Ke = inv(C*inv(A-B*Kc)*B)*C*inv(A-B*Kc)*F lambda = [A-B*Kc B*(Kc-Ke);zeros(4,4) Ar] t0 = 0 // Definição do intervalo de tempo dt = 0.1 n = 1200 tf = t0 + dt*(n-1) t = t0:dt:tf x0 = [1;0;0;0;0;0.001;0;0] // Condições inicias x1=[] x2=[] x3=[] x4=[] e1=[] e2=[] e3=[] e4=[] for i = 1:n // Simulação via matriz de transição T = t0 + dt*(i-1) x = expm(lambda*(T-t0))*x0 x1(i)=x(1) x2(i)=x(2) x3(i)=x(3) x4(i)=x(4) e1(i)=x(5) e2(i)=x(6) e3(i)=x(7) e4(i)=x(8) end scf(0) plot2d(t,x1) plot2d(t,e1,style=3) scf(1) plot2d(t,x2) plot2d(t,e2,style=3) scf(2) plot2d(t,x3) plot2d(t,e3,style=3) scf(3) plot2d(t,x4) plot2d(t,e4,style=3)
9626bdf4bb8546de6ad1d45cedb20f37658dd5d4
449d555969bfd7befe906877abab098c6e63a0e8
/1760/CH2/EX2.44/EX2_44.sce
e76306cdf31d982a348f4ac5846a7e3d2a57003b
[]
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
406
sce
EX2_44.sce
//EXAMPLE 2-44 PG NO 91-92 R=20; //Resistance V=125; //VOLTAGE I=2.2; //CURRENT Z=V/I; //IMPEDANCE disp('i) Impedance is = '+string(Z)+' '); F=50; //FREQUENCY XC=53.18 C=1/[2*%pi*F*XC]; //CAPACITANCE disp('ii) Capacitor is = '+string(C)+' F');
ae8e2750a9d097ea44244f4d97e115beef4ac34e
449d555969bfd7befe906877abab098c6e63a0e8
/3768/CH10/EX10.10/Ex10_10.sce
e67110c2c9002f9c29ef48ff1a077b1864636377
[]
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
382
sce
Ex10_10.sce
//Example number 10.10, Page number 227 clc;clear; close; //Variable declaration Hc=6*10**5; //critical magnetic field(A/m) Tc=8.7; //critical temperature(K) H0=3*10**6; //critical magnetic field(A/m) //Calculation T=Tc*sqrt(1-(Hc/H0)); //maximum critical temperature(K) //Result printf("maximum critical temperature is %.3f K",T) //answer given in the book is wrong
4972dfcb0fc500ba3df577af97158906625e8779
449d555969bfd7befe906877abab098c6e63a0e8
/3831/CH16/EX16.5/Ex16_5.sce
4f5044cec9dda28d39a582a2fe44f1a292a2bcc5
[]
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
549
sce
Ex16_5.sce
// Example 16_5 clc;funcprot(0); // Given data T=-20.0+273.15;// K p=0.500;// atm M=0.850;// The Mach number k=1.40;// The specific heat ratio R=286;// J/kg.K g_c=1;// The gravitational constant // Solution V=M*sqrt(k*g_c*R*T);// m/s T_os=T*(1+(((k-1)*M^2)/2));// K T_os=T_os-273.15;// °C p_os=p*(1+(((k-1)*M^2)/2))^(k/(k-1));// atm p_os=p_os*1.013*10^2;// kPa printf("\nThe aircraft’s velocity,V=%3.0f m/s \nThe isentropic stagnation temperature,T_os=%2.1f°C \nThe isentropic stagnation pressure,p_os=%2.1f KPa",V,T_os,p_os);
edade66dfab80252b943a84afc478cea459cf4d3
449d555969bfd7befe906877abab098c6e63a0e8
/1703/CH13/EX13.10/13_10.sce
06f6223c26002f6e1fa9e9bf11a046d66f0f9958
[]
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
343
sce
13_10.sce
clc //initialisation of variables P= 14.7 //lb/in^2 T= 15 //C v= 350 //ft/sec R= 0.714 //CALCULATIONS P1= P*144 r= 3091*(273+T) d1= P1/r r1= r+(v^2/7) P2= (r1*d1/(P1^R))^(1/(1-R))/144 dP= P2-P T2= r1/3091 dT= T2-(273+T) //RESULTS printf ('rise in pressure = %.f lb/in^2 ',dP) printf ('\n rise in temperature = %.1f C ',dT)
6b89af6cf35f3e2168a9d1ef99e31849b56a0b40
449d555969bfd7befe906877abab098c6e63a0e8
/2741/CH5/EX5.22/Chapter5_Example22.sce
cdf65f8290a53a357a2d94e291ba54a1732a54bf
[]
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
Chapter5_Example22.sce
clc clear //Input data n=2.25*10^-4;//The viscosity of the gas in dynes/cm^2 C=4.5*10^4;//The RMS velocity of the molecules in cm/s d=10^-3;//The density of the gas in g/cc //Calculations L=(3*n)/(d*C);//The mean free path of the molecules in cm //Output printf('The mean free path of the molecules is %3g cm ',L)
0dfbeb1a44b72930cd2e4f4c1051eb36f6ba587d
449d555969bfd7befe906877abab098c6e63a0e8
/3311/CH11/EX11.5/Ex11_5.sce
be3f2e509ec812d1286a00d435e531f2dcc7a165
[]
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,134
sce
Ex11_5.sce
// chapter 11 // example 11.5 // fig. 11.9 // Determine rms current of tyristor T1 and T2, rms current of Thyristor T3 and T4 and input power factor // page-722-723 clear; clc; // given e1=130; // in V e2=130; // in V Ep=260; // in V E0=195; // in V R=6; // in ohm alpha=%pi/2; // in radian (firing angle) // calculate I1=sqrt((1/(2*%pi*R^2))*2*(e1+e2)^2*integrate('(sin(wt))^2','wt',alpha,%pi)); // calculation of rms current of tyristor T1 and T2 I2=sqrt((1/(2*%pi*R^2))*2*(e1^2)*integrate('(sin (wt))^2','wt',0,alpha)); // calculation of rms current of Thyristor T3 and T4 Iw2=sqrt(2)*I1; // calculation of rms current of second winding Iw1=sqrt((sqrt(2)*I1)^2+(sqrt(2)*I2)^2); // calculation of rms current of first winding Ea=e1*Iw1+e2*Iw2; // calculation of volt-ampere rating P0=E0^2/R; // calculation of maximum power PF=P0/Ea; // calculation of power factor printf("\nThe rms current of tyristor T1 and T2 is \t I1=%.2f A",I1); printf("\nThe rms current of Thyristor T3 and T4 is \t I2=%.2f A",I2); printf("\nThe power factor is \t\t\t pf=%.3f",PF); if PF>0 then printf(" (lagging)"); else printf(" (laeding)"); end
5cf11db3cd75fede70e8e56a16d5b1f68dedef54
a1e081ceabd043cf1506b917c7f2fb243be290d8
/P2/step_feuler.sci
5c2ac28a812bbbb3dd32e2a3d17298cb93b60117
[]
no_license
pablospe/ssc
2cd8e21e1843f246e2d7f565557f4f73368aa4b8
353fc62f18202e73b84bea4f2d83f64cdeb15723
refs/heads/master
2021-01-10T21:35:46.798450
2014-04-24T05:11:51
2014-04-24T05:11:51
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
92
sci
step_feuler.sci
function xk_plus_1 = step_feuler(f, xk, tk, h) xk_plus_1 = xk + h*f(xk,tk); endfunction
07675f0823e445108304a256a9efaf8fc2fd21b5
1db0a7f58e484c067efa384b541cecee64d190ab
/macros/xcorr2.sci
688dc3ad4087b635061b89720886b28194e54585
[]
no_license
sonusharma55/Signal-Toolbox
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
refs/heads/master
2020-03-22T21:37:22.593805
2018-07-12T12:35:54
2018-07-12T12:35:54
140,701,211
2
0
null
null
null
null
UTF-8
Scilab
false
false
519
sci
xcorr2.sci
function c = xcorr2 (a, b, biasflag) // //Calling Sequence //c = xcorr2 (a) //c = xcorr2 (a, b) //c = xcorr2 (a, b, biasflag) //Parameters //a: //b: //biasflag: //Description //This is an Octave function. //Examples //xcorr2(5,0.8,'coeff') //ans = 1 funcprot(0); rhs = argn(2) if(rhs<1 | rhs>3) error("Wrong number of input arguments."); end select(rhs) case 1 then c = callOctave("xcorr2",a); case 2 then c = callOctave("xcorr2",a,b); case 3 then c = callOctave("xcorr2",a,b,biasflag); end; endfunction
6fc815f82cfad1e557c30b1b2289e606c8fe37d0
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Whac-A-Bot.sce
e4467a55e15bb60885796c0566b1e42d8352d0ff
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
43,963
sce
Whac-A-Bot.sce
Name=Whac-A-Bot PlayerCharacters=pistol Launchman BotCharacters=crocbot.bot IsChallenge=true Timelimit=60.0 PlayerProfile=pistol Launchman AddedBots=crocbot.bot;crocbot.bot;crocbot.bot;crocbot.bot PlayerMaxLives=0 BotMaxLives=0;0;0;0 PlayerTeam=1 BotTeams=2;2;2;2 MapName=whacmap.map MapScale=1.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=false InvincibleBots=false Timescale=1.0 BlockHealthbars=true TimeRefilledByKill=0.0 ScoreToWin=1000.0 ScorePerDamage=1.0 ScorePerKill=0.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=0.0 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=false ScoreMultDamageEfficiency=false ScoreMultKillEfficiency=false GameTag=Inspired by Whac-a-croc and Whac-a-mole WeaponHeroTag=u can use the bat but its better if you use ur hands DifficultyTag=5 AuthorsTag=bozott BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=false BlockFCT=false Description=Ouch! GameVersion=1.0.6.1 ScorePerDistance=0.0 [Aim Profile] Name=Default MinReactionTime=0.3 MaxReactionTime=0.4 MinSelfMovementCorrectionTime=0.001 MaxSelfMovementCorrectionTime=0.05 FlickFOV=30.0 FlickSpeed=1.5 FlickError=15.0 TrackSpeed=3.5 TrackError=3.5 MaxTurnAngleFromPadCenter=75.0 MinRecenterTime=0.3 MaxRecenterTime=0.5 OptimalAimFOV=30.0 OuterAimPenalty=1.0 MaxError=40.0 ShootFOV=15.0 VerticalAimOffset=0.0 MaxTolerableSpread=5.0 MinTolerableSpread=1.0 TolerableSpreadDist=2000.0 MaxSpreadDistFactor=2.0 [Bot Profile] Name=crocbot DodgeProfileNames=jump DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=true CharacterProfile=croc SeeThroughWalls=false [Character Profile] Name=pistol Launchman MaxHealth=300.0 WeaponProfileNames=bat;hands;;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=1.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=65.000 HeadshotOnly=false DamageKnockbackFactor=8.0 MovementType=Base MaxSpeed=0.0 MaxCrouchSpeed=500.0 Acceleration=0.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=0.0 Gravity=3.0 AirControl=0.25 CanCrouch=false CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=0.771 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=1.000 Y=0.888 Z=0.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cuboid MainBBHeight=600.0 MainBBRadius=10.0 MainBBHasHead=true MainBBHeadRadius=30.0 MainBBHeadOffset=200.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=20.0 ProjBBRadius=10.0 ProjBBHasHead=false ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=0.0 VerticalSpawnOffset=0.0 [Character Profile] Name=croc MaxHealth=100.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.001 MaxRespawnDelay=0.001 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=8.0 MovementType=Base MaxSpeed=0.0 MaxCrouchSpeed=500.0 Acceleration=100.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=4.0 JumpVelocity=750.0 Gravity=2.0 AirControl=0.125 CanCrouch=false CanPogoJump=true CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Spheroid MainBBHeight=110.0 MainBBRadius=55.0 MainBBHasHead=false MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Spheroid ProjBBHeight=50.0 ProjBBRadius=25.0 ProjBBHasHead=false ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.05 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 [Dodge Profile] Name=jump MaxTargetDistance=0.0 MinTargetDistance=0.0 ToggleLeftRight=false ToggleForwardBack=false MinLRTimeChange=0.2 MaxLRTimeChange=0.5 MinFBTimeChange=0.2 MaxFBTimeChange=0.5 DamageReactionChangesDirection=false DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.25 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.25 MinProfileChangeTime=0.0 MaxProfileChangeTime=0.0 MinCrouchTime=0.3 MaxCrouchTime=0.6 MinJumpTime=0.3 MaxJumpTime=0.6 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.25 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 [Weapon Profile] Name=bat Type=Hitscan ShotsPerClick=1 DamagePerShot=100.0 KnockbackFactor=4.0 TimeBetweenShots=0.1 Pierces=false Category=SemiAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=true HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=25.0 DelayBeforeShot=0.0 HitscanVisualEffect=None ProjectileGraphic=Ball VisualLifetime=0.1 WallParticleEffect=Gunshot HitParticleEffect=Flare BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.0 RecoilNegatable=false DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 ProjectileTrail=None RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Horizontal (4:3) ADSAllowUserOverrideFOV=true ForceFirstPersonInADS=true Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=0 AAPreferClosestPlayer=false AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=hands Type=Hitscan ShotsPerClick=1 DamagePerShot=100.0 KnockbackFactor=4.0 TimeBetweenShots=0.1 Pierces=false Category=SemiAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=true HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=25.0 DelayBeforeShot=0.0 HitscanVisualEffect=None ProjectileGraphic=Ball VisualLifetime=0.1 WallParticleEffect=Gunshot HitParticleEffect=Flare BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.0 RecoilNegatable=false DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 ProjectileTrail=None RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Horizontal (4:3) ADSAllowUserOverrideFOV=true ForceFirstPersonInADS=true Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=0 AAPreferClosestPlayer=false AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end UInt8 playersMin 1 UInt8 playersMax 16 brush vertices -640.000000 96.000000 1200.000000 560.000000 96.000000 1200.000000 560.000000 96.000000 48.000000 -640.000000 96.000000 48.000000 -640.000000 -16.000000 1200.000000 560.000000 -16.000000 1200.000000 560.000000 -16.000000 48.000000 -640.000000 -16.000000 48.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 288.000000 112.000000 1184.000000 304.000000 112.000000 1184.000000 304.000000 112.000000 992.000000 288.000000 112.000000 992.000000 288.000000 96.000000 1184.000000 304.000000 96.000000 1184.000000 304.000000 96.000000 992.000000 288.000000 96.000000 992.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 48.000000 112.000000 704.000000 64.000000 112.000000 704.000000 64.000000 112.000000 544.000000 48.000000 112.000000 544.000000 48.000000 96.000000 704.000000 64.000000 96.000000 704.000000 64.000000 96.000000 544.000000 48.000000 96.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -640.000000 336.000000 1200.000000 -480.000000 336.000000 1200.000000 -480.000000 336.000000 48.000000 -640.000000 336.000000 48.000000 -640.000000 96.000000 1200.000000 -480.000000 96.000000 1200.000000 -480.000000 96.000000 48.000000 -640.000000 96.000000 48.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -640.000000 624.000000 1200.000000 -480.000000 624.000000 1200.000000 -480.000000 336.000000 48.000000 -640.000000 336.000000 1200.000000 -640.000000 336.000000 48.000000 -480.000000 336.000000 1200.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 brush vertices -319.999969 336.000000 208.000000 -320.000000 336.000000 48.000000 -480.000031 336.000000 48.000031 -480.000000 336.000000 208.000031 -319.999969 96.000000 208.000000 -320.000000 96.000000 48.000000 -480.000031 96.000000 48.000031 -480.000000 96.000000 208.000031 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -320.000000 336.000000 848.000000 -240.000000 336.000000 848.000000 -240.000000 336.000000 48.000000 -320.000000 336.000000 48.000000 -320.000000 96.000000 848.000000 -240.000000 96.000000 848.000000 -240.000000 96.000000 48.000000 -320.000000 96.000000 48.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -79.999969 336.000000 208.000000 -79.999969 336.000000 48.000000 -240.000000 336.000000 48.000000 -240.000000 336.000000 208.000000 -79.999969 96.000000 208.000000 -79.999969 96.000000 48.000000 -240.000000 96.000000 48.000000 -240.000000 96.000000 208.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -159.999969 336.000000 848.000000 -159.999969 336.000000 368.000000 -240.000000 336.000000 368.000000 -240.000000 336.000000 848.000000 -159.999969 96.000000 848.000000 -159.999969 96.000000 368.000000 -240.000000 96.000000 368.000000 -240.000000 96.000000 848.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -160.000000 336.000000 1184.000000 -112.000000 336.000000 1184.000000 -112.000000 336.000000 368.000000 -160.000000 336.000000 368.000000 -160.000000 96.000000 1184.000000 -112.000000 96.000000 1184.000000 -112.000000 96.000000 368.000000 -160.000000 96.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -480.000000 336.000000 1184.000000 -320.000000 336.000000 1184.000000 -320.000000 336.000000 368.000000 -480.000000 336.000000 368.000000 -480.000000 96.000000 1184.000000 -320.000000 96.000000 1184.000000 -320.000000 96.000000 368.000000 -480.000000 96.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -159.999969 336.000000 1184.000000 -159.999969 336.000000 1008.000000 -320.000000 336.000000 1008.000000 -320.000000 336.000000 1184.000000 -159.999969 96.000000 1184.000000 -159.999969 96.000000 1008.000000 -320.000000 96.000000 1008.000000 -320.000000 96.000000 1184.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 48.000031 336.000000 1184.000000 48.000031 336.000000 704.000000 -112.000000 336.000000 704.000000 -112.000000 336.000000 1184.000000 48.000031 96.000000 1184.000000 48.000031 96.000000 704.000000 -112.000000 96.000000 704.000000 -112.000000 96.000000 1184.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -79.999969 336.000000 544.000000 -79.999969 336.000000 368.000000 -112.000000 336.000000 368.000000 -112.000000 336.000000 544.000000 -79.999969 96.000000 544.000000 -79.999969 96.000000 368.000000 -112.000000 96.000000 368.000000 -112.000000 96.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 0.000031 336.000000 544.000000 0.000031 336.000000 48.000000 -80.000000 336.000000 48.000000 -80.000000 336.000000 544.000000 0.000031 96.000000 544.000000 0.000031 96.000000 48.000000 -80.000000 96.000000 48.000000 -80.000000 96.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 160.000031 336.000000 208.000000 160.000031 336.000000 48.000000 0.000000 336.000000 48.000000 0.000000 336.000000 208.000000 160.000031 96.000000 208.000000 160.000031 96.000000 48.000000 0.000000 96.000000 48.000000 0.000000 96.000000 208.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 160.000000 336.000000 848.000000 240.000000 336.000000 848.000000 240.000000 336.000000 48.000000 160.000000 336.000000 48.000000 160.000000 96.000000 848.000000 240.000000 96.000000 848.000000 240.000000 96.000000 48.000000 160.000000 96.000000 48.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 400.000031 336.000000 208.000000 400.000000 336.000000 48.000000 239.999969 336.000000 48.000031 240.000000 336.000000 208.000031 400.000031 96.000000 208.000000 400.000000 96.000000 48.000000 239.999969 96.000000 48.000031 240.000000 96.000000 208.000031 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 400.000000 336.000000 1200.000000 560.000000 336.000000 1200.000000 560.000000 336.000000 48.000000 400.000000 336.000000 48.000000 400.000000 96.000000 1200.000000 560.000000 96.000000 1200.000000 560.000000 96.000000 48.000000 400.000000 96.000000 48.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 400.000000 624.000000 1200.000000 560.000000 624.000000 1200.000000 560.000000 336.000000 48.000000 400.000000 336.000000 1200.000000 400.000000 336.000000 48.000000 560.000000 336.000000 1200.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 brush vertices 32.000031 336.000000 544.000000 32.000031 336.000000 368.000000 0.000000 336.000000 368.000000 0.000000 336.000000 544.000000 32.000031 96.000000 544.000000 32.000031 96.000000 368.000000 0.000000 96.000000 368.000000 0.000000 96.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 32.000000 336.000000 1184.000000 80.000000 336.000000 1184.000000 80.000000 336.000000 368.000000 32.000000 336.000000 368.000000 32.000000 96.000000 1184.000000 80.000000 96.000000 1184.000000 80.000000 96.000000 368.000000 32.000000 96.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 160.000031 336.000000 848.000000 160.000031 336.000000 368.000000 80.000000 336.000000 368.000000 80.000000 336.000000 848.000000 160.000031 96.000000 848.000000 160.000031 96.000000 368.000000 80.000000 96.000000 368.000000 80.000000 96.000000 848.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 240.000031 336.000000 1184.000000 240.000031 336.000000 1008.000000 80.000000 336.000000 1008.000000 80.000000 336.000000 1184.000000 240.000031 96.000000 1184.000000 240.000031 96.000000 1008.000000 80.000000 96.000000 1008.000000 80.000000 96.000000 1184.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -480.000000 416.000000 544.000000 400.000000 416.000000 544.000000 400.000000 416.000000 368.000000 -480.000000 416.000000 368.000000 -480.000000 336.000000 544.000000 400.000000 336.000000 544.000000 400.000000 336.000000 368.000000 -480.000000 336.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -480.000000 496.000000 848.000000 400.000000 496.000000 848.000000 400.000000 496.000000 704.000000 -480.000000 496.000000 704.000000 -480.000000 336.000000 848.000000 400.000000 336.000000 848.000000 400.000000 336.000000 704.000000 -480.000000 336.000000 704.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -480.000000 576.000000 1184.000000 400.000000 576.000000 1184.000000 400.000000 576.000000 1008.000000 -480.000000 576.000000 1008.000000 -480.000000 336.000000 1184.000000 400.000000 336.000000 1184.000000 400.000000 336.000000 1008.000000 -480.000000 336.000000 1008.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -320.000000 416.000000 368.000000 -240.000000 416.000000 368.000000 -320.000000 336.000000 48.000000 -320.000000 336.000000 368.000000 -240.000000 336.000000 48.000000 -240.000000 336.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 5 0x00000000 brush vertices -80.000000 416.000000 368.000000 0.000000 416.000000 368.000000 -80.000000 336.000000 48.000000 -80.000000 336.000000 368.000000 0.000000 336.000000 48.000000 0.000000 336.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 5 0x00000000 brush vertices 160.000000 416.000000 368.000000 240.000000 416.000000 368.000000 160.000000 336.000000 48.000000 160.000000 336.000000 368.000000 240.000000 336.000000 48.000000 240.000000 336.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 5 0x00000000 brush vertices 240.000000 336.000000 1184.000000 400.000000 336.000000 1184.000000 400.000000 336.000000 368.000000 240.000000 336.000000 368.000000 240.000000 96.000000 1184.000000 400.000000 96.000000 1184.000000 400.000000 96.000000 368.000000 240.000000 96.000000 368.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -480.000000 496.000000 704.000000 -112.000000 496.000000 704.000000 -480.000000 416.000000 368.000000 -480.000000 416.000000 704.000000 -112.000000 416.000000 368.000000 -112.000000 416.000000 704.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 5 0x00000000 brush vertices 32.000000 496.000000 704.000000 400.000000 496.000000 704.000000 32.000000 416.000000 368.000000 32.000000 416.000000 704.000000 400.000000 416.000000 368.000000 400.000000 416.000000 704.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 5 0x00000000 brush vertices -160.000000 576.000000 1008.000000 96.000000 576.000000 1008.000000 96.000000 496.000000 1008.000000 -160.000000 496.000000 704.000000 -160.000000 496.000000 1008.000000 96.000000 496.000000 704.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 brush vertices 240.000000 576.000000 1008.000000 400.000000 576.000000 1008.000000 400.000000 496.000000 1008.000000 240.000000 496.000000 704.000000 240.000000 496.000000 1008.000000 400.000000 496.000000 704.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 brush vertices -480.000000 576.000000 1008.000000 -320.000000 576.000000 1008.000000 -320.000000 496.000000 1008.000000 -480.000000 496.000000 704.000000 -480.000000 496.000000 1008.000000 -320.000000 496.000000 704.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 brush vertices -480.000000 624.000000 1200.000000 400.000000 624.000000 1200.000000 400.000000 576.000000 1200.000000 -480.000000 576.000000 1008.000000 -480.000000 576.000000 1200.000000 400.000000 576.000000 1008.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 brush vertices -640.000000 0.000000 48.000000 560.000000 0.000000 48.000000 560.000000 0.000000 -736.000000 -640.000000 0.000000 -736.000000 -640.000000 -16.000000 48.000000 560.000000 -16.000000 48.000000 560.000000 -16.000000 -736.000000 -640.000000 -16.000000 -736.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -112.000000 176.000000 704.000000 32.000000 176.000000 704.000000 32.000000 176.000000 544.000000 -112.000000 176.000000 544.000000 -112.000000 96.000000 704.000000 32.000000 96.000000 704.000000 32.000000 96.000000 544.000000 -112.000000 96.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 80.000000 256.000000 1008.000000 240.000000 256.000000 1008.000000 240.000000 256.000000 848.000000 80.000000 256.000000 848.000000 80.000000 96.000000 1008.000000 240.000000 96.000000 1008.000000 240.000000 96.000000 848.000000 80.000000 96.000000 848.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -320.000000 256.000000 1008.000000 -160.000000 256.000000 1008.000000 -160.000000 256.000000 848.000000 -320.000000 256.000000 848.000000 -320.000000 96.000000 1008.000000 -160.000000 96.000000 1008.000000 -160.000000 96.000000 848.000000 -320.000000 96.000000 848.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 entity type PlayerSpawn Vector3 position -32.000000 0.000000 -368.000000 Bool8 teamB 0 entity type CameraPath UInt8 posLerp 2 UInt8 angleLerp 2 entity type Effect Vector3 position 0.000000 256.000000 0.000000 String64 effectName internal/misc/reflectionprobe entity type Target Vector3 position 320.000000 256.000000 320.000000 Vector3 angles -135.000000 30.000000 0.000000 String32 name end entity type PlayerSpawn Vector3 position -400.000000 96.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -160.000000 96.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 80.000000 96.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 320.000000 96.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -32.000000 176.000000 624.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 160.000000 256.000000 928.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 256.000000 928.000000 Bool8 teamA 0
1fc5802cd19997da50d583455c6de6cac188015c
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.15_10.tst
c7d235b236f15a6f51ce12b8663ef941b61c0caf
[]
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
25,679
tst
bow.15_10.tst
15 14:0.2 85:0.08333333333333333 190:1.0 845:1.0 1830:1.0 2807:1.0 2873:1.0 2874:2.0 4010:1.0 4017:1.0 5126:1.0 15 5:0.125 38:0.3333333333333333 39:0.16666666666666666 46:0.2 48:1.0 74:0.5 85:0.08333333333333333 111:1.0 199:0.3333333333333333 201:0.3333333333333333 323:0.2 372:1.0 503:0.25 1407:0.3333333333333333 1718:1.0 2759:1.0 2805:1.0 3054:1.0 3212:2.0 3930:1.0 15 5:0.125 39:0.08333333333333333 228:0.3333333333333333 1396:1.0 1447:0.16666666666666666 1526:0.5 1527:1.0 1596:1.0 1665:2.0 2074:1.0 2293:1.0 2537:1.0 2743:1.0 3344:0.5 3614:0.5 15 18:0.5 38:0.6666666666666666 39:0.08333333333333333 55:0.5 56:0.02857142857142857 59:0.1111111111111111 91:0.16666666666666666 124:1.0 199:0.3333333333333333 475:1.0 745:1.0 976:0.5 1012:1.0 1965:1.0 2009:1.0 3951:1.0 15 14:0.2 34:0.2 36:0.25 38:0.6666666666666666 42:1.0 180:1.0 199:0.3333333333333333 201:0.3333333333333333 209:0.2 365:0.3333333333333333 445:0.5 459:1.0 460:1.0 606:1.0 1421:1.0 1447:0.16666666666666666 1472:0.75 1483:0.16666666666666666 1494:1.0 1599:1.0 1621:1.0 1847:1.0 3495:1.0 3845:1.0 15 73:0.2 144:1.0 251:1.0 284:1.0 405:0.3333333333333333 3195:1.0 5503:1.0 15 5:0.125 14:0.2 22:0.125 38:0.3333333333333333 39:0.08333333333333333 73:0.2 228:0.3333333333333333 243:1.0 390:0.125 445:0.5 700:1.0 714:0.5 1271:0.25 2225:1.0 3891:1.0 4253:1.0 15 5:0.25 10:0.5 36:0.25 51:1.0 56:0.02857142857142857 64:0.16666666666666666 67:1.0 75:0.09090909090909091 85:0.08333333333333333 203:0.3333333333333333 371:0.3333333333333333 381:1.0 472:0.5 685:2.0 1407:0.3333333333333333 1445:0.5 1472:0.25 1577:1.0 1753:1.0 1960:2.0 2198:1.0 2412:1.0 2575:1.0 3728:1.0 4228:1.0 4376:1.0 5889:1.0 6110:1.0 15 22:0.125 56:0.05714285714285714 85:0.08333333333333333 196:0.5 216:0.5 220:1.0 463:1.0 564:1.0 1407:0.3333333333333333 1409:0.3333333333333333 1435:0.25 1960:1.0 2156:1.0 2257:1.0 2802:2.0 2803:2.0 2805:1.0 2896:1.0 3918:1.0 4169:1.0 5210:1.0 5755:1.0 15 5:0.125 56:0.02857142857142857 564:1.0 1432:1.0 1527:1.0 1718:1.0 2156:1.0 2799:1.0 3362:1.0 4460:1.0 4462:1.0 6316:1.0 15 5:0.25 23:0.3333333333333333 46:0.2 85:0.08333333333333333 89:0.25 127:1.0 156:0.3333333333333333 209:0.2 213:0.1111111111111111 284:1.0 365:0.3333333333333333 503:0.25 671:0.5 685:1.0 707:1.0 1313:0.3333333333333333 1407:0.3333333333333333 1409:0.3333333333333333 1447:0.16666666666666666 1472:0.5 1518:1.0 1550:0.5 1624:1.0 1652:0.3333333333333333 1721:0.5 1924:1.0 2030:1.0 2223:1.0 2225:1.0 2226:1.0 2230:1.0 2446:1.0 2657:1.0 2893:1.0 2986:1.0 2991:1.0 15 14:0.2 23:0.16666666666666666 26:0.3333333333333333 64:0.16666666666666666 91:0.08333333333333333 94:0.3333333333333333 99:1.0 199:0.3333333333333333 230:0.5 1447:0.16666666666666666 1617:1.0 1656:1.0 2089:1.0 2412:1.0 2655:1.0 3026:1.0 3277:1.0 3443:1.0 4017:1.0 4591:1.0 15 4:0.5 5:0.125 38:0.6666666666666666 56:0.05714285714285714 85:0.25 120:1.0 156:0.3333333333333333 204:1.0 223:0.3333333333333333 224:0.5 510:1.0 564:1.0 1017:1.0 2158:1.0 2159:1.0 2400:1.0 2952:1.0 3277:1.0 3847:1.0 4856:1.0 4996:1.0 15 5:0.25 26:0.3333333333333333 73:0.2 197:1.0 201:0.3333333333333333 203:0.3333333333333333 228:0.6666666666666666 512:0.3333333333333333 579:1.0 1421:1.0 1436:1.0 1445:1.0 1467:1.0 1516:1.0 1588:1.0 1627:1.0 1637:0.5 1735:0.25 1834:1.0 2332:1.0 2485:1.0 3362:1.0 3751:1.0 3880:1.0 4248:1.0 4605:1.0 4811:1.0 6035:1.0 6315:1.0 15 8:0.6666666666666666 18:1.0 26:0.3333333333333333 38:0.3333333333333333 39:0.16666666666666666 56:0.05714285714285714 59:0.1111111111111111 69:0.4 85:0.08333333333333333 171:0.5 201:0.3333333333333333 206:1.0 209:0.2 327:0.5 463:1.0 472:0.5 564:1.0 639:1.0 821:1.0 836:1.0 1384:0.3333333333333333 1496:0.25 1552:1.0 1611:1.0 15 5:0.25 38:0.6666666666666666 39:0.16666666666666666 56:0.05714285714285714 59:0.2222222222222222 62:0.5 89:0.25 107:1.0 156:0.3333333333333333 220:1.0 290:1.0 599:1.0 772:1.0 845:2.0 1398:1.0 1399:1.0 1445:0.5 1516:1.0 1844:1.0 2230:1.0 2303:1.0 2352:1.0 3344:0.5 4432:1.0 5241:1.0 15 18:1.0 23:0.3333333333333333 48:1.0 64:0.16666666666666666 113:0.5 144:1.0 606:1.0 657:1.0 1384:0.3333333333333333 1407:0.3333333333333333 1409:0.3333333333333333 1435:0.25 1445:0.5 1508:1.0 1622:0.3333333333333333 1665:1.0 1703:1.0 2890:1.0 3092:1.0 3412:1.0 3580:1.0 3834:1.0 5687:1.0 15 38:0.3333333333333333 209:0.4 328:1.0 515:1.0 594:0.25 685:1.0 805:0.5 1156:1.0 1384:0.3333333333333333 1588:1.0 2223:1.0 2985:0.5 2986:1.0 4666:1.0 15 39:0.08333333333333333 48:1.0 207:1.0 213:0.2222222222222222 223:0.3333333333333333 390:0.125 996:1.0 15 156:0.3333333333333333 213:0.2222222222222222 884:1.0 1445:0.5 1459:0.3333333333333333 1495:1.0 1622:0.6666666666666666 2585:1.0 2921:0.5 4086:1.0 6027:1.0 15 64:0.16666666666666666 1171:0.5 1442:0.25 1459:0.6666666666666666 1472:0.25 1483:0.16666666666666666 1665:1.0 1689:1.0 1742:1.0 1823:1.0 1844:0.5 1969:1.0 2115:0.5 2372:1.0 2485:1.0 2588:1.0 2635:1.0 2817:1.0 3324:1.0 15 5:0.125 8:0.3333333333333333 14:0.2 39:0.08333333333333333 69:0.2 73:0.2 74:0.5 85:0.08333333333333333 119:1.0 220:1.0 230:0.5 283:0.5 319:0.5 456:0.5 512:0.3333333333333333 593:1.0 707:1.0 723:1.0 1302:1.0 1447:0.16666666666666666 1496:0.25 2348:1.0 2878:1.0 3344:0.5 4453:1.0 4582:1.0 4965:1.0 5921:1.0 15 39:0.08333333333333333 144:1.0 213:0.1111111111111111 230:0.5 365:0.6666666666666666 450:1.0 596:1.0 1483:0.16666666666666666 1495:1.0 1721:0.5 1856:0.2 2754:0.5 2755:1.0 3501:1.0 4745:1.0 15 5:0.125 10:0.25 14:0.2 18:0.5 26:0.3333333333333333 39:0.08333333333333333 41:1.0 91:0.08333333333333333 120:1.0 209:0.2 365:0.3333333333333333 445:0.5 525:1.0 551:1.0 740:1.0 1407:0.3333333333333333 1409:0.3333333333333333 1440:1.0 1459:0.3333333333333333 1472:0.25 1483:0.16666666666666666 1488:1.0 1541:1.0 1689:2.0 1718:1.0 1819:1.0 1834:1.0 1849:1.0 1924:1.0 1967:0.5 2578:1.0 2636:1.0 3654:1.0 3670:1.0 3743:1.0 3851:1.0 4190:1.0 4965:1.0 5395:1.0 6022:1.0 15 38:0.3333333333333333 88:1.0 91:0.08333333333333333 155:0.5 209:0.4 268:1.0 286:0.5 290:1.0 417:1.0 453:0.3333333333333333 463:1.0 685:1.0 795:1.0 1078:1.0 1607:1.0 2397:1.0 3974:1.0 5122:2.0 15 22:0.125 39:0.08333333333333333 56:0.02857142857142857 64:0.16666666666666666 86:1.0 91:0.08333333333333333 147:1.0 223:0.3333333333333333 365:0.3333333333333333 390:0.125 671:0.5 786:1.0 1488:1.0 1665:2.0 1801:1.0 2038:1.0 2179:1.0 2391:1.0 3443:1.0 15 39:0.16666666666666666 48:1.0 59:0.1111111111111111 1171:0.5 1407:0.3333333333333333 1626:0.5 1696:1.0 1721:0.5 2348:0.5 2353:1.0 2629:1.0 2759:1.0 3508:1.0 3930:1.0 15 5:0.25 14:0.2 38:0.3333333333333333 39:0.08333333333333333 43:0.5 95:0.25 114:0.07142857142857142 268:1.0 287:1.0 690:1.0 1384:0.3333333333333333 1422:1.0 1739:1.0 2657:1.0 15 5:0.125 14:0.2 23:0.16666666666666666 26:0.3333333333333333 38:0.3333333333333333 39:0.08333333333333333 114:0.07142857142857142 243:1.0 252:0.5 268:1.0 291:0.3333333333333333 445:0.5 448:1.0 695:0.5 1183:1.0 1407:1.3333333333333333 1445:0.5 1447:0.3333333333333333 1459:0.6666666666666666 1481:1.0 1619:1.0 1967:0.5 2194:1.0 2311:1.0 2567:1.0 2747:1.0 2893:1.0 3380:1.0 3614:0.5 3748:1.0 3971:1.0 4214:1.0 4540:1.0 5221:1.0 5961:1.0 15 5:0.5 14:0.2 26:1.3333333333333333 47:1.0 48:1.0 89:0.25 156:0.3333333333333333 290:1.0 365:0.3333333333333333 398:1.0 666:1.0 1255:1.0 1435:0.5 1483:0.16666666666666666 1488:1.0 1508:1.0 1527:1.0 1531:1.0 1599:0.3333333333333333 1610:1.0 1739:1.0 1906:1.0 2115:0.5 2207:1.0 2547:1.0 3387:1.0 4207:1.0 4484:2.0 5357:1.0 15 5:0.125 14:0.6 38:0.3333333333333333 39:0.16666666666666666 73:0.2 89:0.25 114:0.07142857142857142 151:1.0 156:0.3333333333333333 213:0.1111111111111111 228:0.3333333333333333 365:0.3333333333333333 376:0.5 690:1.0 1407:1.0 1421:3.0 1472:0.25 1483:0.3333333333333333 1494:1.0 1836:1.5 1844:0.5 1906:1.0 2194:1.0 2195:1.0 3067:1.0 3212:1.0 3380:2.0 4282:1.0 5474:1.0 5491:1.0 5984:1.0 15 18:0.5 22:0.125 39:0.08333333333333333 45:0.5 56:0.02857142857142857 59:0.1111111111111111 72:1.0 74:0.5 114:0.07142857142857142 129:0.5 390:0.125 893:1.0 1018:1.0 1384:0.3333333333333333 1435:0.25 1515:1.0 2067:1.0 3098:1.0 3137:1.0 3344:0.5 3614:0.5 5328:1.0 15 5:0.125 10:0.25 55:0.5 85:0.08333333333333333 89:0.25 185:1.0 209:0.2 365:0.3333333333333333 476:1.0 512:0.3333333333333333 815:1.0 829:1.0 845:1.0 1155:1.0 1432:1.0 1445:0.5 1459:0.3333333333333333 1483:0.16666666666666666 1496:0.25 1599:0.3333333333333333 1616:1.0 1624:1.0 1698:1.0 1735:0.25 1924:1.0 2118:1.0 2310:1.0 2353:1.0 2355:1.0 2485:1.0 2612:1.0 3259:1.0 4747:1.0 5899:1.0 15 5:0.125 10:0.25 14:0.2 23:0.16666666666666666 56:0.02857142857142857 59:0.1111111111111111 73:0.2 74:0.5 209:0.6 237:0.16666666666666666 283:0.5 390:0.125 397:0.2 419:1.0 714:0.5 1094:2.0 1167:1.0 1515:1.0 1524:0.5 1553:1.0 1611:1.0 2225:1.0 3247:1.0 3397:1.0 15 10:0.25 55:0.5 89:0.25 185:1.0 209:0.2 476:1.0 829:1.0 1155:1.0 1432:1.0 1970:1.0 2799:1.0 2811:1.0 3078:2.0 3886:1.0 15 5:0.125 17:1.0 73:0.2 228:0.3333333333333333 492:1.0 675:1.0 1708:1.0 2588:1.0 2759:1.0 4466:0.5 4646:1.0 15 36:0.25 38:0.3333333333333333 94:0.3333333333333333 199:0.3333333333333333 201:0.3333333333333333 671:0.5 1402:0.2 1421:1.0 1424:0.3333333333333333 2244:1.0 15 7:0.25 14:0.2 22:0.125 38:0.6666666666666666 39:0.16666666666666666 59:0.1111111111111111 75:0.09090909090909091 81:1.0 89:0.25 142:1.0 199:0.3333333333333333 209:0.2 237:0.16666666666666666 243:1.0 366:0.5 419:1.0 700:1.0 1075:1.0 1793:1.0 2326:1.0 2751:1.0 2930:1.0 4139:1.0 15 5:0.25 27:1.0 34:0.2 39:0.08333333333333333 48:1.0 114:0.07142857142857142 126:1.0 161:1.0 185:1.0 209:0.2 221:0.25 252:0.5 327:0.5 574:1.0 671:0.5 1224:0.5 1610:1.0 1689:1.0 1721:0.5 1847:1.0 1961:1.0 2293:1.0 2417:1.0 2470:1.0 2575:1.0 2727:1.0 2799:1.0 2802:1.0 2807:1.0 2808:1.0 4016:1.0 4017:1.0 4476:1.0 4695:1.0 5910:1.0 6316:1.0 15 14:0.2 23:0.16666666666666666 64:0.16666666666666666 220:1.0 223:0.3333333333333333 224:0.5 237:0.16666666666666666 365:0.3333333333333333 419:1.0 1407:0.6666666666666666 1421:1.0 1435:0.25 1445:0.5 1496:0.25 1525:1.0 1610:1.0 1617:1.0 1621:1.0 1853:1.0 2352:1.0 2355:1.0 2488:1.0 4431:1.0 5214:1.0 6322:1.0 15 5:0.125 8:0.3333333333333333 31:0.5 38:0.3333333333333333 85:0.08333333333333333 91:0.08333333333333333 161:1.0 185:1.0 199:0.3333333333333333 456:0.5 587:1.0 639:1.0 1017:1.0 1339:1.0 1375:1.0 1398:1.0 1495:1.0 1670:0.5 1957:0.3333333333333333 15 276:1.0 390:0.125 398:1.0 740:1.0 976:0.5 1407:0.3333333333333333 1478:1.0 1511:1.0 1597:1.0 2607:1.0 2666:1.0 3897:1.0 5122:1.0 15 5:0.25 1171:0.5 1304:1.0 1403:0.5 1404:1.0 1405:1.0 1406:1.0 1407:0.3333333333333333 1408:1.0 1409:0.3333333333333333 1410:1.0 1411:1.0 1435:0.25 1445:0.5 1580:1.0 1698:1.0 2759:1.0 2795:1.0 2796:1.0 3026:1.0 3201:0.3333333333333333 3203:1.0 3323:1.0 3641:1.0 4611:1.0 5237:1.0 5511:1.0 5895:1.0 15 14:0.2 26:0.3333333333333333 75:0.09090909090909091 107:1.0 667:1.0 1017:1.0 1407:0.6666666666666666 1409:0.3333333333333333 1432:1.0 1526:0.5 1721:0.5 2307:1.0 4440:1.0 4451:1.0 4757:1.0 15 8:0.3333333333333333 41:1.0 45:0.5 114:0.07142857142857142 130:0.5 201:0.3333333333333333 213:0.2222222222222222 228:0.3333333333333333 287:1.0 330:1.0 407:1.0 417:1.0 657:1.0 1053:1.0 1407:0.3333333333333333 1421:1.0 1436:1.0 1460:0.25 1461:1.0 1496:0.25 1599:0.3333333333333333 1689:1.0 1819:1.0 2272:1.0 2355:1.0 2488:1.0 3023:1.0 3447:1.0 4729:1.0 4730:1.0 4967:1.0 5771:1.0 5800:1.0 15 23:0.16666666666666666 26:0.3333333333333333 38:0.6666666666666666 62:1.0 75:0.09090909090909091 85:0.08333333333333333 88:1.0 201:1.0 250:1.0 483:1.0 550:0.5 599:1.0 626:1.0 685:1.0 707:1.0 1012:1.0 1436:1.0 1472:0.25 1624:1.0 2770:1.0 2989:1.0 3078:2.0 3778:1.0 4363:1.0 15 5:0.125 8:0.3333333333333333 14:0.2 38:0.3333333333333333 39:0.08333333333333333 156:0.3333333333333333 209:0.2 272:1.0 319:0.5 330:1.0 457:0.5 678:1.0 700:1.0 976:0.5 1304:1.0 1436:3.0 1447:0.16666666666666666 1459:0.3333333333333333 1483:0.16666666666666666 1496:0.25 1518:1.0 1698:1.0 2115:0.5 2413:1.0 3408:1.0 3661:1.0 3878:1.0 5628:1.0 5771:1.0 15 5:0.125 8:0.3333333333333333 18:0.5 38:0.3333333333333333 39:0.16666666666666666 41:1.0 42:1.0 66:0.125 69:0.2 85:0.08333333333333333 161:1.0 550:0.5 827:1.0 1407:0.6666666666666666 1442:0.25 1445:0.5 1495:1.0 1496:0.25 1656:1.0 1794:1.0 1904:1.0 1924:1.0 3237:1.0 3323:1.0 3447:1.0 3526:1.0 3661:1.0 3693:1.0 5111:1.0 5899:1.0 15 8:0.3333333333333333 23:0.16666666666666666 41:1.0 64:0.16666666666666666 69:0.2 91:0.08333333333333333 365:0.3333333333333333 457:0.5 610:0.3333333333333333 824:1.0 1407:0.3333333333333333 1409:0.3333333333333333 1445:0.5 1472:0.5 1483:0.16666666666666666 1607:1.0 1735:0.25 1924:1.0 2352:1.0 2660:1.0 3237:1.0 3878:1.0 4244:1.0 5479:1.0 15 5:0.25 26:0.3333333333333333 38:0.3333333333333333 51:1.0 66:0.125 69:0.2 85:0.08333333333333333 89:0.25 199:0.3333333333333333 228:0.3333333333333333 324:1.0 330:1.0 365:0.3333333333333333 457:0.5 483:1.0 723:1.0 857:1.0 1183:1.0 1407:0.6666666666666666 1445:0.5 1516:1.0 1541:1.0 2172:1.0 2795:1.0 4086:1.0 4628:1.0 15 18:0.5 26:0.3333333333333333 32:1.0 38:0.3333333333333333 146:1.0 155:0.5 282:0.5 846:1.0 905:1.0 1384:0.3333333333333333 1447:0.16666666666666666 1718:1.0 2194:1.0 2657:1.0 3411:1.0 4089:1.0 4416:1.0 4692:1.0 5093:1.0 5094:1.0 5095:1.0 5096:1.0 5097:1.0 5239:1.0 15 5:0.125 23:0.16666666666666666 26:0.6666666666666666 40:0.3333333333333333 46:0.6 56:0.02857142857142857 85:0.08333333333333333 192:0.5 213:0.1111111111111111 252:0.5 398:1.0 438:1.0 593:1.0 767:1.0 786:1.0 1154:1.0 1155:1.0 1384:0.3333333333333333 1442:0.25 1445:0.5 1447:0.16666666666666666 1472:0.25 1525:1.0 1617:1.0 1624:1.0 2041:1.0 2179:1.0 2180:1.0 2421:1.0 3098:0.3333333333333333 3269:1.0 5961:2.0 15 8:0.3333333333333333 18:0.5 26:0.3333333333333333 48:1.0 59:0.1111111111111111 69:0.2 91:0.08333333333333333 122:1.0 203:0.3333333333333333 209:0.2 323:0.2 938:1.0 1304:1.0 1384:0.3333333333333333 1467:2.0 1471:1.0 1472:0.75 1478:1.0 1595:1.0 1596:1.0 1597:1.0 2704:1.0 2866:1.0 15 34:0.2 39:0.16666666666666666 48:1.0 74:0.5 89:0.25 100:1.0 114:0.07142857142857142 156:0.3333333333333333 220:1.0 398:1.0 435:1.0 1491:1.0 3199:3.0 4025:1.0 4235:1.0 4302:1.0 15 213:0.1111111111111111 365:0.3333333333333333 376:0.5 610:0.3333333333333333 1171:0.5 1344:0.3333333333333333 1407:0.3333333333333333 1421:1.0 1435:0.25 1464:1.0 1472:0.5 1479:2.0 1488:1.0 1508:1.0 1624:1.0 1665:1.0 1856:0.2 1977:1.0 2026:2.0 2588:1.0 3242:1.0 3243:1.0 3244:1.0 3245:1.0 3246:1.0 3866:1.0 4253:1.0 5416:1.0 15 5:0.125 22:0.125 39:0.16666666666666666 85:0.25 127:1.0 213:0.1111111111111111 290:1.0 365:0.3333333333333333 1304:1.0 1409:0.3333333333333333 1421:1.0 1433:0.3333333333333333 1459:0.3333333333333333 1472:0.25 1483:0.16666666666666666 1498:1.0 1549:0.5 1622:0.3333333333333333 1661:0.5 1836:0.5 1844:0.5 2068:1.0 2487:1.0 2635:1.0 2817:1.0 3142:1.0 3253:1.0 3254:2.0 3646:1.0 4104:1.0 5388:1.0 5625:1.0 15 5:0.125 14:0.2 18:0.5 64:0.16666666666666666 1171:0.5 1351:1.0 1407:0.3333333333333333 1447:0.16666666666666666 1842:1.0 2063:1.0 2557:0.5 2772:1.0 2950:1.0 3482:1.0 4860:1.0 5143:1.0 15 5:0.125 365:0.3333333333333333 1407:0.3333333333333333 1445:0.5 1460:0.25 1498:1.0 1526:0.5 1689:1.0 1740:1.0 2233:1.0 2645:1.0 3443:1.0 3924:1.0 4851:1.0 5004:1.0 5804:3.0 15 5:0.125 18:0.5 23:0.16666666666666666 26:0.3333333333333333 38:0.3333333333333333 39:0.16666666666666666 48:2.0 56:0.02857142857142857 62:0.5 67:1.0 69:0.2 85:0.08333333333333333 125:0.16666666666666666 126:1.0 127:1.0 161:1.0 238:0.2 284:1.0 323:0.2 457:0.5 606:1.0 613:0.5 678:1.0 690:1.0 719:1.0 751:1.0 1402:0.2 1407:0.3333333333333333 1409:0.3333333333333333 1421:1.0 1435:0.25 1472:0.25 1526:0.5 1599:0.3333333333333333 2394:1.0 2775:1.0 3098:0.3333333333333333 3874:1.0 4811:1.0 15 5:0.125 23:0.16666666666666666 48:1.0 213:0.1111111111111111 365:0.3333333333333333 398:1.0 443:1.0 786:1.0 1171:0.5 1321:1.0 1351:1.0 1407:0.6666666666666666 1421:1.0 1440:1.0 1447:0.3333333333333333 1509:1.0 1665:2.0 1698:1.0 1705:0.5 1735:0.25 1739:1.0 1904:1.0 1974:1.0 2016:1.0 2303:1.0 2315:1.0 2352:1.0 2355:1.0 2381:1.0 2423:1.0 2588:1.0 3213:1.0 3323:1.0 3504:1.0 3686:1.0 4253:1.0 4440:1.0 4505:1.0 4762:1.0 4967:1.0 5143:1.0 5182:1.0 15 5:0.125 18:1.0 26:0.6666666666666666 34:0.2 38:0.3333333333333333 48:1.0 72:1.0 74:0.5 85:0.08333333333333333 144:1.0 192:0.5 201:0.3333333333333333 209:0.2 213:0.2222222222222222 282:0.5 530:2.0 665:1.0 854:2.0 1371:1.0 1407:0.3333333333333333 1733:1.0 1775:2.0 2759:1.0 3213:1.0 3536:1.0 6028:1.0 6204:1.0 15 5:0.125 213:0.2222222222222222 1304:1.0 1407:1.0 1421:1.0 1436:1.0 1447:0.16666666666666666 1485:1.0 1622:0.6666666666666666 1856:0.2 1924:1.0 2353:1.0 3447:1.0 3540:1.0 6028:1.0 6288:1.0 15 2:1.0 5:0.375 8:0.3333333333333333 39:0.08333333333333333 55:0.5 66:0.125 161:1.0 365:0.3333333333333333 450:1.0 715:1.0 751:1.0 804:0.25 824:1.0 1074:1.0 1433:0.3333333333333333 1451:1.0 1472:0.25 1518:1.0 2303:1.0 2326:1.0 2993:1.0 4047:1.0 4441:1.0 15 75:0.09090909090909091 1171:0.5 1407:0.6666666666666666 1467:1.0 1472:0.25 1483:0.16666666666666666 1588:1.0 1924:1.0 1940:0.5 1993:1.0 2067:1.0 2213:1.0 3026:1.0 3348:1.0 4612:1.0 5897:1.0 6252:1.0 6253:1.0 15 5:0.125 18:0.5 213:0.1111111111111111 1407:0.6666666666666666 1472:0.25 1496:0.25 1577:1.0 2341:1.0 2348:0.5 2355:1.0 2575:1.0 2805:1.0 2817:1.0 3092:1.0 3455:1.0 4017:1.0 4453:1.0 15 34:0.2 38:0.3333333333333333 85:0.08333333333333333 129:0.5 156:0.3333333333333333 199:0.3333333333333333 205:0.5 209:0.2 272:1.0 324:1.0 330:1.0 397:0.2 453:0.3333333333333333 596:1.0 671:0.5 1460:0.25 1461:1.0 1668:0.5 2431:1.0 3472:1.0 3473:1.0 4994:1.0 5018:1.0 15 5:0.125 73:0.2 197:1.0 228:0.3333333333333333 1409:0.6666666666666666 1447:0.16666666666666666 1459:0.3333333333333333 1472:0.75 1509:1.0 1515:1.0 1599:0.6666666666666666 1619:1.0 1638:1.0 1834:1.0 1856:0.2 2485:1.0 3209:1.0 3491:1.0 3492:1.0 3493:1.0 3494:1.0 3857:1.0 4762:1.0 4994:1.0 5479:1.0 15 5:0.125 22:0.125 74:0.5 85:0.08333333333333333 112:1.0 196:0.5 224:0.5 252:0.5 380:1.0 390:0.125 546:1.0 587:1.0 1459:0.6666666666666666 1526:0.5 1531:1.0 1610:1.0 1619:1.0 1626:0.5 1924:1.0 1967:0.5 2125:1.0 2362:1.0 2373:1.0 2902:1.0 2930:1.0 3224:1.0 3614:0.5 3656:1.0 3670:1.0 4611:1.0 5235:1.0 15 23:0.16666666666666666 284:1.0 453:0.3333333333333333 456:0.5 1460:0.25 1475:1.0 1656:1.0 1689:1.0 1721:0.5 2178:1.0 3853:1.0 15 5:0.125 18:1.0 26:0.3333333333333333 38:0.3333333333333333 45:0.5 88:1.0 192:0.5 221:0.25 323:0.2 456:0.5 476:1.0 714:0.5 1055:1.0 1495:1.0 1721:0.5 1919:1.0 2672:1.0 2874:1.0 5553:1.0 15 5:0.125 18:0.5 31:0.5 39:0.3333333333333333 74:1.0 191:0.25 209:0.2 365:1.0 407:1.0 779:1.0 1081:1.0 1409:0.3333333333333333 1440:1.0 1447:0.5 1459:0.6666666666666666 1472:0.25 1483:0.16666666666666666 1619:1.0 1698:1.0 1842:0.5 1969:1.0 1974:1.0 2348:0.5 2622:1.0 3386:1.0 4453:1.0 4571:1.0 5942:1.0 15 5:0.125 29:1.0 38:0.6666666666666666 39:0.08333333333333333 62:0.5 85:0.08333333333333333 120:1.0 148:1.0 163:1.0 180:1.0 191:0.25 192:0.5 201:0.3333333333333333 209:0.2 290:1.0 306:1.0 323:0.2 398:1.0 438:1.0 503:0.25 700:1.0 714:0.5 767:1.0 912:1.0 1017:1.0 1028:1.0 1075:1.0 1518:1.0 1525:1.0 1733:1.0 1904:1.0 2225:1.0 2272:1.0 2303:1.0 3550:1.0 3905:1.0 5534:1.0 15 5:0.125 1442:0.25 1447:0.16666666666666666 1472:0.25 1698:1.0 1742:1.0 1844:1.0 1922:1.0 2688:1.0 2775:1.0 2920:1.0 3203:1.0 3878:1.0 4246:1.0 15 5:0.125 38:0.3333333333333333 56:0.02857142857142857 59:0.1111111111111111 64:0.16666666666666666 85:0.08333333333333333 120:1.0 203:0.3333333333333333 365:0.3333333333333333 1432:1.0 1447:0.16666666666666666 1459:0.3333333333333333 1483:0.16666666666666666 1735:0.25 2297:1.0 3261:1.0 3400:1.0 15 3:1.0 22:0.125 26:0.3333333333333333 38:0.3333333333333333 59:0.1111111111111111 120:1.0 156:1.0 209:0.2 241:0.5 370:1.0 4483:1.0 4614:1.0 15 1402:0.2 1432:1.0 1472:0.5 1599:0.3333333333333333 1836:0.5 3186:1.0 15 5:0.125 39:0.08333333333333333 199:0.3333333333333333 204:1.0 397:0.2 1371:1.0 1384:0.3333333333333333 1490:1.0 15 5:0.25 23:0.16666666666666666 45:1.0 66:0.125 256:2.0 365:0.3333333333333333 618:1.0 763:1.0 787:1.0 795:1.0 805:0.5 933:1.0 981:1.0 1176:1.0 1384:0.6666666666666666 1407:0.3333333333333333 1432:1.0 1544:1.0 1573:1.0 1675:1.0 2255:1.0 2442:1.0 2526:1.0 3092:1.0 3137:1.0 4438:1.0 15 4:0.5 5:0.125 14:0.2 23:0.3333333333333333 56:0.02857142857142857 229:1.0 398:1.0 453:0.3333333333333333 459:1.0 530:1.0 596:1.0 736:1.0 786:1.0 1145:1.0 1281:0.5 1304:1.0 1407:0.3333333333333333 1460:0.25 1483:0.16666666666666666 1495:1.0 1510:0.5 1557:1.0 1599:0.3333333333333333 1665:1.0 1703:1.0 1721:0.5 1753:1.0 2202:1.0 2246:1.0 2255:1.0 2929:1.0 3010:1.0 3447:1.0 15 5:0.25 10:0.25 48:1.0 64:0.16666666666666666 69:0.2 91:0.08333333333333333 95:0.25 146:1.0 209:0.2 319:0.5 330:2.0 365:0.6666666666666666 671:0.5 1018:1.0 1057:1.0 1146:1.0 1407:0.3333333333333333 1447:0.16666666666666666 1460:0.25 1718:1.0 2202:1.0 2518:1.0 2704:1.0 2838:1.0 2842:1.0 3074:1.0 3585:1.0 4105:1.0 4406:1.0 4410:1.0 5709:1.0 5729:1.0 15 56:0.05714285714285714 203:0.3333333333333333 233:0.5 530:1.0 557:1.0 1121:1.0 1433:0.3333333333333333 1435:0.25 1443:1.0 1447:0.16666666666666666 1472:0.25 1483:0.16666666666666666 1550:0.5 1705:0.5 2016:1.0 2570:1.0 4253:1.0 15 4:0.5 8:0.3333333333333333 14:0.2 23:0.16666666666666666 29:1.0 39:0.08333333333333333 48:1.0 114:0.07142857142857142 136:1.0 398:1.0 639:1.0 1299:1.0 1518:1.0 1550:0.5 1735:0.25 1739:1.0 1950:1.0 2333:1.0 6116:1.0 6261:1.0 15 5:0.125 10:0.25 14:0.2 36:0.5 38:0.3333333333333333 46:0.2 48:1.0 55:0.5 85:0.08333333333333333 91:0.08333333333333333 120:1.0 155:0.5 201:0.3333333333333333 205:0.5 209:0.6 213:0.1111111111111111 228:0.3333333333333333 241:0.5 290:2.0 532:1.0 596:1.0 630:1.0 685:1.0 740:1.0 834:1.0 1302:1.0 1384:0.3333333333333333 1497:1.0 2030:1.0 2223:1.0 2664:1.0 2704:1.0 2986:1.0 4585:1.0 5243:1.0 5781:1.0 15 64:0.3333333333333333 144:1.0 284:1.0 365:0.3333333333333333 371:0.3333333333333333 1407:1.0 1440:1.0 1459:0.6666666666666666 1472:0.25 1624:1.0 1652:0.3333333333333333 1844:0.5 2030:1.0 2571:1.0 3056:1.0 3195:1.0 3290:1.0 3400:1.0 3447:1.0 15 18:0.5 38:0.3333333333333333 62:0.5 85:0.08333333333333333 593:1.0 606:1.0 714:0.5 1384:0.3333333333333333 1402:0.4 1435:0.25 1457:1.0 1459:0.3333333333333333 1526:0.5 1610:1.0 1940:0.5 2311:1.0 2393:1.0 6261:1.0 15 22:0.125 34:0.2 38:0.3333333333333333 45:0.5 79:1.0 156:0.3333333333333333 198:0.3333333333333333 201:0.3333333333333333 405:0.3333333333333333 483:1.0 587:1.0 719:1.0 795:1.0 905:1.0 1167:1.0 3328:1.0 3409:1.0 4282:1.0 4526:1.0 15 1304:1.0 1472:0.25 1624:2.0 4836:1.0 15 26:0.3333333333333333 81:1.0 201:0.3333333333333333 213:0.1111111111111111 594:0.25 1304:2.0 1422:1.0 1460:0.25 1467:1.0 1472:0.25 1578:1.0 1856:0.4 1919:1.0 2149:1.0 2233:1.0 3026:1.0 3209:1.0 15 5:0.125 18:0.5 73:0.2 85:0.08333333333333333 365:0.3333333333333333 417:1.0 596:1.0 1155:1.0 1273:1.0 1304:1.0 1396:1.0 1457:1.0 1472:0.25 2153:1.0 2381:1.0 2817:1.0 15 14:0.4 18:0.5 38:0.6666666666666666 39:0.08333333333333333 48:1.0 66:0.125 100:1.0 120:1.0 144:1.0 156:0.3333333333333333 196:0.5 209:0.4 221:0.25 241:0.5 272:1.0 324:1.0 405:0.3333333333333333 587:1.0 611:1.0 849:1.0 1048:1.0 1090:1.0 1381:1.0 1668:0.5 4047:1.0 5360:1.0 5375:1.0 15 15:1.0 38:0.3333333333333333 390:0.125 453:0.3333333333333333 1407:0.3333333333333333 1409:0.6666666666666666 1435:0.25 1475:1.0 1526:0.5 2513:1.0 3026:1.0 3661:1.0 3797:1.0 4052:1.0 4053:1.0 4267:1.0 4605:1.0 5152:1.0 5154:1.0 15 5:0.125 146:2.0 365:0.3333333333333333 845:1.0 1123:1.0 1304:1.0 1409:0.3333333333333333 1435:0.25 1447:0.16666666666666666 1518:1.0 1519:1.0 1526:0.5 1564:1.0 1664:1.0 1823:1.0 2384:1.0 2487:1.0 2588:1.0 5277:1.0 15 5:0.125 26:0.3333333333333333 39:0.08333333333333333 85:0.08333333333333333 89:0.25 91:0.08333333333333333 161:1.0 228:0.3333333333333333 250:1.0 268:1.0 330:1.0 791:1.0 1230:1.0 1447:0.16666666666666666 1460:0.25 1624:1.0 1798:1.0 1844:0.5 1993:1.0 2052:1.0 2178:1.0 2672:1.0 2799:1.0 3209:1.0 3804:1.0 4924:1.0 5297:1.0 15 5:0.125 39:0.08333333333333333 64:0.16666666666666666 91:0.08333333333333333 120:1.0 146:1.0 213:0.1111111111111111 268:1.0 815:1.0 1230:1.0 1421:1.0 1447:0.16666666666666666 1464:1.0 1471:1.0 1472:0.25 1483:0.16666666666666666 1599:0.3333333333333333 1624:1.0 1753:3.0 1798:1.0 1856:0.2 1993:1.0 2016:1.0 2355:1.0 2646:1.0 2817:1.0 3209:1.0 3416:1.0 3804:1.0 4924:1.0 5297:1.0 15 5:0.125 45:0.5 213:0.1111111111111111 228:0.3333333333333333 365:0.3333333333333333 1440:1.0 1447:0.16666666666666666 1472:0.25 1698:1.0 1702:1.0 1742:1.0 1924:1.0 2549:1.0 4798:1.0 6110:1.0 6112:1.0 15 26:0.3333333333333333 31:0.5 39:0.08333333333333333 45:0.5 85:0.08333333333333333 91:0.08333333333333333 339:1.0 365:0.3333333333333333 557:1.0 1421:1.0 1472:0.25 1828:1.0 2257:2.0 2817:1.0 3002:1.0 3137:1.0 4885:1.0 15 4:0.5 5:0.125 57:1.0 88:1.0 201:0.3333333333333333 209:0.4 267:1.0 365:0.3333333333333333 450:1.0 587:1.0 695:0.5 1314:0.3333333333333333 1407:0.3333333333333333 1447:0.16666666666666666 1778:0.3333333333333333 1927:1.0 2491:1.0 2679:1.0 3078:1.0 3191:1.0 3386:1.0 4086:1.0 4212:1.0 4907:1.0 5565:1.0 15 18:0.5 39:0.08333333333333333 156:0.3333333333333333 365:0.3333333333333333 1407:0.3333333333333333 1596:1.0 1652:0.3333333333333333 2134:2.0 4029:0.5 4410:1.0 5039:1.0 15 5:0.125 56:0.05714285714285714 64:0.16666666666666666 77:1.0 88:1.0 209:0.2 220:1.0 238:0.2 284:1.0 324:1.0 438:1.0 488:1.0 668:1.0 685:1.0 759:1.0 1050:1.0 1445:0.5 2111:1.0 2732:1.0 4030:1.0 4270:1.0 6181:1.0 15 5:0.25 14:0.2 64:0.3333333333333333 120:1.0 121:1.0 815:1.0 1407:0.3333333333333333 1435:0.25 1436:1.0 1447:0.16666666666666666 1459:0.3333333333333333 1510:0.5 1689:1.0 1728:1.0 1844:0.5 1969:1.0 2159:1.0 2353:1.0 2485:1.0 2994:1.0 3371:1.0 3416:1.0 3653:1.0 3681:1.0 4309:1.0 5496:1.0
224d7eeda20fdf8e6ff17c951c9fcc72460c87de
449d555969bfd7befe906877abab098c6e63a0e8
/2175/CH7/EX7.22/7_22.sce
2e11efa1867780cadf25e848a0125b49684cec23
[]
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
244
sce
7_22.sce
clc; m_EtOH=46; aof=1/m_EtOH; m_a=28.96; AF=8.957; aoa=AF/m_a; Total=aof+aoa; p0=aof/Total; //from table t1=20; t2=30; p1=0.0584; p2=0.1049; t=t1+[(p0-p1)/(p2-p1)]*(t2-t1); disp("C",t,"minimum temperature of the mix is:");
3ea7fae670c4ebddf1ec1abc6e217364c00cce92
5f2ca8e18735204f5995ac7e44a6e301eb23ea0b
/scripts/controls/nz/sim_body_stab_comparison.sce
c81ced2e424861105f039b9b43b99d0132964fb8
[]
no_license
Jettanakorn/mcflight
4e7d4e20976e8f3621bf13fec2a8b522ecfc49a9
e6579a11e10c5e9ae9ee558f464a6b88e1ae7a26
refs/heads/master
2023-03-17T10:49:28.906700
2019-10-30T20:20:58
2019-10-30T20:20:58
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,873
sce
sim_body_stab_comparison.sce
/* * Checking accelerometer postion and NMP zero in load factor response */ clear exec('eqm/params_f16.sci'); exec('eqm/stability_deriv.sci'); exec('eqm/stability_deriv_body.sci'); params = load_f16(); exec('controls/nz/trim_v502_alt0_xcg35_level.sce'); disp('Building state-space...'); controls_trim = controls; X0_lin_body = X0_body([ 1 //u_ftps 3 //w_ftps 5 //theta_rad 8 //q_rps ]); U0 = [ controls_trim.throttle controls_trim.elev_deg]; /* Setting parameters */ disp('Setting parameters to trim and initial state...') V_ftps = 502; alt_ft = 0; xcg = 0.35; [X0, controls, params] = trim_straight_level(V_ftps, alt_ft, xcg); rad2deg = 180/%pi; /* Initializing state in body axis */ X0_body = X0; X0_body(1) = params.VT_ftps*cos(X0(2))*cos(X0(3)); X0_body(2) = params.VT_ftps*sin(X0(3)); X0_body(3) = params.VT_ftps*sin(X0(2))*cos(X0(3)); controls_trim = controls; function y = elev_step(t) if(t<0.5) then y = controls_trim.elev_deg; elseif (t>=0.5 && t<=0.53) y = controls_trim.elev_deg - 1/0.03*(t-0.5); else y = controls_trim.elev_deg-1; end endfunction function xd = f16_model(t,X) [xd] = eqm(t, X, controls, params); endfunction function xd = f16_model_body(t,X) [xd] = eqm_body(t, X, controls, params); endfunction t = 0:0.001:3; controls.elev_deg = elev_step; y = ode(X0, t(1), t, f16_model); y_body = ode(X0_body, t(1), t, f16_model_body); disp('Comparing body and stability axis non-linear simulations'); f1 = scf(1);xgrid;xlabel('time(s)');ylabel('theta(deg)'); title('Theta Non-linear body x stability axis') plot(t, y(5,:)*rad2deg, t, y_body(5,:)*rad2deg); // theta plot f2 = scf(2);xgrid;xlabel('time(s)');ylabel('pitch rate(deg/s)'); title('Pitch rate Non-linear body x stability axis') plot(t, y(8,:)*rad2deg, t, y_body(8,:)*rad2deg); // pitch rate plot disp('Linearizing...'); X0_lin_body = X0_body([ 1 //u_ftps 3 //w_ftps 5 //theta_rad 8 //q_rps ]); U0 = [ controls_trim.throttle controls_trim.elev_deg]; function [y,xd] = sim_f16_body(X,U) controls.throttle = U(1); controls.elev_deg = U(2); controls.ail_deg = 0.0; controls.rudder_deg = 0.0; X_full = zeros(13,0); X_full(1) = X(1); X_full(3) = X(2); X_full(5) = X(3); X_full(8) = X(4); X_full(13) = tgear(U(1)); [xd_full,outputs] = eqm_body(0, X_full, controls, params); xd(1) = xd_full(1); xd(2) = xd_full(3); xd(3) = xd_full(5); xd(4) = xd_full(8); outputs.nzs_g = outputs.nx_g*sin(outputs.alpha_deg/180*%pi) + outputs.nz_g*cos(outputs.alpha_deg/180*%pi); y = [ outputs.nx_g; outputs.ny_g; outputs.nz_g; outputs.alpha_deg; outputs.q_rps; outputs.Q_lbfpft2; outputs.mach; outputs.nzs_g; // The sign of Nz is being considered positive up here ]; endfunction [A_body,B_body,C_body,D_body] = lin(sim_f16_body, X0_lin_body, U0); ss_body = syslin("c", A_body, B_body, C_body, D_body); disp('Simulating linear model...'); t = 0:0.001:3; function u = elev_step_lin(t) u = elev_step(t) - controls_trim.elev_deg; endfunction [y_lin_body,x_lin_body] = csim(elev_step_lin, t, ss_body(:,2)); disp('Comparing body and stability axis non-linear simulations'); f3 = scf(3);xgrid;xlabel('time(s)');ylabel('theta(deg)'); title('Theta linear x non-linear') plot(t, y_body(5,:)*rad2deg, t, (x_lin_body(3,:) + X0_body(5))*rad2deg); // theta plot f4 = scf(4);xgrid;xlabel('time(s)');ylabel('pitch rate(deg/s)'); title('Pitch rate linear x non-linear') plot(t, y_body(8,:)*rad2deg, t, (x_lin_body(4,:) + X0_body(8))*rad2deg); // pitch rate plot
948746c10bee844a3e371e86d0559655ac0bfe70
1db0a7f58e484c067efa384b541cecee64d190ab
/macros/bohmanwin.sci
183637ca0353c0f8ec204970f3ad0788494c0301
[]
no_license
sonusharma55/Signal-Toolbox
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
refs/heads/master
2020-03-22T21:37:22.593805
2018-07-12T12:35:54
2018-07-12T12:35:54
140,701,211
2
0
null
null
null
null
UTF-8
Scilab
false
false
611
sci
bohmanwin.sci
function y = bohmanwin (m) //This function returns the filter coefficients of a Bohman window. //Calling Sequence //y = bohmanwin (m) //Parameters //m: positive integer value //y: output variable, vector of real numbers //Description //This is an Octave function. //This function returns the filter coefficients of a Bohman window of length m supplied as input, to the output vector y. //Examples //bohmanwin(4) //ans = // 0. // 0.6089978 // 0.6089978 // 0. rhs = argn(2) if(rhs~=1) error("Wrong number of input arguments.") end y = callOctave("bohmanwin",m) endfunction
8f3b98c7a96e69f0261f9da04cc61feb78d4ae3f
256f0055d000d9c71c41cf0df7a7a750619fbfd0
/letraA.sce
4a7da48666f3bb39beb8ff0b172a5acab2ccb9fa
[]
no_license
ItaloOliveiraF/Sistema-de-Transmiss-o-de-Dados
efec24f05af567e24d5450d3e2513865b4ce5117
dec4f2b2c1f4f9b701de1737a5efe2bbae465811
refs/heads/master
2020-04-05T09:29:00.397099
2018-12-21T20:36:15
2018-12-21T20:36:15
156,759,189
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,417
sce
letraA.sce
clear; clc; load('C:\Users\italo\OneDrive\Documentos\UFRN\std\Sinais_STD\xa_3_1.sod') x_ana=x_a; load('C:\Users\italo\OneDrive\Documentos\UFRN\std\Sinais_STD\xa_23_1.sod') x_italo=x_a; load('C:\Users\italo\OneDrive\Documentos\UFRN\std\Sinais_STD\xa_28_1.sod') x_lara=x_a; load('C:\Users\italo\OneDrive\Documentos\UFRN\std\Sinais_STD\xa_30_1.sod') x_luiza=x_a; /////////////////////////////////////////////// X_ana=fft(x_ana); for i=1:length(X_ana)/2 X_anaMetade(i)=X_ana(i) end X_italo=fft(x_italo); for i=1:length(X_ana)/2 X_italoMetade(i)=X_italo(i) end X_lara=fft(x_lara); for i=1:length(X_ana)/2 X_laraMetade(i)=X_lara(i) end X_luiza=fft(x_luiza); for i=1:length(X_ana)/2 X_luizaMetade(i)=X_luiza(i) end //////////////////////////////////////////// //plotagem do expectro de frequencia //////////////////////////////////////////// f=linspace(0,0.5*264600,floor(length(x_ana)/2)); figure(); plot(f,X_anaMetade); figure(); plot(f,X_italoMetade); figure(); plot(f,X_laraMetade); figure(); plot(f,X_luizaMetade); //////////////////////////////////////////// //Cálculos da energia //////////////////////////////////////////// energia_ana=sum(abs(X_ana).^2) energia_italo=sum(abs(X_italo).^2) energia_lara=sum(abs(X_lara).^2) energia_luiza=sum(abs(X_luiza).^2) //exec('C:\Users\italo\OneDrive\Documentos\UFRN\std\projeto2\letraB.sce')
c9f2fc13f090600b0fa25a0b00de8138fde24c5b
8277b4cef8c96ff5b520fc43b2200dc67ea6b2ed
/exp4.sce
8beaefd2c1bc70312a00333ec94b571aee2a6072
[]
no_license
divyashah98/OST
5f7f3acf268fb9ab7e4ae889229e87d9ad31e6be
214ee78db4e98e6387fca13cbe889054f3d9c298
refs/heads/master
2020-03-24T20:12:02.774742
2018-09-25T05:08:32
2018-09-25T05:08:32
142,964,900
1
1
null
null
null
null
UTF-8
Scilab
false
false
666
sce
exp4.sce
// to find output of input sequence by overlap add method clear all; clc; x=[3 -1 0 1 3 2 0 1 2 1]; h=[1 1 1]; lenx=length(x); m=length(h); N=4; L=N-m+1; B=floor(lenx/L); if(m<N) h=[h,zeros(1,(N-m))]; end for k=0:B-1 // CIRCULAR CONVOLUTION xk=x((k*L)+1:(k*L)+L); xk=[xk,zeros(1,2)]; disp(xk) X=fft(xk); H=fft(h); fft_multi=X.*H; z(k+1,:)=ifft(fft_multi); end // CIRCULAR SHIFTING Y=[z,zeros(B,8)]; temp=[]; out=0; v=[]; for i=1:B y1=Y(i,:); temp=[zeros(1,2*(i-1)),y1]; v=resize_matrix(temp,1,(lenx+m-1)); disp(v,"v =") out=out+v; end disp("out =") disp(out)
ec740716287fa5dad9ce68ae4fa538f701fa283f
608ce453a5e6495299d7099c28b04d167ac50a76
/Project1/COLATERAL/RPS.tst
071e1d01ce3246f03f97f7a9bb9fd8d8a38a692f
[]
no_license
andreww-han/CSCE-312
abad4364c0a6a9f406a8a409145ec94a6eb52b88
c3d23e7f5a13df9413656bda76ec82ab8bdc3a1c
refs/heads/master
2022-11-27T18:52:41.794118
2020-07-20T20:16:53
2020-07-20T20:16:53
281,214,854
0
0
null
null
null
null
UTF-8
Scilab
false
false
192
tst
RPS.tst
//TST file for Rock Paper Scissors Chip load RPS.hdl, compare-to RPS.cmp, output-file RPS.out, output-list p1%B3.2.3 p2%B3.2.3 out%B3.1.3; //Example set p1 %B11, set p2 %B10, eval, output;
9feaa25185c7b5eb85981b9bff5c84497fc371df
449d555969bfd7befe906877abab098c6e63a0e8
/2078/CH11/EX11.6/Example11_6.sce
e54b0e2e421afd94c63a8f89aebf3d4779622dd8
[]
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
229
sce
Example11_6.sce
//Exa 11.6 clc; clear; close; //Given data : VL=10*1000;//Volt Emax=23;//kV/cm gmax=Emax*10^5;//V/m d=2*VL/gmax;//m disp(d*10^3,"Diameter of conductor(mm)"); D=%e*d;//m disp(D*10^3,"Internal diameter of sheath(mm)");
969cd33667bcc69ee7fdb9ee53c3ce5b4c687582
449d555969bfd7befe906877abab098c6e63a0e8
/3204/CH26/EX26.15/Ex26_15.sce
4a3910c4fc77837d9d83e3ccfdec21e7d03f8b7c
[]
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,369
sce
Ex26_15.sce
// 1 APPENDIX. Ex no 15. Page no 652 // Initilization of variables // Consider fig. 16. The co-ordinates of various points are // Co-ordinates as matrices // Some of the notations have been changed f1=5 // kN f2=7.5 // kN f3=10 // kN A=[0,0,0] E=[0,1,0] D=[0,0,2] F=[3,1,0] G=[3,1,2] H=[0,1,2] // co-ordinates of H not given in book. ref fig.16 for the same // Calculations // Force vectors F1=(f1/sqrt((F(1)-E(1))^2+(F(2)-E(2))^2+(F(3)-E(3))^2))*[F(1)-E(1),F(2)-E(2),F(3)-E(3)] F2=(f2/sqrt((D(1)-H(1))^2+(D(2)-H(2))^2+(D(3)-H(3))^2))*[D(1)-H(1),D(2)-H(2),D(3)-H(3)] F3=(f3/sqrt((G(1)-E(1))^2+(G(2)-E(2))^2+(G(3)-E(3))^2))*[G(1)-E(1),G(2)-E(2),G(3)-E(3)] // Resultant force R=F1+F2+F3 // kN // Position vectors r_AE=[E(1)-A(1),E(2)-A(2),E(3)-A(3)] r_AD=[D(1)-A(1),D(2)-A(2),D(3)-A(3)] // Moment of forces about A // Calculating the cross product M1=[(r_AE(2)*F1(3)-r_AE(3)*F1(2)),(r_AE(3)*F1(1)-r_AE(1)*F1(3)),(r_AE(1)*F1(2)-r_AE(2)*F1(1))] M2=[(r_AD(2)*F2(3)-r_AD(3)*F2(2)),(r_AD(3)*F2(1)-r_AD(1)*F2(3)),(r_AD(1)*F2(2)-r_AD(2)*F2(1))] M3=[(r_AE(2)*F3(3)-r_AE(3)*F3(2)),(r_AE(3)*F3(1)-r_AE(1)*F3(3)),(r_AE(1)*F3(2)-r_AE(2)*F3(1))] // Rseultant moment M_R=M1+M2+M3 // KN.m // Results clc printf('The resultant force is %fi %fj + %fk kN \n',R) printf('The resultant moment of all the forces about point A is %fi + %fj %fk kN.m \n',M_R)
34df13c3bdfe89df73eca7ba4eeca94e272e1e8c
449d555969bfd7befe906877abab098c6e63a0e8
/551/CH4/EX4.38/38.sce
0d979f9e2f7545e53b7a92ac6c0d1b0846739c6c
[]
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
203
sce
38.sce
clc h1=800; //kJ/kg C1=5; //m/s h2=2520; //kJ/kg C2=50; //m/s dZ=4; //m g=9.81; //m/s^2 Q=2180; //kJ/kg W=h1-h2+(C1^2 - C2^2)/2/1000 +dZ*g/1000+Q; disp("Power developed = ") disp(W) disp("kW")
c79580bea5cd6c8bcdf0964651d190e55a54b84a
449d555969bfd7befe906877abab098c6e63a0e8
/1299/CH15/EX15.27/example15_27.sce
3abe9bb89f3bc4112f66d625e8b20e4f5f3a43da
[]
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
241
sce
example15_27.sce
// Example 15.27 // To check whether the system is reachable or not clear;clc xdel(winsid()); mode(0); A=[1 0;0 1] B=[1;1] Wc=[A*B B] disp("The rank of Wc=(1*1-1*1)=0,and not equal to 2. Thus the given system is not reachable ")
f62b6d98b7ae4d7ee6474fd4abf98230dba90ce0
449d555969bfd7befe906877abab098c6e63a0e8
/1553/CH21/EX21.12/21Ex12.sce
a1f1a10be9f27f61576e3f7cd730b33330f0fd8b
[]
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
21Ex12.sce
//chapter 21 Ex 12 clc; clear; close; Sum=1550; rate1=8/100; rate2=6/100; total=106; lent1=(total-(Sum*rate2))/(rate1-rate2); lent2=Sum-lent1; mprintf("Money lent at 8 percent is Rs.%.0f and that lent at 6 pecent is Rs.%.0f",lent1,lent2);
66b01d1afbd6c6c1e9a30421dce037b6d4cce578
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH5/EX5.22/EX5_22.sce
aa15e3aec57745efb1fb61da6c13762e4c24564a
[]
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
320
sce
EX5_22.sce
// Exa 5.22 format('v',6) clc; clear; close; // Given data V_T = 1;// in V k = 160*10^-6;// in A/V^2 I_DQ = 160*10^-6;// in A V_GS = V_T + sqrt(I_DQ/k);// in V V_DD = 5;// in V V_DSQ = 3;// in V R_D = (V_DD - V_DSQ)/(I_DQ);// in ohm R_D = R_D * 10^-3;// in k ohm disp(R_D,"The value of R_D in k ohm is");
dc735a435450d4f791177d01724fea382263e033
449d555969bfd7befe906877abab098c6e63a0e8
/2135/CH6/EX6.18/Exa_6_18.sce
067c98f11b640181ff67991c86eb60d32dee9a66
[]
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
Exa_6_18.sce
//Exa 6.18 clc; clear; close; format('v',7); //Given Data : V1=0.9;//m^3 p1=8;//bar x1=0.9;//dry p2=4;//bar Vg1=0.24;//m^3/Kg(at 8 bar) hf1=720.9;//KJ/Kg(at p=8 bar) hfg1=2046.5;//KJ/Kg(at p=8 bar) Vg2=0.462;//m^3/Kg(at 4 bar) hf2=604.7;//KJ/Kg(at p=4 bar) hfg2=2132.9;//KJ/Kg(at p=4 bar) //h1=h2 : hf1+x1*hfg1=hf2+x2*hfg2 x2=((hf1+x1*hfg1)-hf2)/hfg2;//dry disp(x2,"Dryness fraction of steam : "); m1=V1/x1/Vg1;//Kg V2=V1;//m^3 m2=V2/x2/Vg2;//Kg m=m1-m2;//Kg disp(m,"Mass of steam blown off in Kg : "); //Steam table is used to get some data.
4b502e41ac4d38d1e4897d03543f5bae41f029a0
449d555969bfd7befe906877abab098c6e63a0e8
/1628/CH16/EX16.6/Ex16_6.sce
eafa0d2032ab1ea6dc6c7b385ca773098c993371
[]
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
799
sce
Ex16_6.sce
// Examle 16.6 p=60; // Power supply v=200; // supply voltage I1=p/v; // current through each lamp Il=100*I1; // Shunt field Current (Il) disp('Shunt field Current (Il) = '+string(Il)+' Amp'); Rsh=50; // Resistance Ish=v/Rsh; // Shunt field Current Ia=Il+Ish; // Armature Current (Ia) disp('Armature Current (Ia) = '+string(Ia)+' Amp'); a=4; // No.Of paraller path Ic=Ia/a; // Current per path (Ic) disp(' Current per path (Ic) = '+string(Ic)+' Amp'); Ra=0.2; // Armature resistance dro=2; // Brush-drop Eg=v+(Ia*Ra)+dro; // Generated emf (Eg) disp('generated emf (Eg) = '+string(Eg)+' Volt'); // 638 16.6
9c309fc703e9715765210945be66def420d077ee
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
/ketpicscifiles6/Setobjscale.sci
22f13c4dd1e77afcd31339638a60f45c8ff5bd81
[]
no_license
ketpic/ketcindy-scilab-support
e1646488aa840f86c198818ea518c24a66b71f81
3df21192d25809ce980cd036a5ef9f97b53aa918
refs/heads/master
2021-05-11T11:40:49.725978
2018-01-16T14:02:21
2018-01-16T14:02:21
117,643,554
1
0
null
null
null
null
UTF-8
Scilab
false
false
96
sci
Setobjscale.sci
// s : 2014.06.22 function Setobjscale(scale) global OBJSCALE; OBJSCALE=scale; endfunction
7169771249e0dda34632e675dcf5e7a38cb8f668
449d555969bfd7befe906877abab098c6e63a0e8
/587/CH1/EX1.4/example1_4.sce
1d7eb09a05fafa7891afd1d53968b542c80016bf
[]
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,009
sce
example1_4.sce
clear; clc; //Example1.4 (Electric Heating of a House at High Elevation) //(a) t1=10+273;//Initial temperature of house[K] t2=20+273;//Temperature after turning on heater[K] tavg=(t1+t2)/2;//Average temperature[K] cp=1.007;//[kJ/kg.K] cv=.720;//[kJ/kg.K] disp("kJ/kg.K",cp,"and",cv,"K",tavg,"at the average temperature of","The specific heat capacities of air") A=200;//The floor area[m^2] h=3;//Height of room[m] V=A*h;//Volume of the air in the house[m^3] P=84.6;//Pressure [kPa] R=0.287;//Universal gas constant[kPa.m^3/kg.K] m=(P*V)/(R*t1);//[kg] disp("kg",m,"Mass of air in the room is") Eincv=m*cv*(t2-t1); disp("kJ",Eincv,"The amount of energy transferred to air at constant volume is ") u_cost=0.075;//Unit cost of energy[$/kWh] Cost1=(Eincv*u_cost)/(3600);//[$] disp(Cost1,"Cost of Energy is $") //(b) Eincp=m*cp*(t2-t1);//[kJ] disp("kJ",Eincp,"The amount of energy transferred to air at constant is ") Cost2=(Eincp*u_cost)/3600;//[$] disp(Cost2,"Cost of Energy is $")
b3892976f7f220f6ed77a8645b669710b857e684
449d555969bfd7befe906877abab098c6e63a0e8
/3673/CH16/EX16.a.9/Example_a_16_9.sce
54b12fd2a2e748ef783f279c9379d38e3758cca9
[]
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
194
sce
Example_a_16_9.sce
//Example_a_16_9 page no:787 clc; Y11=6; Y22=6; Y21=4; Y12=4; Ys=1; driv_pt_admt=((Y22*Ys)+(Y22*Y11)-(Y21*Y12))/(Ys+Y11); disp(driv_pt_admt,"the driving point admittance is (in mho)");
ab00e2fc08d5346c25fae253bf4079624cabdd86
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Reflex Firework Flick - Variable.sce
16386913b1b002e26e96e5a82e6708b97a150723
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
29,803
sce
Reflex Firework Flick - Variable.sce
Name=Reflex Firework Flick - Variable PlayerCharacters=player_char BotCharacters=fireworks_target.bot IsChallenge=true Timelimit=60.0 PlayerProfile=player_char AddedBots=fireworks_target.bot PlayerMaxLives=0 BotMaxLives=0 PlayerTeam=1 BotTeams=2 MapName=fireworks_flick.map MapScale=10.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=true InvincibleBots=false Timescale=1.0 BlockHealthbars=false TimeRefilledByKill=0.0 ScoreToWin=10000.0 ScorePerDamage=0.0 ScorePerKill=100.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=0.0 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=true ScoreMultDamageEfficiency=false ScoreMultKillEfficiency=false GameTag= WeaponHeroTag=pistol DifficultyTag=5 AuthorsTag=NFNT, StarkLN BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=false BlockFCT=false Description=Flick to a target that spreads like a firework and lasts 350ms. Variable speed and direction changes. GameVersion=2.0.2.0 ScorePerDistance=0.0 MBSEnable=false MBSTime1=0.25 MBSTime2=0.5 MBSTime3=0.75 MBSTime1Mult=1.0 MBSTime2Mult=2.0 MBSTime3Mult=3.0 MBSFBInstead=false MBSRequireEnemyAlive=false LockFOVRange=false LockedFOVMin=60.0 LockedFOVMax=120.0 LockedFOVScale=Clamped Horizontal [Aim Profile] Name=Default MinReactionTime=0.3 MaxReactionTime=0.4 MinSelfMovementCorrectionTime=0.001 MaxSelfMovementCorrectionTime=0.05 FlickFOV=30.0 FlickSpeed=1.5 FlickError=15.0 TrackSpeed=3.5 TrackError=3.5 MaxTurnAngleFromPadCenter=75.0 MinRecenterTime=0.3 MaxRecenterTime=0.5 OptimalAimFOV=30.0 OuterAimPenalty=1.0 MaxError=40.0 ShootFOV=15.0 VerticalAimOffset=0.0 MaxTolerableSpread=5.0 MinTolerableSpread=1.0 TolerableSpreadDist=2000.0 MaxSpreadDistFactor=2.0 AimingStyle=Original ScanSpeedMultiplier=1.0 MaxSeekPitch=30.0 MaxSeekYaw=30.0 AimingSpeed=5.0 MinShootDelay=0.3 MaxShootDelay=0.6 [Bot Profile] Name=fireworks_target DodgeProfileNames=test DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=100.0 DodgeProfileMinChangeTime=100.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=true CharacterProfile=fireworks_char SeeThroughWalls=false NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Character Profile] Name=player_char MaxHealth=100.0 WeaponProfileNames=pistol;;;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=5.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=8.0 MovementType=Base MaxSpeed=0.0 MaxCrouchSpeed=500.0 Acceleration=16000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=800.0 Gravity=0.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cylindrical MainBBHeight=230.0 MainBBRadius=55.0 MainBBHasHead=true MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=true ProjBBType=Cylindrical ProjBBHeight=230.0 ProjBBRadius=55.0 ProjBBHasHead=true ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.25 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=50.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=-1500.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=fireworks_char MaxHealth=50.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=0.3 MaxRespawnDelay=0.5 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=2600.0 MaxCrouchSpeed=160.0 Acceleration=16000.0 AirAcceleration=16000.0 Friction=0.0 BrakingFrictionFactor=0.0 JumpVelocity=2600.0 Gravity=2.0 AirControl=1.0 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=1.000 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=0.000 Y=0.000 Z=1.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=10 AirJumpVelocity=2600.0 MainBBType=Spheroid MainBBHeight=256.0 MainBBRadius=128.0 MainBBHasHead=false MainBBHeadRadius=10.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Spheroid ProjBBHeight=256.0 ProjBBRadius=128.0 ProjBBHasHead=false ProjBBHeadRadius=10.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=move1.abilmov;;; HideWeapon=true AerialFriction=1.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=175.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=true FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Dodge Profile] Name=test MaxTargetDistance=99999.0 MinTargetDistance=0.0 ToggleLeftRight=true ToggleForwardBack=true MinLRTimeChange=0.1 MaxLRTimeChange=10.0 MinFBTimeChange=0.1 MaxFBTimeChange=10.0 DamageReactionChangesDirection=true DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.5 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.25 MinProfileChangeTime=0.0 MaxProfileChangeTime=0.0 MinCrouchTime=0.3 MaxCrouchTime=0.6 MinJumpTime=0.3 MaxJumpTime=0.6 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.25 BlockedMovementPercent=1.0 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 WaypointLogic=Ignore WaypointTurnRate=200.0 MinTimeBeforeShot=0.15 MaxTimeBeforeShot=0.25 IgnoreShotChance=0.0 ForwardTimeMult=1.0 BackTimeMult=1.0 DamageReactionChangesFB=false [Weapon Profile] Name=pistol Type=Hitscan ShotsPerClick=1 DamagePerShot=25.0 KnockbackFactor=4.0 TimeBetweenShots=0.1 Pierces=false Category=SemiAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=true HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=25.0 DelayBeforeShot=0.0 ProjectileGraphic=Ball VisualLifetime=0.1 BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.0 RecoilNegatable=false DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Overwatch ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Heavy Surge Rifle WeaponAnimation=Primary UseIncReload=false IncReloadStartupTime=0.0 IncReloadLoopTime=0.0 IncReloadAmmoPerLoop=1 IncReloadEndTime=0.0 IncReloadCancelWithShoot=true WeaponSkin=Default ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000 SpreadDecayDelay=0.0 ReloadBeforeRecovery=true 3rdPersonWeaponModel=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=Gunshot ParticleBodyImpact=Flare ParticleProjectileTrail=None ParticleHitscanTrace=None ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=0 AAPreferClosestPlayer=false AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Movement Ability Profile] Name=move1 MaxCharges=1.0 ChargeTimer=0.35 ChargesRefundedOnKill=0.0 DelayAfterUse=0.0 FullyAuto=false AbilityDuration=0.0 LockDirectionForDuration=true NegateGravityForDuration=true MainVelocity=12000.0 MainVelocityCanGoVertical=true MainVelocitySetToMovementKeys=false UpVelocity=0.0 EndVelocityFactor=1.0 Hurtbox=false HurtboxRadius=50.0 HurtboxDamage=50.0 HurtboxGroundKnockbackFactor=1.0 HurtboxAirKnockbackFactor=1.0 AbilityBlocksTurning=false AbilityBlocksMovement=true AbilityBlocksAttack=false AttackCancelsAbility=false AbilityReloadsWeapon=false HealthRestore=-25.0 AIUseInCombat=true AIUseOutOfCombat=true AIUseOnGround=true AIUseInAir=true AIReuseTimer=0.01 AIMinSelfHealth=0.0 AIMaxSelfHealth=100.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=1000000.0 AIMaxTargFOV=360.0 AIDamageReaction=false AIDamageReactionIgnoreChance=0.0 AIDamageReactionMinDelay=0.125 AIDamageReactionMaxDelay=0.25 AIDamageReactionCooldown=1.0 AIDamageReactionThreshold=0.0 AIDamageReactionResetTimer=0.1 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end UInt8 playersMin 1 UInt8 playersMax 16 brush vertices -254.000000 296.000000 540.000000 258.000000 296.000000 540.000000 258.000000 296.000000 524.000000 -254.000000 296.000000 524.000000 -254.000000 -216.000000 540.000000 258.000000 -216.000000 540.000000 258.000000 -216.000000 524.000000 -254.000000 -216.000000 524.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 0.000000 296.000000 -256.000000 -192.000000 232.000000 -256.000000 0.000000 296.000000 544.000000 -204.000000 244.000000 544.000000 0.000000 312.000000 544.000000 -192.000000 232.000000 544.000000 -204.000000 244.000000 -256.000000 0.000000 312.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -192.000000 232.000000 -256.000000 -256.000000 40.000000 -256.000000 -192.000000 232.000000 544.000000 -272.000000 40.000000 544.000000 -204.000000 244.000000 544.000000 -256.000000 40.000000 544.000000 -272.000000 40.000000 -256.000000 -204.000000 244.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 256.000000 40.000000 -256.000000 192.000000 232.000000 -256.000000 256.000000 40.000000 544.000000 204.000000 244.000000 544.000000 272.000000 40.000000 544.000000 192.000000 232.000000 544.000000 204.000000 244.000000 -256.000000 272.000000 40.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 192.000000 232.000000 -256.000000 0.000000 296.000000 -256.000000 192.000000 232.000000 544.000000 0.000000 312.000000 544.000000 204.000000 244.000000 544.000000 0.000000 296.000000 544.000000 0.000000 312.000000 -256.000000 204.000000 244.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 0.000000 -232.000000 544.000000 204.000000 -164.000000 544.000000 0.000000 -232.000000 -256.000000 192.000000 -152.000000 -256.000000 0.000000 -216.000000 -256.000000 204.000000 -164.000000 -256.000000 192.000000 -152.000000 544.000000 0.000000 -216.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 204.000000 -164.000000 544.000000 272.000000 40.000000 544.000000 204.000000 -164.000000 -256.000000 256.000000 40.000000 -256.000000 192.000000 -152.000000 -256.000000 272.000000 40.000000 -256.000000 256.000000 40.000000 544.000000 192.000000 -152.000000 544.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices 0.000000 -232.000000 -256.000000 -204.000000 -164.000000 -256.000000 0.000000 -232.000000 544.000000 -192.000000 -152.000000 544.000000 0.000000 -216.000000 544.000000 -204.000000 -164.000000 544.000000 -192.000000 -152.000000 -256.000000 0.000000 -216.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -204.000000 -164.000000 -256.000000 -272.000000 40.000000 -256.000000 -204.000000 -164.000000 544.000000 -256.000000 40.000000 544.000000 -192.000000 -152.000000 544.000000 -272.000000 40.000000 544.000000 -256.000000 40.000000 -256.000000 -192.000000 -152.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000 brush vertices -256.000000 296.000000 -240.000000 256.000000 296.000000 -240.000000 256.000000 296.000000 -256.000000 -256.000000 296.000000 -256.000000 -256.000000 -216.000000 -240.000000 256.000000 -216.000000 -240.000000 256.000000 -216.000000 -256.000000 -256.000000 -216.000000 -256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 24.000000 64.000000 492.000000 0.000000 40.000000 492.000000 0.000000 72.000000 492.000000 0.000000 40.000000 484.000000 24.000000 64.000000 484.000000 0.000000 72.000000 484.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 4 5 0x00000000 brush vertices 32.000000 40.000000 492.000000 0.000000 40.000000 492.000000 24.000000 64.000000 492.000000 0.000000 40.000000 484.000000 32.000000 40.000000 484.000000 24.000000 64.000000 484.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 4 5 0x00000000 brush vertices -32.000000 40.000000 484.000000 -24.000000 64.000000 484.000000 -32.000000 40.000000 492.000000 0.000000 40.000000 484.000000 -24.000000 64.000000 492.000000 0.000000 40.000000 492.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 5 0x00000000 brush vertices -24.000000 64.000000 484.000000 0.000000 72.000000 484.000000 -24.000000 64.000000 492.000000 0.000000 40.000000 484.000000 0.000000 72.000000 492.000000 0.000000 40.000000 492.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 5 0x00000000 brush vertices 0.000000 8.000000 484.000000 -24.000000 16.000000 484.000000 0.000000 8.000000 492.000000 0.000000 40.000000 484.000000 -24.000000 16.000000 492.000000 0.000000 40.000000 492.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 5 0x00000000 brush vertices -24.000000 16.000000 484.000000 -32.000000 40.000000 484.000000 -24.000000 16.000000 492.000000 0.000000 40.000000 484.000000 -32.000000 40.000000 492.000000 0.000000 40.000000 492.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 5 0x00000000 brush vertices 24.000000 16.000000 492.000000 32.000000 40.000000 492.000000 24.000000 16.000000 484.000000 0.000000 40.000000 492.000000 32.000000 40.000000 484.000000 0.000000 40.000000 484.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 5 0x00000000 brush vertices 0.000000 8.000000 492.000000 24.000000 16.000000 492.000000 0.000000 8.000000 484.000000 0.000000 40.000000 492.000000 24.000000 16.000000 484.000000 0.000000 40.000000 484.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 5 0x00000000 entity type PlayerSpawn Vector3 position 0.000000 0.000000 -150.000000 Bool8 teamB 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 0.000000 12.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path c_0 entity type PlayerSpawn Vector3 position 10.000000 10.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path r_45 entity type PlayerSpawn Vector3 position 12.000000 0.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path r_90 entity type PlayerSpawn Vector3 position 10.000000 -10.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path r_135 entity type PlayerSpawn Vector3 position 0.000000 -12.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path c_180 entity type PlayerSpawn Vector3 position -10.000000 -10.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path l_135 entity type PlayerSpawn Vector3 position -12.000000 0.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path l_90 entity type PlayerSpawn Vector3 position -10.000000 10.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 String32 path l_45 entity type CameraPath UInt8 posLerp 2 UInt8 angleLerp 2 entity type Target Vector3 position 0.000000 -96.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name c_180 entity type Target Vector3 position -110.000000 -70.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name l_135 entity type Target Vector3 position -136.000000 40.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name l_90 entity type Target Vector3 position 136.000000 40.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name r_90 entity type Target Vector3 position 0.000000 176.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name c_0 entity type Target Vector3 position 110.000000 -70.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name r_135 entity type Target Vector3 position -110.000000 150.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name l_45 entity type Target Vector3 position 110.000000 150.000000 520.000000 Vector3 angles -180.000000 0.000000 0.000000 String32 name r_45
047476af55b2b434bc0ac989badffe66a3f00f51
449d555969bfd7befe906877abab098c6e63a0e8
/1826/CH10/EX10.16/ex10_16.sce
35568d206bfeecd4bbfa7827bdd49324ef5359db
[]
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
ex10_16.sce
// Example 10.16, page no-278 clear clc e=1.6*10^-19//C m=9.1*10^-31//kg mm=0.31*m//kg h=6.626*10^-34 k=1.38*10^-23 eg=1.1*e T=300//K ni=2*(2*%pi*mm*k*T/(h^(2)))^(1.5) ni=ni*%e^(-eg/(2*k*T)) printf("The intrinsic concentration of Si at %d K is %.4f * 10^15 electrons per m^3",T,ni*10^-15)
a5e7fb02682775ed9d009fac359c04a0270e4317
b0aff14da16e18ea29381d0bd02eede1aafc8df1
/mtlbSci/macros/moc_isnumeric.sci
fe7df3eb4fa51926238c3ea5781736f474fb5a9f
[]
no_license
josuemoraisgh/mtlbSci
5d762671876bced45960a774f7192b41124a13ed
5c813ed940cccf774ccd52c9a69f88ba39f22deb
refs/heads/main
2023-07-15T23:47:11.843101
2021-08-26T17:52:57
2021-08-26T17:52:57
385,216,432
0
0
null
null
null
null
UTF-8
Scilab
false
false
352
sci
moc_isnumeric.sci
function isnumeric=moc_isnumeric(A) //checks if A is numeric datatype // Calling Sequence // isnumeric=moc_isnumeric(A) // Parameters // isnumeric: true for numeric variables // A:vector or matrix // Description // moc_isnumeric checks if A is a numeric datatype // // Authors // H. Nahrstaedt - 2014 isnumeric = or(type(A)==[1 5 8 17]); endfunction
c43986a3a92ea9c7210cac793e7b9e254e71aa7e
449d555969bfd7befe906877abab098c6e63a0e8
/1853/CH3/EX3.3/Ex3_3.sce
df0a7590ce97c6f12c963ad544937345f5a16dc8
[]
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
181
sce
Ex3_3.sce
//find the inductance of the coil N=1500;// number of turns I=10;//amp...current in coil F=.5*10^-3;//weber...flux L=N*F/I; disp('inductance of coil='+string(L)+'henry');
2c16b12d947164e9323b612e1d6a928473769366
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/islinphase/islinphase1.sce
f6648997bc7428b8f0c2f8d4efe26234cb19956e
[]
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
277
sce
islinphase1.sce
// b=[0.7143 0.2857 1.0000]; flag = islinphase(b); //output //!--error 10000 //no. of columns must be 6 //at line 69 of function islinphase called by : //flag = islinphase(b); //at line 3 of exec file called by : ///islinphase1.sce', -1 //matlab // 0
a630ec939ca3ac2debe98f165a68f87ece1b79ef
872b5ff8852c926ca1261037de07449db7ac51db
/area-03/cap11/heun_numero_intervalos.sce
117852fddb9f74972442311067436fbdaef9d902
[]
no_license
BerdaSantos/numeric-calculus
20e4c50d9f66f8582e89533a5101f597df6665ec
0698409e7fa4158d6f7dd7e4d60f8a38538b3335
refs/heads/master
2020-05-14T18:07:02.017600
2018-11-23T01:50:38
2018-11-23T01:50:38
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,090
sce
heun_numero_intervalos.sce
clear /************************************************* * NAO ESQUECER DE MUDAR A f(t,u) * ************************************************/ /** * t_dado, u_dado: u dado -> u(t_dado) = u_dado * t_final: tempo final -> u(t_final) * n_intervalos: numero de intervalos * com_grafico: plota grafico da funcao se %T e nao se %F * * [u]: aproximacao com o metodo de Heun * -> valor final e' o ultimo no vetor */ function [u]=heun(t_dado, u_dado, t_final, n_intervalos, com_grafico) t(1)=1; u(t_dado+1)= u_dado; h=(t_final)/n_intervalos; for n=1:n_intervalos t(n+1)=t(n)+h; util=u(n)+h*f(t(n),u(n)); F1=f(t(n),u(n)); F2=f(t(n+1),util); u(n+1)=u(n)+(h/2)*(F1+F2); end ufinal=u(n+1); if com_grafico then plot(t,u,'r.-');xgrid end endfunction disp("*************************************************"); disp(">>>>> NAO esquece de trocar a funcao f(t,u) <<<<<"); disp("*************************************************"); // Funcao u' (DERIVADA) function y=f(t,u) y=u^2; endfunction
5441a8cdf87a7f7d0711998dbccaa1ff06c9f809
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/HE17PXC/ATWM1_Working_Memory_MEG_HE17PXC_Session2/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce
9c05693d229b61ec8e1606d01cdab6110da9bccc
[]
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
49,383
sce
ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_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_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 36; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 382; width = 382; color = 0, 0, 0;} frame1; box { height = 369; width = 369; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 369; width = 369; color = 42, 42, 42;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 41 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_096 gabor_073 gabor_008 gabor_025 gabor_096 gabor_073_alt gabor_008_alt gabor_025 "2_1_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_096_073_008_025_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_143_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_1_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 1992 fixation_cross gabor_177 gabor_155 gabor_066 gabor_014 gabor_177_alt gabor_155_alt gabor_066 gabor_014 "2_2_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_177_155_066_014_target_position_1_2_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_2_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_066 gabor_143 gabor_001 gabor_033 gabor_066_alt gabor_143_alt gabor_001 gabor_033 "2_3_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_066_143_001_033_target_position_1_2_retrieval_position_1" gabor_113_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_3_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_113_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2142 2992 2592 fixation_cross gabor_089 gabor_029 gabor_056 gabor_143 gabor_089_alt gabor_029 gabor_056 gabor_143_alt "2_4_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2600_gabor_patch_orientation_089_029_056_143_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_056_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_4_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_056_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_027 gabor_155 gabor_099 gabor_066 gabor_027 gabor_155 gabor_099_alt gabor_066_alt "2_5_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_027_155_099_066_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_116_framed blank blank blank blank fixation_cross_target_position_3_4 "2_5_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_116_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1792 2992 2092 fixation_cross gabor_112 gabor_034 gabor_063 gabor_153 gabor_112 gabor_034_alt gabor_063 gabor_153_alt "2_6_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_112_034_063_153_target_position_2_4_retrieval_position_2" gabor_circ gabor_171_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_6_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_101 gabor_018 gabor_123 gabor_039 gabor_101_alt gabor_018 gabor_123 gabor_039_alt "2_7_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_101_018_123_039_target_position_1_4_retrieval_position_1" gabor_056_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_7_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 2392 fixation_cross gabor_032 gabor_017 gabor_176 gabor_145 gabor_032 gabor_017_alt gabor_176 gabor_145_alt "2_8_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_032_017_176_145_target_position_2_4_retrieval_position_2" gabor_circ gabor_066_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_8_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_066_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2342 fixation_cross gabor_042 gabor_018 gabor_107 gabor_079 gabor_042 gabor_018_alt gabor_107 gabor_079_alt "2_9_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_042_018_107_079_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_079_framed blank blank blank blank fixation_cross_target_position_2_4 "2_9_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 1942 fixation_cross gabor_161 gabor_143 gabor_038 gabor_021 gabor_161_alt gabor_143 gabor_038_alt gabor_021 "2_10_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_161_143_038_021_target_position_1_3_retrieval_position_1" gabor_161_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_10_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_161_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2442 fixation_cross gabor_063 gabor_044 gabor_122 gabor_152 gabor_063_alt gabor_044 gabor_122_alt gabor_152 "2_11_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2450_gabor_patch_orientation_063_044_122_152_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_169_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_11_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1942 2992 1942 fixation_cross gabor_117 gabor_136 gabor_007 gabor_094 gabor_117 gabor_136_alt gabor_007_alt gabor_094 "2_12_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_1950_gabor_patch_orientation_117_136_007_094_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_047_framed blank blank blank blank fixation_cross_target_position_2_3 "2_12_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_047_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2492 fixation_cross gabor_004 gabor_124 gabor_058 gabor_086 gabor_004 gabor_124_alt gabor_058_alt gabor_086 "2_13_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_004_124_058_086_target_position_2_3_retrieval_position_2" gabor_circ gabor_124_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_13_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1992 2992 2342 fixation_cross gabor_124 gabor_139 gabor_179 gabor_056 gabor_124 gabor_139 gabor_179_alt gabor_056_alt "2_14_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2350_gabor_patch_orientation_124_139_179_056_target_position_3_4_retrieval_position_2" gabor_circ gabor_002_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_14_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_002_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_057 gabor_016 gabor_131 gabor_168 gabor_057_alt gabor_016_alt gabor_131 gabor_168 "2_15_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_057_016_131_168_target_position_1_2_retrieval_position_1" gabor_057_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_15_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_047 gabor_017 gabor_073 gabor_032 gabor_047_alt gabor_017 gabor_073 gabor_032_alt "2_16_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_047_017_073_032_target_position_1_4_retrieval_position_1" gabor_047_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_16_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2542 fixation_cross gabor_175 gabor_141 gabor_120 gabor_061 gabor_175 gabor_141_alt gabor_120_alt gabor_061 "2_17_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_175_141_120_061_target_position_2_3_retrieval_position_2" gabor_circ gabor_141_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_17_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2042 fixation_cross gabor_003 gabor_155 gabor_070 gabor_044 gabor_003 gabor_155_alt gabor_070_alt gabor_044 "2_18_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_003_155_070_044_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_120_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_18_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2492 fixation_cross gabor_102 gabor_066 gabor_130 gabor_020 gabor_102_alt gabor_066 gabor_130 gabor_020_alt "2_19_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_102_066_130_020_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_156_framed blank blank blank blank fixation_cross_target_position_1_4 "2_19_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 2342 fixation_cross gabor_001 gabor_016 gabor_141 gabor_032 gabor_001_alt gabor_016 gabor_141_alt gabor_032 "2_20_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_001_016_141_032_target_position_1_3_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_20_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2142 2992 2092 fixation_cross gabor_005 gabor_088 gabor_072 gabor_124 gabor_005_alt gabor_088 gabor_072 gabor_124_alt "2_21_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2100_gabor_patch_orientation_005_088_072_124_target_position_1_4_retrieval_position_2" gabor_circ gabor_088_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_21_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_088_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1992 2992 2492 fixation_cross gabor_052 gabor_030 gabor_161 gabor_118 gabor_052 gabor_030 gabor_161_alt gabor_118_alt "2_22_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_052_030_161_118_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_118_framed blank blank blank blank fixation_cross_target_position_3_4 "2_22_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_062 gabor_091 gabor_131 gabor_009 gabor_062 gabor_091_alt gabor_131_alt gabor_009 "2_23_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_062_091_131_009_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_131_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_23_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2242 fixation_cross gabor_119 gabor_156 gabor_134 gabor_102 gabor_119 gabor_156 gabor_134_alt gabor_102_alt "2_24_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_119_156_134_102_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_085_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_24_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2592 fixation_cross gabor_002 gabor_063 gabor_132 gabor_019 gabor_002_alt gabor_063 gabor_132 gabor_019_alt "2_25_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2600_gabor_patch_orientation_002_063_132_019_target_position_1_4_retrieval_position_1" gabor_002_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_25_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1792 2992 2042 fixation_cross gabor_006 gabor_174 gabor_029 gabor_056 gabor_006 gabor_174_alt gabor_029_alt gabor_056 "2_26_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2050_gabor_patch_orientation_006_174_029_056_target_position_2_3_retrieval_position_1" gabor_146_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_26_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2442 fixation_cross gabor_009 gabor_057 gabor_026 gabor_087 gabor_009_alt gabor_057 gabor_026 gabor_087_alt "2_27_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_009_057_026_087_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_target_position_1_4 "2_27_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_155 gabor_139 gabor_101 gabor_123 gabor_155_alt gabor_139 gabor_101_alt gabor_123 "2_28_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_155_139_101_123_target_position_1_3_retrieval_position_1" gabor_015_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_28_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1792 2992 2392 fixation_cross gabor_062 gabor_030 gabor_152 gabor_082 gabor_062_alt gabor_030 gabor_152_alt gabor_082 "2_29_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_062_030_152_082_target_position_1_3_retrieval_position_1" gabor_013_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_29_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2142 2992 2142 fixation_cross gabor_064 gabor_121 gabor_137 gabor_171 gabor_064_alt gabor_121 gabor_137 gabor_171_alt "2_30_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2150_gabor_patch_orientation_064_121_137_171_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_137_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_30_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_137_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2242 2992 2242 fixation_cross gabor_030 gabor_137 gabor_052 gabor_106 gabor_030_alt gabor_137_alt gabor_052 gabor_106 "2_31_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_030_137_052_106_target_position_1_2_retrieval_position_2" gabor_circ gabor_088_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_31_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_104 gabor_040 gabor_014 gabor_119 gabor_104_alt gabor_040_alt gabor_014 gabor_119 "2_32_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_104_040_014_119_target_position_1_2_retrieval_position_1" gabor_104_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_32_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_062 gabor_103 gabor_129 gabor_087 gabor_062_alt gabor_103 gabor_129_alt gabor_087 "2_33_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_062_103_129_087_target_position_1_3_retrieval_position_1" gabor_062_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_33_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1742 2992 2192 fixation_cross gabor_007 gabor_134 gabor_059 gabor_097 gabor_007_alt gabor_134 gabor_059 gabor_097_alt "2_34_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2200_gabor_patch_orientation_007_134_059_097_target_position_1_4_retrieval_position_2" gabor_circ gabor_179_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_34_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_179_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 1892 fixation_cross gabor_039 gabor_064 gabor_099 gabor_014 gabor_039 gabor_064 gabor_099_alt gabor_014_alt "2_35_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_039_064_099_014_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_014_framed blank blank blank blank fixation_cross_target_position_3_4 "2_35_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_080 gabor_116 gabor_146 gabor_036 gabor_080 gabor_116_alt gabor_146 gabor_036_alt "2_36_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_080_116_146_036_target_position_2_4_retrieval_position_2" gabor_circ gabor_116_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_36_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_116_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2192 fixation_cross gabor_073 gabor_001 gabor_022 gabor_159 gabor_073_alt gabor_001_alt gabor_022 gabor_159 "2_37_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_073_001_022_159_target_position_1_2_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 2292 fixation_cross gabor_076 gabor_057 gabor_039 gabor_162 gabor_076_alt gabor_057_alt gabor_039 gabor_162 "2_38_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_076_057_039_162_target_position_1_2_retrieval_position_1" gabor_076_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_38_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_039 gabor_144 gabor_126 gabor_005 gabor_039 gabor_144_alt gabor_126_alt gabor_005 "2_39_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_039_144_126_005_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_126_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_39_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 1992 fixation_cross gabor_101 gabor_177 gabor_133 gabor_021 gabor_101_alt gabor_177 gabor_133 gabor_021_alt "2_40_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_101_177_133_021_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_159_framed blank blank blank blank fixation_cross_target_position_1_4 "2_40_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_159_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1842 2992 2142 fixation_cross gabor_106 gabor_028 gabor_087 gabor_068 gabor_106_alt gabor_028 gabor_087_alt gabor_068 "2_41_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_106_028_087_068_target_position_1_3_retrieval_position_1" gabor_106_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_41_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2042 fixation_cross gabor_094 gabor_124 gabor_016 gabor_148 gabor_094 gabor_124_alt gabor_016_alt gabor_148 "2_42_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_094_124_016_148_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_063_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_42_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1792 2992 2242 fixation_cross gabor_134 gabor_047 gabor_116 gabor_008 gabor_134_alt gabor_047 gabor_116 gabor_008_alt "2_43_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_134_047_116_008_target_position_1_4_retrieval_position_2" gabor_circ gabor_094_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_43_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_094_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2292 fixation_cross gabor_033 gabor_162 gabor_009 gabor_118 gabor_033_alt gabor_162_alt gabor_009 gabor_118 "2_44_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_033_162_009_118_target_position_1_2_retrieval_position_1" gabor_083_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_44_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1742 2992 1942 fixation_cross gabor_059 gabor_004 gabor_114 gabor_077 gabor_059_alt gabor_004 gabor_114 gabor_077_alt "2_45_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_1950_gabor_patch_orientation_059_004_114_077_target_position_1_4_retrieval_position_2" gabor_circ gabor_144_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_45_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_144_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_164 gabor_095 gabor_007 gabor_051 gabor_164 gabor_095_alt gabor_007_alt gabor_051 "2_46_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_164_095_007_051_target_position_2_3_retrieval_position_2" gabor_circ gabor_140_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_46_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 1992 fixation_cross gabor_105 gabor_089 gabor_035 gabor_066 gabor_105 gabor_089 gabor_035_alt gabor_066_alt "2_47_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2000_gabor_patch_orientation_105_089_035_066_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_target_position_3_4 "2_47_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_149 gabor_042 gabor_094 gabor_127 gabor_149 gabor_042_alt gabor_094_alt gabor_127 "2_48_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_149_042_094_127_target_position_2_3_retrieval_position_2" gabor_circ gabor_180_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_48_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2442 fixation_cross gabor_019 gabor_036 gabor_105 gabor_059 gabor_019 gabor_036_alt gabor_105 gabor_059_alt "2_49_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_019_036_105_059_target_position_2_4_retrieval_position_2" gabor_circ gabor_036_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_49_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_152 gabor_091 gabor_019 gabor_175 gabor_152_alt gabor_091 gabor_019 gabor_175_alt "2_50_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_152_091_019_175_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_126_framed blank blank blank blank fixation_cross_target_position_1_4 "2_50_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1892 2992 2392 fixation_cross gabor_012 gabor_078 gabor_059 gabor_093 gabor_012_alt gabor_078 gabor_059 gabor_093_alt "2_51_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2400_gabor_patch_orientation_012_078_059_093_target_position_1_4_retrieval_position_2" gabor_circ gabor_078_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_51_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_078_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_132 gabor_169 gabor_014 gabor_055 gabor_132_alt gabor_169 gabor_014_alt gabor_055 "2_52_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_132_169_014_055_target_position_1_3_retrieval_position_1" gabor_132_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_52_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_102 gabor_022 gabor_177 gabor_043 gabor_102 gabor_022_alt gabor_177_alt gabor_043 "2_53_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_102_022_177_043_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_177_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_53_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2042 fixation_cross gabor_078 gabor_165 gabor_110 gabor_052 gabor_078 gabor_165 gabor_110_alt gabor_052_alt "2_54_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_078_165_110_052_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_052_framed blank blank blank blank fixation_cross_target_position_3_4 "2_54_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_002 gabor_112 gabor_138 gabor_165 gabor_002 gabor_112 gabor_138_alt gabor_165_alt "2_55_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_002_112_138_165_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_165_framed blank blank blank blank fixation_cross_target_position_3_4 "2_55_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 1892 fixation_cross gabor_115 gabor_180 gabor_048 gabor_006 gabor_115_alt gabor_180_alt gabor_048 gabor_006 "2_56_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_115_180_048_006_target_position_1_2_retrieval_position_2" gabor_circ gabor_132_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_56_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1842 2992 2492 fixation_cross gabor_055 gabor_093 gabor_111 gabor_021 gabor_055_alt gabor_093 gabor_111_alt gabor_021 "2_57_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2500_gabor_patch_orientation_055_093_111_021_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_021_framed blank blank blank blank fixation_cross_target_position_1_3 "2_57_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_021_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_117 gabor_098 gabor_052 gabor_173 gabor_117 gabor_098 gabor_052_alt gabor_173_alt "2_58_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_117_098_052_173_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_033_framed blank blank blank blank fixation_cross_target_position_3_4 "2_58_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_006 gabor_067 gabor_023 gabor_093 gabor_006 gabor_067_alt gabor_023_alt gabor_093 "2_59_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_006_067_023_093_target_position_2_3_retrieval_position_2" gabor_circ gabor_112_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_59_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2242 fixation_cross gabor_104 gabor_145 gabor_020 gabor_081 gabor_104 gabor_145 gabor_020_alt gabor_081_alt "2_60_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_104_145_020_081_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_081_framed blank blank blank blank fixation_cross_target_position_3_4 "2_60_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1992 2992 2542 fixation_cross gabor_148 gabor_004 gabor_122 gabor_040 gabor_148 gabor_004 gabor_122_alt gabor_040_alt "2_61_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2550_gabor_patch_orientation_148_004_122_040_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_122_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_61_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2092 2992 2092 fixation_cross gabor_064 gabor_095 gabor_140 gabor_025 gabor_064_alt gabor_095 gabor_140 gabor_025_alt "2_62_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2100_gabor_patch_orientation_064_095_140_025_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_62_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_140_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 2342 fixation_cross gabor_062 gabor_002 gabor_084 gabor_120 gabor_062 gabor_002_alt gabor_084 gabor_120_alt "2_63_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_062_002_084_120_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_120_framed blank blank blank blank fixation_cross_target_position_2_4 "2_63_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2142 2992 2442 fixation_cross gabor_071 gabor_147 gabor_098 gabor_131 gabor_071 gabor_147_alt gabor_098_alt gabor_131 "2_64_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2450_gabor_patch_orientation_071_147_098_131_target_position_2_3_retrieval_position_1" gabor_071_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_64_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_071_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 2192 fixation_cross gabor_124 gabor_100 gabor_142 gabor_085 gabor_124_alt gabor_100_alt gabor_142 gabor_085 "2_65_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_124_100_142_085_target_position_1_2_retrieval_position_1" gabor_173_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_65_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1842 2992 2542 fixation_cross gabor_122 gabor_171 gabor_035 gabor_006 gabor_122 gabor_171 gabor_035_alt gabor_006_alt "2_66_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_122_171_035_006_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_target_position_3_4 "2_66_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_163 gabor_031 gabor_050 gabor_009 gabor_163_alt gabor_031_alt gabor_050 gabor_009 "2_67_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_163_031_050_009_target_position_1_2_retrieval_position_2" gabor_circ gabor_076_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_67_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 2292 fixation_cross gabor_140 gabor_115 gabor_006 gabor_025 gabor_140 gabor_115 gabor_006_alt gabor_025_alt "2_68_Encoding_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_140_115_006_025_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_025_framed blank blank blank blank fixation_cross_target_position_3_4 "2_68_Retrieval_Working_Memory_MEG_P3_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2242 2992 2542 fixation_cross gabor_145 gabor_018 gabor_161 gabor_105 gabor_145 gabor_018_alt gabor_161_alt gabor_105 "2_69_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2550_gabor_patch_orientation_145_018_161_105_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_target_position_2_3 "2_69_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_055_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 1992 fixation_cross gabor_104 gabor_139 gabor_165 gabor_077 gabor_104_alt gabor_139 gabor_165_alt gabor_077 "2_70_Encoding_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_104_139_165_077_target_position_1_3_retrieval_position_1" gabor_058_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_70_Retrieval_Working_Memory_MEG_P3_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
479d2604f96c3b4cb2d27ac75a66884d2a5db150
449d555969bfd7befe906877abab098c6e63a0e8
/3308/CH18/EX18.2/Ex18_2.sce
7b14b1ffdcf1039ef7443be0fd2b08d74d5fa549
[]
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
642
sce
Ex18_2.sce
clc // Given that W=250//in ton Weight of injection moulding machine d=4.5//in inch diameter of spur gear t=0.5//in inch thickness of spur gear //Gears have a fine tooth profile // Sample Problem on page no. 488 printf("\n # Injection Molding of Parts # \n") //because of fine tooth profile pressure required in the mould cavity is assumed to be of the order 100MPa or 15Ksi p=15//inKsi A=(3.14*(d^2))/4//in inch^2 area of the gear F=A*15*1000 n=(W*2000)/F //weight is converted into lb by multiplying it by 2000 printf("\n\n Number of gears that can be injected =%d",n) // Second part of this question is theoritical
ea22f966eb7604b9589e979ab63bec947eeba03e
449d555969bfd7befe906877abab098c6e63a0e8
/710/CH2/EX2.8/2_8.sci
0fc320930b55c24448a034f1f22c29463da62f7a
[]
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
283
sci
2_8.sci
clc(); clear; //To detrmine the lattice parameter //free volume=a^3-[2*(4/3)*pi*r^3] //for bcc a=4r/3^(1/3) fv=61.72*(10^-30); //free volume a=-[fv/(1-%pi*sqrt(3))/8]^1/3*10^31 //lattice parameter printf("The lattice parameter is %f A",a);
61998291e7e5e0e334601f220b7bee3a405c6752
449d555969bfd7befe906877abab098c6e63a0e8
/1631/CH9/EX9.1/Ex9_1.sce
9a3caaf4d86c941139e6e18693571c80aa7c7a86
[]
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
449
sce
Ex9_1.sce
//Caption: Information Content //Example 9.1 //page no 394 //Find Information Content of Each Symbol clc; clear; px1=1/2; px2=1/4; px3=1/8; px4=1/8; //information content of each symbol Ix1=log2(1/px1); Ix2=log2(1/px2); Ix3=log2(1/px3); Ix4=log2(1/px4); printf("Information Content \n\n \tI(x1) = %d bit \n",Ix1); printf(" \tI(x2) = %d bits\n",Ix2); printf(" \tI(x3) = %d bits\n",Ix3); printf(" \tI(x4) = %d bits\n",Ix4);
dc44e408f87e2bd17a2f2fa994a406b72e2500f8
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.0/macros/percent/%lssis.sci
422c04335c8c473a45e445be1e2d9d4271e3d97f
[ "MIT", "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
386
sci
%lssis.sci
//[s]=%lssis(i,j,s1,s2) //%lssis(i,j,s1,s2) calcule l'insertion d'un sous systeme lineaire // decrit par une representation d'etat dans un transfert statique //Cette macro correspond a l'operation s2(i,j)=s1 //! // origine s. steer inria 1992 // [a1,b1,c1,d1,x1,dom1]=s1(2:7) d2=s2; [n1,n1]=size(a1); b2(1:n1,j)=b1 c2(i,1:n1)=c1 d2(i,j)=d1; s=list('lss',a1,b2,c2,d2,x1,dom1) //end
46fc8c2b9a792ddc15244f5c243c0919065cfde2
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH16/EX16.5/Ex16_5.sce
374a3307eb140d324f34e2505c300b73aa3e3975
[]
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
462
sce
Ex16_5.sce
//Initilization of variables m=20 //kg F1=40 //N ro=0.6 //m ri=0.45 //m g=9.8 //m/s^2 //Calculations //Moment of inertia I=(2/5)*m*ro^2 //kg-m^2 //Applying Newtons Law and conservation of angular Momentum //Solving by matrix method A=[1,m;ro,-I/ro] B=[F1;F1*ri] C=inv(A)*B //Storing answers in variables F=C(1) //N a=C(2) //m/s^2 //Result clc printf('The acceleration is %f m/s^2 and F=%f N',a,F) //The solution in the textbook is incorrect
6ce80e3adf5ed2c025ca71871641c8b44824a184
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.3.1/macros/metanet/articul.sci
ddf6f510d80157cbc73960fa5567cc67f3317f30
[ "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
468
sci
articul.sci
function [nart]=articul(i,g) [lhs,rhs]=argn(0) n=g('node_number') if rhs==1 then g=i i=1 elseif rhs==2 then // check i if (i<1|i>n) then error(string(i)+' is not a node number') end else error(39) end // check g check_graph(g) // compute lp, la and ls ma=prod(size(g('tail'))) [lp,la,ls]=m6ta2lpu(g('tail'),g('head'),n+1,n,2*ma) // compute articulation nodes [nart,iart]=m6dfs2(i,lp,ls,n) if iart==0|iart==1 then nart=[] else nart=nart(1:iart-1) end
700a520e8585c4ba69b09e7b3badc3ba3cbd3e91
449d555969bfd7befe906877abab098c6e63a0e8
/3862/CH4/EX4.23/Ex4_23.sce
4ffbca00eeddf442a3a53dec486886a086f217ce
[]
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,121
sce
Ex4_23.sce
clear // //The section is divided into three simple figures viz., a triangle ABC, a rectangle ACDE and a semicircle. //variable declaration r=20.0 //radius of semicircle A1=80.0*20.0/2 //Area of triangle ABC A3=40.0*80.0 //Area of rectangle ACDE A4=%pi*(r**2)/2 //Area of semicircle At1=30.0*20.0/2.0 At2=50.0*20.0/2.0 A=A1+A3-A4 //Total area X1=2.0*30.0/3.0 X2=50.0*30.0/3.0 X3=40.0 X4=40.0 xc=(At1*X1+At2*X2+A3*X3-A4*X4)/A //mistake in book Y1=(20.0/3.0)+40.0 Y3=20.0 Y4=(4.0*20.0)/(3.0*%pi) yc=(A1*Y1+A3*Y3-A4*Y4)/A printf("\n %0.3f %0.3f ",xc,yc) // //Moment of inertia of the section about axis x-x=Sum of the momentsof inertia of individual triangular areasabout axis Ixx=(80.0*(20.0**3)/36) +A1*((60.0-(2*20.0/3.0)-yc)**2)+(80*(40**3)/12)+(A3*((yc-20.0)**2))-((0.0068598*(20**4))+(A4*((yc-Y4)**2))) printf("\n Ixx= %0.0f mm^4",Ixx) Iyy=(20.0*(30.0**3)/36) +At1*((xc-(2*30.0/3.0))**2)+(20*(50**3)/36)+(At2*((xc-(30.0+(50/3)))**2))+((40*(80**3)/12)+(A3*((xc-40)**2)))-((%pi*(40**4))/(2*64))-(A4*((40-xc)**2)) printf("\n Iyy= %0.0f mm^4",Iyy)
f05b53daf53ec54b89af73dd09030467c0103991
449d555969bfd7befe906877abab098c6e63a0e8
/632/CH7/EX7.12/example7_12.sce
440b0b7d13f95ade9cdbca6ee5072669d95bd5e3
[]
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,892
sce
example7_12.sce
//clc() xp = 0.25; xnb = 0.4; xnp = 0.35; P = 1447.14;//kPa //assuming temperatures 355.4 K and 366.5 K , corresponding Ki values are found from nomograph and total Ki value are 0.928 and 1.075 resp, thus bubble point temperature lies between, using interpolation bubble point temperature is found to be, Tb = 361;//K disp("K",Tb,"(a) The buuble point temperature = ") //At 361, Kip = 2.12; Kinb = 0.85; Kinp = 0.37; xp1 = Kip * xp; xnb1 = Kinb * xnb; xnp1 = Kinp * xnp; disp(xp1,"concentration of propane at bubble point = ") disp(xnb1,"concentration of n-butane at bubble point = ") disp(xnp1,"concentration of n-pentane at bubble point = ") //At dew point Yi/Ki = 1, at 377.6K this is 1.1598 and at 388.8K it is 0.9677, by interpolation dew point is found to be Td = 387;//K Kip1 = 2.85; Kinb1 = 1.25; Kinp1 = 0.59; yp1 = xp/Kip1; ynb1 = xnb/Kinb1; ynp1 = xnp/Kinp1; disp("K",Td,"(b) The dew point temperature = ") disp(yp1,"concentration of propane at dew point = ") disp(ynb1,"concentration of n-butane at dew point = ") disp(ynp1,"concentration of n-pentane at dew point = ") //summation zi / (1 + L/VKi)= 0.45, using trial and error, we find T = 374.6;//K L = 0.55; V = 0.45; Kip2 = 2.5; Kinb2 = 1.08; Kinp2 = 0.48; t = (xp/(1+L/(V*Kip2)))+(xnb/(1+L/(V*Kinb2))) + (xnp/(1+L/(V*Kinp2))); yp2 = (xp/(1+L/(V*Kip2)))/t; ynb2 = (xnb/(1+L/(V*Kinb2)))/t; ynp2 = (xnp/(1+L/(V*Kinp2)))/t; xp2 = (xp - V * yp2)/L; xnb2 = (xnb - V * ynb2)/L; xnp2 = (xnp - V * ynp2)/L; disp("K",T,"(c)Temperature of the mixture = ") disp(yp2,"vapour phase concentration of propane = ") disp(ynb2,"vapour phase concentration of n-butane = ") disp(ynp2,"vapour phase concentration of n-pentane = ") disp(xp2,"liquid phase concentration of propane = ") disp(xnb2,"liquid phase concentration of n-butane = ") disp(xnp2,"liquid phase concentration of n-pentane = ")
6f093afe0960e39129b1229b86e0e2fb48cddf91
449d555969bfd7befe906877abab098c6e63a0e8
/181/CH6/EX6.6/example6_6.sce
af5e0e75cd6e9899324c8cc90ab50e2507d93b41
[]
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
722
sce
example6_6.sce
// Determine Vgs,Id,Vds,operating region // Basic Electronics // By Debashis De // First Edition, 2010 // Dorling Kindersley Pvt. Ltd. India // Example 6-6 in page 276 clear; clc; close; // Given data Ids=16*10^-3; // Drain current in mA Vp=-4; // Peak voltage in V Vdd=18; // Drain voltage in V Rd=500; // Drain resistance in ohms // Calculation vgs1=(-10+sqrt(100-64))/2; vgs2=(-10-sqrt(100-64))/2; printf("(a)Vgs = %d V,%d V\n",vgs1,vgs2); id=-vgs1/500; Vds=18-((1*10^3)*(4*10^-3)); printf("(b)id = %0.0e A\n",id); printf("(c)Vds = %0.0f V\n",Vds); printf("Saturation region operation is confirmed from above results"); // Result // (a) Vgs = -2V // (b) Id = 4 mA, // (c) Vds = 14 V,
fd327fd12436a61d8f44512c8384b5f5c073f2d7
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH9/EX9.6/Ex9_6.sce
c3affdfd54229d46c075c91d2d5195f83c68d276
[]
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
Ex9_6.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh Chapter 9 Example 6") T1=300;//minimum temperature in brayton cycle in K T5=1200;//maximum temperature in brayton cycle in K n_isen_c=0.85;//isentropic efficiency of compressor n_isen_t=0.9;//isentropic efficiency of turbine y=1.4;//expansion constant disp("NOTE=>In this question formula for overall pressure ratio is derived,which cannot be done using scilab,so using this formula we proceed further.") disp("overall pressure ratio(rp)=(T1/(T5*n_isen_c*n_isen_t))^((2*y)/(3*(1-y)))") rp=(T1/(T5*n_isen_c*n_isen_t))^((2*y)/(3*(1-y))) disp("so overall optimum pressure ratio=13.6")
4c4dff726d1b8cf74b0ac509b9627a8d0086516c
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH3/EX1.3.25/Ex1_3_25.sce
50b1a08f7ebda718b343b10c6dc32a3eec7ca998
[]
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
728
sce
Ex1_3_25.sce
//Section-1,Example-8,Page no.AC-274 //To calculate the amount of lime and soda required for cold softening of given water sample. clc; A_1=66 //CO2(ppm) A_2=264 //HCO3-(ppm) A_3=36 //Mg2+(ppm) A_4=95 //Ca2+(ppm) A_5=10 //NaAlO2(ppm) A_6=2 //H+(ppm) A_7=34 //OH-(ppm) A_8=45 //(CO3)2-(ppm) V=(125000/10^6) L_R1=(74/100)*((A_3*(100/24))+(A_2*(100/122))+(A_1*(100/44))-(A_5*(100/164))+(A_6*(100/2))) S_R1=(106/100)*((A_4*(100/40))+(A_3*(100/24))-(A_2*(100/122))+(A_6*(100/2))) L_R2=(74/100)*(A_7*(100/34)) S_R2=(106/100)*((A_8*(100/60))+(A_7*(100/34))) T_LR=(L_R1+L_R2)*V disp(T_LR,'Lime requirement(kg)') T_SR=(S_R1+S_R2)*V disp(T_SR,'Soda requirement(kg)')
d68dde8fc8bfbefe64cc1a0a36f8a55d7a913bfe
449d555969bfd7befe906877abab098c6e63a0e8
/278/CH28/EX28.2/ex_28_2.sce
1cbf8594fc66e0faf75aed694b6de61f17b2ba18
[]
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
383
sce
ex_28_2.sce
//find clc //solution //given Np=600//rpm vr=4//Tg/Tp=4 fop=84//N/mm^2 fog=105//N/mm^2 Tp=16; Tg = Tp*4; m=8//mm b=90//mm Dp=m*Tp/1000//m v=%pi*Dp*Np/60//m/s Cv=3/(3+v) yp=0.154-(0.912/Tp) yg=0.154-(0.912/Tg) //fop*yp<fog*yg...therefore diseign="" is="" pinion="" based="" wt="fop*Cv*b*%pi*m*yp//N" p="Wt*v" printf("power="" trans="" is,%f="" w\n",p)<="" div=""></fog*yg...therefore>
0ae0d5fd3f35abc6ba16bfa7e4064904fedc4780
449d555969bfd7befe906877abab098c6e63a0e8
/2744/CH5/EX5.26/Ex5_26.sce
ea791bbff5f01b579e5032317707a8d172218805
[]
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,154
sce
Ex5_26.sce
clear; clc; b = 10;// inches d = 8;// inches t1 = 1;// inch t2 = 0.6;// inch M = 500;// ton-inches F = 25;// tons I = (1/12)*(d*b^3 - (d-t2)*d^3);// in^4 //At the top p = M*b/(2*I);// tons/in^2 q = 0; p1 = p;// tons/in^2 p2 = 0; printf('At the top, principal stresses are \n p1 = %.2f tons/in^2\n p2 = %d tons/in^2',p1,p2); //In the web, 4 inches from the N.A p = M*d/(2*I);// tons/in^2 q = F*d*t1*0.5*(d+t1)/(I*t2);// tons/in^2 theta = 0.5*atan(2*q/p); theta1 = theta*180/%pi; theta2 = theta1+90; p1 = 0.5*p + sqrt(q^2 + 0.25*p^2);// tons/in^2 p2 = 0.5*p - sqrt(q^2 + 0.25*p^2);// tons/in^2 printf('\n In the web, 4 inches from the N.A.:\n The principal stresse are p1 = %.2f tons/in^2.,compressive\n p2 = %.2f tons/in^2.,tensile\n theta1 = %.1f degrees\n theta2 = %.1f degrees',p1,-p2,theta1,theta2); //At the N.A p = 0; q = (F/(I*t2))*(d*t1*0.5*(d+t1) + t2*0.5*d*2*t1); p1 = q;// tons/in^2 p2 = -q;//tons/in^2 printf('\n The principal stresse across the diagonal are %.2f tons/in^2., compressive on one plane and %.2f tons/in^2., tensile on the other.',q,q); //there is an error in the answer given in text book
71792348997f704fdb6dc10c01bc244a5d43bc7b
449d555969bfd7befe906877abab098c6e63a0e8
/2915/CH4/EX4.14/Ex4_14.sce
bd8fbc5413b7283402a9c5d30be73141a60a1019
[]
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
447
sce
Ex4_14.sce
clc,clear //Example 4.14 //To find linear and angular speed of a moving object t=0.5 //time in second r= 3 //radius in m of the circle theta = %pi/3 // central angle in radian w = theta/t //angular speed in rad /sec v=w*r//linear speed in m/sec printf('Angular speed= %f radian/sec\n',w) printf('Linear speed = %f m/sec',v) printf('\n\n(or)\n\nAngular speed= %f*pi radian/sec\n',w/%pi) printf('Linear speed = %f*pi m/sec',v/%pi)
ab265a584e63014649a57ca743aed7b8f94dd8ad
37ae73a0d143e6fc539c6ff34ace9e46e0982654
/Tutorial/TestEnv/Tutorial/build/2700397600/TEMPLATE_EXAMPLE/CSV2TST.tst
dc496b14e35556fe59992d441e5417ae47d8f6e6
[]
no_license
vjtkmg/vcast-workarea
7441ca0ac1eb05ab41c388b5c6fd502277fc4ac9
6ecfc99f4b1b68707e4debb8c5b213a467326c2c
refs/heads/main
2023-08-23T13:26:38.279532
2021-11-04T09:12:34
2021-11-04T09:12:34
422,165,203
0
1
null
null
null
null
UTF-8
Scilab
false
false
5,218
tst
CSV2TST.tst
-- Test script generated from C:/Users/vjtkmg/Documents/GitLocal/VectorCAST/Tutorial/SourceCode/c/csv_test_data.csv -- Using mapfile (MAP)Place_Order.001 -- Script Features TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT TEST.SCRIPT_FEATURE:REMOVED_CL_PREFIX TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS TEST.SCRIPT_FEATURE:VCAST_MAIN_NOT_RENAMED -- -------------------- TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:CSV_Steak TEST.NOTES: ----------------------------------------------------------------------- Row 1 from C:/Users/vjtkmg/Documents/GitLocal/VectorCAST/Tutorial/SourceCode/c/csv_test_data.csv Column 2: TEST.VALUE:manager.Place_Order.Table Column 3: TEST.VALUE:manager.Place_Order.Seat Column 4: TEST.VALUE:manager.Place_Order.MyOrder.Salad Column 5: TEST.VALUE:manager.Place_Order.MyOrder.Entree Column 6: TEST.VALUE:manager.Place_Order.MyOrder.Beverage Column 7: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Is_Occupied Column 8: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Number_In_Party Column 9: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Order[1].Entree Column 10: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Check_Total TEST.END_NOTES: -- Column 2 TEST.VALUE:manager.Place_Order.Table:1 -- Column 3 TEST.VALUE:manager.Place_Order.Seat:1 -- Column 4 TEST.VALUE:manager.Place_Order.MyOrder.Salad:GREEN -- Column 5 TEST.VALUE:manager.Place_Order.MyOrder.Entree:STEAK -- Column 6 TEST.VALUE:manager.Place_Order.MyOrder.Beverage:BEER -- Column 7 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Is_Occupied:v_true -- Column 8 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Number_In_Party:1 -- Column 9 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Order[1].Entree:STEAK -- Column 10 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Check_Total:14 TEST.END -------------------- TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:CSV_Chicken TEST.NOTES: ----------------------------------------------------------------------- Row 2 from C:/Users/vjtkmg/Documents/GitLocal/VectorCAST/Tutorial/SourceCode/c/csv_test_data.csv Column 2: TEST.VALUE:manager.Place_Order.Table Column 3: TEST.VALUE:manager.Place_Order.Seat Column 4: TEST.VALUE:manager.Place_Order.MyOrder.Salad Column 5: TEST.VALUE:manager.Place_Order.MyOrder.Entree Column 6: TEST.VALUE:manager.Place_Order.MyOrder.Beverage Column 7: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Is_Occupied Column 8: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Number_In_Party Column 9: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Order[1].Entree Column 10: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Check_Total TEST.END_NOTES: -- Column 2 TEST.VALUE:manager.Place_Order.Table:1 -- Column 3 TEST.VALUE:manager.Place_Order.Seat:1 -- Column 4 TEST.VALUE:manager.Place_Order.MyOrder.Salad:GREEN -- Column 5 TEST.VALUE:manager.Place_Order.MyOrder.Entree:CHICKEN -- Column 6 TEST.VALUE:manager.Place_Order.MyOrder.Beverage:BEER -- Column 7 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Is_Occupied:v_true -- Column 8 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Number_In_Party:1 -- Column 9 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Order[1].Entree:CHICKEN -- Column 10 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Check_Total:10 TEST.END -------------------- TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:CSV_Lobster TEST.NOTES: ----------------------------------------------------------------------- Row 3 from C:/Users/vjtkmg/Documents/GitLocal/VectorCAST/Tutorial/SourceCode/c/csv_test_data.csv Column 2: TEST.VALUE:manager.Place_Order.Table Column 3: TEST.VALUE:manager.Place_Order.Seat Column 4: TEST.VALUE:manager.Place_Order.MyOrder.Salad Column 5: TEST.VALUE:manager.Place_Order.MyOrder.Entree Column 6: TEST.VALUE:manager.Place_Order.MyOrder.Beverage Column 7: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Is_Occupied Column 8: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Number_In_Party Column 9: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Order[1].Entree Column 10: TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Check_Total TEST.END_NOTES: -- Column 2 TEST.VALUE:manager.Place_Order.Table:1 -- Column 3 TEST.VALUE:manager.Place_Order.Seat:1 -- Column 4 TEST.VALUE:manager.Place_Order.MyOrder.Salad:GREEN -- Column 5 TEST.VALUE:manager.Place_Order.MyOrder.Entree:LOBSTER -- Column 6 TEST.VALUE:manager.Place_Order.MyOrder.Beverage:BEER -- Column 7 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Is_Occupied:v_true -- Column 8 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Number_In_Party:1 -- Column 9 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Order[1].Entree:LOBSTER -- Column 10 TEST.EXPECTED:uut_prototype_stubs.Update_Table_Record.Data.Check_Total:18 TEST.END