blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
87
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
15 values
visit_date
timestamp[us]date
2016-08-04 09:00:04
2023-09-05 17:18:33
revision_date
timestamp[us]date
1998-12-11 00:15:10
2023-09-02 05:42:40
committer_date
timestamp[us]date
2005-04-26 09:58:02
2023-09-02 05:42:40
github_id
int64
436k
586M
star_events_count
int64
0
12.3k
fork_events_count
int64
0
6.3k
gha_license_id
stringclasses
7 values
gha_event_created_at
timestamp[us]date
2012-11-16 11:45:07
2023-09-14 20:45:37
gha_created_at
timestamp[us]date
2010-03-22 23:34:58
2023-01-07 03:47:44
gha_language
stringclasses
36 values
src_encoding
stringclasses
17 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
15 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
8db2b0758a83de81c5870bd3ce84f0a2749a27a5
449d555969bfd7befe906877abab098c6e63a0e8
/615/CH2/EX2.14/2_14.sce
c3b1af2db39e2174f16dc27a6d929dd6e8c87650
[]
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
2_14.sce
//acids and bases// //example 2.14// C1=0.06;//concentration od acetic acid in g.mol/lit// C2=0.04;//concentration of sodium acetate in g.mol/li// disp("Due to the fact sodium acetate being completely dissociated avd acetic acid in the presence of former,the acetate ions are mainly obtained from the former"); printf("the concentration of acetate ions are %fg.ion/lit",C2); K=1.8*10^-5;//dissociation constant of acetic acid// H=K*C1/C2; printf("\nthe H+ concentration of the solution is %fg.ion/lit",H); pH=-log10(H); printf("\nThe pH of solution is %f",pH);
77e5a673dd047bcaea820601b797aa0740fde4c4
449d555969bfd7befe906877abab098c6e63a0e8
/770/CH7/EX7.32/7_32.sce
cd10287b607b2b51c7d0097f29a2cd4ae545d88f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
617
sce
7_32.sce
clear; clc; //Example - 7.32 //Page number - 268 printf("Example - 7.32 and Page number - 268\n\n"); //Given H_fus = 80;//[cal/g] - Heat of fusion at 0 C and 1 atm pressure T = 0+273.15;//[K] - Temperature vol_ratio = 1.091;// Ratio of the specific volume of ice and water. sp_vol = 0.001;//[m^(3)/kg] - Specific volume of saturated liquid water. // The clapeyron equation can be written as // (dP/dT)_sat = T*delta V_LS/(delta H_LS) = (T*(V_ice - V_water))/(H_ice - H_water) dP_dT = (T*(vol_ratio - 1)*10^(-3))/(-H_fus*4.186);//[K/kPa] printf("The value of (dT/dP)_sat is %e K/kPa",dP_dT);
e4228aa046b6e75e2c8f342827e6a31db6275c4a
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
/ketpicscifiles6/Letterrot.sci
f99917cfd726a1cadc663e85d06127237de3e651
[]
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
657
sci
Letterrot.sci
// 08.05.31 // 08.08.24 // 09.12.25 function Letterrot(varargin) global MEMORI; P=varargin(1); V=varargin(2); N=3; P=Doscaling(P); V=Doscaling(V); Tmov=0; Tmp=varargin(N); if type(Tmp)==1 Tmov=Tmp; N=N+1; end Nmov=0; Tmp=varargin(N); if type(Tmp)==1 then Nmov=Tmp; N=N+1; end Mojiretu=varargin(N); Tv=1/Vecnagasa(V)*V; Nv=[-Tv(2),Tv(1)]; P=P+MEMORI*Tmov*Tv+MEMORI*Nmov*Nv; Tmp=acos(V(1)/Vecnagasa(V)); Theta=round(Tmp*180/%pi); if V(2)>=0 Units=''; else Units='units=-360,'; end Tmp='\rotatebox['+Units+'origin=c]{'+string(Theta); Tmp=Tmp+'}{'+Mojiretu+'}'; Letter(P,"c",Tmp); endfunction
0fbd09bd33608f0e970fc797e76543542de1bed3
449d555969bfd7befe906877abab098c6e63a0e8
/1299/CH5/EX5.2/example5_2.sce
4d6c702519cfa49979029a06eee5311f8c33fa5e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
353
sce
example5_2.sce
//Example 5.2 //constructing Routh array in scilab clear; clc; xdel(winsid()); mode(0); s=%s; A=s^4+4*s^3+4*s^2+3*s; // characteristic equation k=poly(0,'k') routh_t((1)/A,poly(0,'k')) disp("0<k<2.4375") //the function will automatically computes Routh array //from the Routh array the value of "k" lies between 0 and 2.4375
431c909a3288d861d0836d2295b44f537ed200cf
449d555969bfd7befe906877abab098c6e63a0e8
/2495/CH1/EX1.5.12/Ex1_5_12.sce
7e016b6879940ee31a98448adce9bb4f97f88cee
[]
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
Ex1_5_12.sce
clear clc rho1=1.21;//in gm^cm-3 rho2=1.10;//in gm^cm-3 P2=3260;//in atm T2=298.15;//in K P1=2450;//in atm T1=242.15;//in K MI=18;//molar mass of ice in gm/mol R1=8.314;//in J R2=0.082;//in atm dm^3 DelH_Tr=((P2-P1)*(R1/R2)*(MI/rho2-MI/rho1)*T1)/(T2-T1) printf('DelH_Tr=%.3f J/mol',DelH_Tr) //There is an error in the answer given in the textbook //In text book he took (T1-T2)=6,but actually (T1-T2)=56 //page 23
823ab2edccbb9770e3211d20d3a2b76190a467f6
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TBI2.prev.tst
3c1abf6d2aff367f1d9fb47d386470728b56a66b
[ "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
554
tst
TBI2.prev.tst
TranspositionSet={[1,0]} Expanding for base=2, level=6, reasons+features=base,transpose,same,similiar,evenexp showfail Refined variables=a,b [0+1a,0+1b]: unknown -> [1] [0,0] a²+b²-2 -> solution [1,1],trivial(2) ---------------- level 0 expanding queue[0]^-1,meter=[2,2]: a²+b²-2 [0+2a,0+2b]: failure constant=-2, vgcd=4 [0,0] 4a²+4b²-2 [1+2a,0+2b]: failure constant=-1, vgcd=4 [1,0] 4a+4a²+4b²-1 [0+2a,1+2b]: failure constant=-1, vgcd=4 [0,1] 4a²+4b+4b²-1 [1+2a,1+2b]: failure biased [1,1] 4a+4a²+4b+4b² endexp[0] Proof [1] mod 2: a²+b²-2
eaa1f3305f1a90d9f4211c6f71593b4230a5b347
449d555969bfd7befe906877abab098c6e63a0e8
/62/CH4/EX4.37/ex_4_37.sce
42fd6707fdafb72bd93b2c2d29b726d4f154ec6e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
322
sce
ex_4_37.sce
clc; clear; syms n z a b y1 K; Yz=a*y1*(z/(z-a))+K*z^2/((z-b)*(z-a)); //y1=y[-1] Y1=z/(z-a); Y2=z^2/((z-b)*(z-a)); FY1=Y1*z^(n-1)*(z-a); y1n= limit(FY1,z,a); FY21 = Y2*(z^(n-1))*(z-a); FY22 = Y2*(z^(n-1))*(z-b); y21n = limit(FY21,z,a); y22n = limit(FY22,z,b); y=a*y1*y1n+K*(y22n+y21n); disp(y*'u(n)',"y[n]=")
188ffd7b7397998e481d05d41565e9974528e1bb
449d555969bfd7befe906877abab098c6e63a0e8
/2705/CH18/EX18.1/Ex18_1.sce
85da4efdc63d27738ba343168877d53293b6d35a
[]
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,930
sce
Ex18_1.sce
clear; clc; disp('Example 18.1'); // aim : To determine // (a) the coefficient of performance // (b) the mass flow of the refrigerant // (c) the cooling water required by the condenser // given values P1 = 462.47;// pressure limit, [kN/m^2] P3 = 1785.90;// pressure limit, [kN/m^2] T2 = 273+59;// entering saturation temperature, [K] T5 = 273+32;// exit temperature of condenser, [K] d = 75*10^-3;// bore, [m] L = d;// stroke, [m] N = 8;// engine speed, [rev/s] VE = .8;// olumetric efficiency cpL = 1.32;// heat capacity of liquid, [kJ/kg K] c = 4.187;// heat capacity of water, [kj/kg K] // solution // from given table // at P1 h1 = 231.4;// specific enthalpy, [kJ/kg] s1 = .8614;// specific entropy,[ kJ/kg K v1 = .04573;// specific volume, [m^3/kg] // at P3 h3 = 246.4;// specific enthalpy, [kJ/kg] s3 = .8093;// specific entropy,[ kJ/kg K v3 = .04573;// specific volume, [m^3/kg] T3= 273+40;// saturation temperature, [K] h4 = 99.27;// specific enthalpy, [kJ/kg] // (a) s2 = s1;// specific entropy, [kJ/kg k] // using s2=s3+cpv*log(T2/T3) cpv = (s2-s3)/log(T2/T3);// heat capacity, [kj/kg k] // from Fig.18.8 T4 = T3; h2 = h3+cpv*(T2-T3);// specific enthalpy, [kJ/kg] h5 = h4-cpL*(T4-T5);// specific enthalpy, [kJ/kg] h6 = h5; COP = (h1-h6)/(h2-h1);// coefficient of performance mprintf('\n (a) The coefficient of performance of the refrigerator is = %f\n',COP); // (b) SV = %pi/4*d^2*L;// swept volume of compressor/rev, [m^3] ESV = SV*VE*N*3600;// effective swept volume/h, [m^3] m = ESV/v1;// mass flow of refrigerant/h,[kg] mprintf('\n (b) The mass flow of refrigerant/h is = %f kg\n',m); // (c) dT = 12;// temperature limit, [C] Q = m*(h2-h5);// heat transfer in condenser/h, [kJ] // using Q=m_dot*c*dT, so m_dot = Q/(c*dT);// mass flow of water required, [kg/h] mprintf('\n (c) The mass flow of water required is = %f kg/h\n',m_dot); // End
17375177b6f2e269695525a2354ae7743ba1930f
449d555969bfd7befe906877abab098c6e63a0e8
/2384/CH4/EX4.9/ex4_9.sce
713178442efa9017e6d387bedc00d4d45bdfbe71
[]
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
873
sce
ex4_9.sce
// Exa 4.9 clc; clear; close; format('v',6) // Given data f= 60;// in Hz disp("Part (a)") Z= 12+30*%i; R= real(Z);// in ohm XL= imag(Z);// in ohm // Formula XL= 2*%pi*f*L L= XL/(2*%pi*f);// in H L= L*10^3;// in mH disp(R,"The value of resistance in Ω is : ") disp(L,"The value of inductance in mH is : ") L= L*10^-3;// in H disp("Part (b)") Z= 0-60*%i; R= real(Z);// in ohm XC= (abs(imag(Z)));// in ohm // Formula XC= 1/(2*%pi*f*C) C= 1/(2*%pi*XC*f);// in H C= C*10^6;// in µF disp(R,"The value of resistance in Ω is : ") disp(C,"The value of inductance in µF is : ") C= C*10^-6;// in F disp("Part (c)") Z= 20*expm(60*%i*%pi/180) R= real(Z);// in ohm XL= imag(Z);// in ohm // Formula XL= 2*%pi*f*L L= XL/(2*%pi*f);// in H L= L*10^3;// in mH disp(R,"The value of resistance in Ω is : ") disp(L,"The value of inductance in mH is : ")
826e2d227f8467b732edccf75f5122de187e1f42
91bba043768342a4e23ee3a4ff1aa52fe67f7826
/cs/142/1/tests/test24.tst
00243062cf61c1dbdaa8594083d1bec86ab818af
[]
no_license
MaxNanasy/old-homework
6beecc3881c953c93b847f1d0d93a64ec991d6de
48b7997a49a8f111344f30787c178e1661db04bd
refs/heads/master
2016-09-08T04:37:44.932977
2010-03-02T00:48:59
2010-03-02T00:48:59
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
13
tst
test24.tst
type t : int;
1cad30a142fdbbfb367d7592ea019bf75a888562
449d555969bfd7befe906877abab098c6e63a0e8
/2045/CH5/EX5.13/Ex5_13.sce
b44b153dbdc8880c89e65042f9c53d2879fd8104
[]
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
409
sce
Ex5_13.sce
//pagenumber 293 example 13 clear re=1*10^3;//ohm hie=1000;//ohm hfe=99; //inptut resistance ri=hie+((1+hfe)*(hie+1+hfe*re)); disp("input resistance = "+string((ri))+"ohm");//correction in the book //voltage gain volgai=((1+hfe)*(1+hfe)*re)/ri; disp("voltage gain = "+string((volgai))); //current gain curgai=-((1+hfe)*(1+hfe)); disp("current gain = "+string((curgai)));
d42fb0fa86d03fbf041948e61aa8081f13d3458b
df924acfdd5b043da9336a2276726dbfb655735a
/test_suite/strngfnx.tst
292b49d6fb86812c2c75c9120fb2f1dfbe16e112
[]
no_license
noxdafox/clips
b8fb280223b5aae615e427bf1f31c03cb932b09d
a2c548b69394f0e2cf7c6d583810b6a29a662ae1
refs/heads/master
2023-09-01T18:52:07.614807
2021-12-14T20:10:21
2021-12-14T20:10:21
95,596,886
11
10
null
null
null
null
UTF-8
Scilab
false
false
360
tst
strngfnx.tst
(unwatch all) (clear) (set-strategy depth) (open "Results//strngfnx.rsl" strngfnx "w") (dribble-on "Actual//strngfnx.out") (batch "strngfnx.bat") (dribble-off) (load "compline.clp") (printout strngfnx "strngfnx.bat differences are as follows:" crlf) (compare-files "Expected//strngfnx.out" "Actual//strngfnx.out" strngfnx) ; close result file (close strngfnx)
bd9b82b2b6d83b2650fc0465891b3571f1c0b04f
449d555969bfd7befe906877abab098c6e63a0e8
/2135/CH6/EX6.23/Exa_6_23.sce
a7447e4f39ca9d3ff4bcb3d1f380d169010675a2
[]
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
680
sce
Exa_6_23.sce
//Exa 6.23 clc; clear; close; format('v',7); //Given Data : mdot=2;//Kg/s p1=10;//bar Tsup1=200;//degree C(from steam table) p2=1;//bar h1=2826.8;//KJ/Kg(at 10bar,200 degree C) S1=6.692;//KJ/KgK(at 10bar,200 degree C) ts2=99.63;//degree C(at 1bar) Vg2=1.694;//m^3/Kg(at 1bar) hf2=417.5;//KJ/Kg(at 1bar) hfg2=2258;//KJ/Kg(at 1bar) sf2=1.303;//KJ/KgK(at 1bar) sfg2=6.057;//KJ/KgK(at 1bar) //S1=sf2+x2*sfg2 x2=(S1-sf2)/sfg2;//dryness V3=x2*Vg2;//m^3/Kg t2=ts2;//degree C S2=S1;//KJ/KgK Qdot=0;//KJ h2=hf2+x2*hfg2;//KJ/Kg Wsf_dot=Qdot-mdot*((h2-h1));//KJ/Kg disp(Wsf_dot,"Work output of turbine in KJ/s or W : "); //Steam table is used to get some data.
5ab7776be53790c9f77a60c8b59bdaba5e5947d0
449d555969bfd7befe906877abab098c6e63a0e8
/1118/CH8/EX8.2/eg8_2.sce
4246b2df2d5614d5348e4228bf4265c876edabe6
[]
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
210
sce
eg8_2.sce
clear; //clc(); sb=50000; s=40000; pu=s/sb; printf("\n the pu value for the three phase is: %.2f\n",pu); sb1=sb/(3); v=110; vb=v/sqrt(3); pukva=s/(3*sb1); printf("\n the pu kva is: %.2f\n",pukva);
26e79c21185d0423a530a855e6c23dbd9e3bce8d
449d555969bfd7befe906877abab098c6e63a0e8
/1151/CH1/EX1.23/example23.sce
1f9497c38bd2a46d0579bd844e21ee7dc593fa3b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
123
sce
example23.sce
//determine the transfer function printf("z1=(1+R*C*s)/(C*s)\n z2=1/(C*s) \n g=z2/z2 \nTransfer function Eo(s)/Ei(s)=g")
062629fef2c0bcf0ce7c22b1ba2f7b655c71ebb3
b0d8c7b29e6358945c6e1952e06ccb9201bab331
/Test/integration/expected/testWorkWithTable.tst
c927f7e6f7ab961300fac8a313c3816cec985de9
[]
no_license
AVM82/projectSqlCmd
d5fc432cf09bbbad7344e46cd55cce73c2a0ef49
93e7d6aa374a7e7d543cea8bb6a3be3c5eaf085a
refs/heads/master
2021-05-04T00:24:00.603382
2017-09-15T13:18:03
2017-09-15T13:18:03
71,457,442
0
0
null
null
null
null
UTF-8
Scilab
false
false
6,549
tst
testWorkWithTable.tst
 *********************************************************************************************** You need to connect to the database to continue DBMS:  -fb FireBird (DB_Name = full_path\DB_Name.fdb)  -ms MS SQL Server  -pg PostgreSQL For connect to DB please enter: connect -DBMS -DB_Server[:port] [-DB_Name] -user -password ***********************************************************************************************  > The connection to the server has been established! Enter the command or 'help' for help. PostgreSQL> Wrong table name.  Enter the command or 'help' for help. PostgreSQL> Invalid number of parameters. Expected 1, but got 2 Enter the command or 'help' for help. PostgreSQL> *********************************************************************************************** Enter a new column of table: field name|field type|if the field is primary(y/n)|if is NULL (y/n) end For example: new_Field1|integer|y|n new_Field2|varchar(20)|n|n new_Field3|varchar(10)|n|y end ***********************************************************************************************  PostgreSQL> PostgreSQL> Field name new_field1 already typed  PostgreSQL> PostgreSQL> Table with name "new_tab" is created successfully. Enter the command or 'help' for help. PostgreSQL> Table is already exist.  Enter the command or 'help' for help. PostgreSQL> Table is not exist.  Enter the command or 'help' for help. PostgreSQL> *********************************************************************************************** Table new_tab has following columns |new_field1|new_field2| Enter a new row of table: row1=value1|row2=value2|...|rowN=valueN ***********************************************************************************************  PostgreSQL> The command completed successfully! Enter the command or 'help' for help. PostgreSQL> *********************************************************************************************** Table new_tab has following columns |new_field1|new_field2| Enter a new row of table: row1=value1|row2=value2|...|rowN=valueN ***********************************************************************************************  PostgreSQL> The command completed successfully! Enter the command or 'help' for help. PostgreSQL> *********************************************************************************************** Table new_tab has following columns |new_field1|new_field2| Enter a new row of table: row1=value1|row2=value2|...|rowN=valueN ***********************************************************************************************  PostgreSQL> The command completed successfully! Enter the command or 'help' for help. PostgreSQL> ___________________________________________ | new_field1| new_field2| =========================================== | 1| 20| | 2| 40| | 3| 60| ------------------------------------------- Enter the command or 'help' for help. PostgreSQL> ___________________________________________ | new_field1| new_field2| =========================================== | 2| 40| | 3| 60| ------------------------------------------- Enter the command or 'help' for help. PostgreSQL> Invalid number of parameters. Expected from 1 to 3, but got 4 Enter the command or 'help' for help. PostgreSQL> _______________________________________________________________ | TABLE NAME| ROW COUNT| =============================================================== | new_tab| 3| --------------------------------------------------------------- Enter the command or 'help' for help. PostgreSQL> ___________________________________________ | new_field1| new_field2| =========================================== | new_field1| new_field2| | 1| 20| | 2| 40| | 3| 60| ------------------------------------------- Enter the command or 'help' for help. PostgreSQL> The command completed successfully! Enter the command or 'help' for help. PostgreSQL> Table is not exist.  Enter the command or 'help' for help. PostgreSQL> *********************************************************************************************** Table new_tab has following columns |new_field1|new_field2| Enter a condition for update row of table: columnName=newValue|columnName=Value ***********************************************************************************************  PostgreSQL> The command completed successfully! Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> Table is not exist.  Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> *********************************************************************************************** Table new_tab has following columns |new_field1|new_field2| Enter a condition for delete row of table: columnName=value ***********************************************************************************************  PostgreSQL> The command completed successfully! Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> The command completed successfully! Table "new_tab" is empty Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> Deleting table canceled. Enter the command or 'help' for help. PostgreSQL> Are you sure? (y/n) PostgreSQL> Table with name "new_tab" is deleted successfully Enter the command or 'help' for help. PostgreSQL> The work is completed
32e537080c3040eb43934b18793583f72d00c393
2a6e8d853589f99603c8973e55748050d0f77719
/tf.sce
5898fbb7e4490a5b6e94e88a4906054036abfd74
[]
no_license
sanchit95/Scilab-Control-System
3ee8a09de4933fe4b15e72a9c114d49e89dc6608
0dc379795f261c7b35fff6cb8b087b0d617b10dc
refs/heads/master
2022-09-24T07:46:02.477146
2022-09-21T11:23:04
2022-09-21T11:23:04
60,767,025
8
1
null
null
null
null
UTF-8
Scilab
false
false
400
sce
tf.sce
//Example 1: // Continuous time transfer function sys = tf([5 4 2],[4 2 1 35 6]) //Example 2: // discrete time transfer function // Sampling time(Ts = 'd') unspecified [sys details] = tf([3 8 1],[4 7 5 6 1],'d') //Example 3: [a b]= tf({[3 2 4];[6 4 -9]; [2 3 4]},{[3 4 5];[-3 2 12]; [5 3 4]},0.1) ; nume = b.num deno = b.den Sampling_Time = b.Ts name_inp = b.InputName name_out = b.OutputName
2a3828c357419361c48d7c1388ceb05d584db863
449d555969bfd7befe906877abab098c6e63a0e8
/680/CH11/EX11.06/11_06.sce
2ecaa3a8c359eb7593b5773c48c9f7ea2d248526
[]
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
324
sce
11_06.sce
//Problem 11.06: //initializing the variables: T1 = 25; // in deg C pa = 111; // in mm of Hg pb = 92; // in mm of hg P = 100; // in mm of hg //calculation: xa = (P - pb)/(pa - pb) ya = xa*pa/P printf("\n\nResult\n\n") printf("\nthe composition of the liquid phase is %.3f and of vapour phase %.3f",xa, ya)
2fdd12069c0581f243fe820eef2724217090760e
0812f3bb6f3cc038b570df68ccee4275da04b11f
/models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH10/EX10.2/10_2.sce
64deb927bc863bee3ce0c83b13892b27ee51550e
[]
no_license
apelttom/20-semester_PhD_thesis
edc0b55580bae9d364599932cd73cf32509f4b7a
ff28b115fcf5e121525e08021fa0c02b54a8e143
refs/heads/master
2018-12-26T22:03:38.510422
2018-12-14T20:04:11
2018-12-14T20:04:11
106,552,276
0
0
null
null
null
null
UTF-8
Scilab
false
false
483
sce
10_2.sce
clc; R_=8314.5; R=R_/4; cp=10^3*5.19; y=1/[1-(R/cp)]; p1=6.9; pc=([2/(y+1)]^[y/(y-1)])*p1; T1=93+273; p2=3.6; T2=T1/[(p1/p2)^([y-1]/y)]; C2=[2*cp*(T1-T2)]^0.5; v2=R*T2/(10^5*p2); A2=1; m=A2*C2/v2; disp("kg/s",m,"mass flow per square meter of exit area:"); //partII m_=30; R=R_/m_; cp=1880; y=1/[1-(R/cp)] p2=3.93; T2=337; pc=p1*[2/(y+1)]^[(y/(y-1))]; Tc=T1*[2/(y+1)]; Cc=[y*R*Tc]^0.5; v2=R*T2/(10^5*p2); m=A2*Cc/v2 disp("kg/s",m,"mass flow per square meter of exit area is:");
62d508551e3bcc6be8858bc1bfc5a511b5148d22
449d555969bfd7befe906877abab098c6e63a0e8
/476/CH8/EX8.28/Example_8_28.sce
1758deba156db4e272beccc3a3e3c20ec3e155dc
[]
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,344
sce
Example_8_28.sce
//A Textbook of Chemical Engineering Thermodynamics //Chapter 8 //Phase Equilibria //Example 30 clear; clc; //Given: T = [323 333 343 348 353 363 373]; //temperatures (K) P2 = [12.40 19.86 31.06 37.99 47.32 70.11 101.3]; //vapour pressure for benzene (kPa) P1 = [35.85 51.85 72.91 85.31 100.50 135.42 179.14]; //vapour pressure for water (kPa) Tb = 353.1; //boiling temperature (K) Pb = 101.3; //boiling pressure (kPa) //To prepare temperature composition diagram //To find three phase temperature clf for i =1:7 P(i) = P1(i) + P2(i); end plot(P,T); //From graph, at P = 101.3 kPa.. T_ = 340; //three phase temperature //At three phase temperature P1_ = 71.18; //(kPa) P2_ = 30.12; //(kPa) xb_ = P1_/Pb; //mol fraction of benzene at triple point //For the dew point curve //For curve BE in temp range from 342 to 373 K for i = 3:7 y1(i) = 1-(P2(i)/Pb); end clf xset('window',1); T1(1) = 342; y1_(1) = 0.7; for i= 2:6 T1(i) = T(i+1); y1_(i) = y1(i+1); end plot(y1_,T1); //For the curve Ae in the temp range of 342 K to 353.1 K for i = 3:5 y2(i) = P1(i)/Pb; end T2(1) = 342; y2_(1) = 0.7; for i = 2:4 T2(i) = T(i+1); y2_(i) = y2(i+1); end plot(y2_,T2); xrect(0,342,1,342); xtitle("Temperature Composition diagram","xa,ya","Temperature"); //end
2ed9fb10888694dd6b2784a92fddcebcf3175434
449d555969bfd7befe906877abab098c6e63a0e8
/3850/CH35/EX35.4/Ex35_4.sce
0ca384aab06c57be6d72ad63488a43860d230e3a
[]
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
435
sce
Ex35_4.sce
//To Calculate the Magnetic Field at the Centre of Coil //Example 35.4 clear; clc; i=1.5;//Current Carried by the Circular Coil in Amperes n=25;//Number of turns in the coil a=1.5*10^-2;//Radius of the Circular coil in metres u0=4*%pi*10^-7;//Permeability of Vaccum B=u0*i*n/(2*a);//formula for finding the magnetic field at the centre printf("Magnetic Field at the Centre of Coil = %.2f*10^-3 T",B*10^3);
d36fd7c03e8caad2895e4bb2033ef08291b23eed
449d555969bfd7befe906877abab098c6e63a0e8
/249/CH11/EX11.3/11_03.sce
d611752b835e3ce6e7813a51665d343772f15218
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
353
sce
11_03.sce
clear clc //From the given graph Cin(1)=0;Cin(2)=8;Cin(3)=4;Cin(4)=6;Cin(5)=0; E(5)=0;E(6)=0.05;E(7)=0.5;E(8)=0.35;E(9)=0.1;E(10)=0; for t=8:14 sum1=0; for p=5:t-1 if p>10 |(t-p)>5 h=2; else sum1=sum1+Cin(t-p)*E(p); Cout(t)=sum1; end end end t=[1:1:14]; Cout=Cout'; t Cout plot(t,Cout) xlabel('t');ylabel('Cout')
67c965390dd3ba2e6e1b2928f0b8de06e2f93865
449d555969bfd7befe906877abab098c6e63a0e8
/226/CH12/EX12.8/example8_sce.sce
9f9ad74d765f9d7da67e74c39aac968c1806d3d3
[]
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
example8_sce.sce
//chapter 12 //example 12.8 //page 491 printf("\n") printf("given") Ve1=5;Vce1=3;Vce2=3;Vbe=.7;Vcc=14;Rl=40*10^3; Vb2=Ve1+Vce1 Vc1=Vb2; Ve2=Vb2-Vbe Vr5=Vcc-Ve2-Vce2 R5=Rl/10//use 3.9Kohm satandard value R5=3.9*10^3; Ic2=Vr5/R5 R6=Ve2/Ic2//use 8.2Kohm as standard and recalculate R6=8.2*10^3; Ic2=Ve2/R6 Vr3=Vcc-Vc1 disp(" Ic1>>Ib2,select Ic1=1mA") Ic1=1*10^-3; R3=Vr3/Ic1//use standard value as 5.6Kohm and recalculate Ic1 in order ti keep Vb2=8V R3=5.6*10^3; Ic1=Vr3/R3 R4=Ve1/Ic1 Vr2=Ve1+Vbe Vr1=Vcc-Ve1-Vbe R2=10*R4 I2=(Ve1+Vbe)/R2 R1=(Vr1*R2)/Vr2
8ba733efb7afad8106d6093a6c9e93ea72975e04
449d555969bfd7befe906877abab098c6e63a0e8
/3640/CH3/EX3.3/Ex3_3.sce
6eb9a814bfbf5c7be6c47e09c5a284ea44b4ac22
[]
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,287
sce
Ex3_3.sce
clc //the code uses userdefined function complexstring function s=complexstring(a) if imag(a)>=0 then s=sprintf('%g+%gi',real(a),imag(a)) else s=sprintf('%g%gi',real(a),imag(a)) end funcprot(0) endfunction E1=2400 //primary voltage rating in volts E2=240 //secondary voltage rating in volts z=2 //magnitude of impedance connected to secondary terminals in ohms pha1=36.9 //phase angle of impedance connected with reference in degrees a=E1/E2 mprintf("a=%d\n",a) V1=2200 // applied primary voltage to transformer in volts V2=V1/a mprintf("|V2|=|V1|/a=%dV\n",V2) I2=V2/(z*exp(pha1*%i*3.14/180))//ans in textbook is wrong,conversion of degree to radian for calculation disp('I2='+complexstring(I2)+'A') I1=I2/a //ans may vary due to roundoff error disp('I1=I2/a='+complexstring(I1)+'A') Zin=V1/I1 disp('Zin=V1/I1='+complexstring(Zin)+'Ω') S2=V2*I2 pf=0.8 //power factor of load mprintf("|S2|=|V2||I2|=%fkVA\n",(abs(V2)*abs(I2))/1000) mprintf("P2=|S2|*cosθ2=%fkW\n",(abs(S2)*pf)/1000) mprintf("|S1|=|V2||I1|=%fkVA\n",(abs(V1)*abs(I1))/1000) mprintf("P1=|S1|cosθ1=%fkW\n",((abs(V1)*abs(I1))*cos(pha1*3.14/180))/1000)//ans may vary due to roundoff error,conversion of degree to radian for calculation
3ab753ee3dd7f652d48f499e1a162c4a57d0230c
449d555969bfd7befe906877abab098c6e63a0e8
/3535/CH2/EX2.4/Ex2_4.sce
040b6a86053859a57a9b837cbe436e210a885196
[]
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
313
sce
Ex2_4.sce
//Chapter 2, Example 2.4, Page 39 clc clear //Recoil Kinetic Energy m1 = 9.109*10**-31 // kg c1 = 2.998*10**8 // m/s E = 3 //Mev mc2 = (m1*c1*c1)/(1.602*10**-13) // converting to MeV E1 = 1/((1/E)+(1/mc2)*(1-cos(%pi/4))) printf("\n Recoil kinetic energy = %f MeV",E1); //Answers may vary due to round off error
e261a3382df59e186c7c7a78d52d79dcee16fcc6
449d555969bfd7befe906877abab098c6e63a0e8
/2024/CH8/EX8.9/8_9.sce
f9a34fb67d3513cdfc0109181c478fc86dfad4f5
[]
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
223
sce
8_9.sce
clc //Initialization of variables k=1.38 R=1.986 T1=900 //R M=29 pr=0.1 Wrev=50 //Btu/lbm //calculations KE = k*R*T1/M/(1-k) *(pr^((k-1)/k) -1) -Wrev //results printf("Change in kinetic energy = %d Btu/lbm",KE)
7ec879864a0f12a7ca975a5d43bcf99a79be8612
449d555969bfd7befe906877abab098c6e63a0e8
/869/CH10/EX10.3/10_3.sce
66eda1b92731ba1f57ef56c40914246fd8ae7cfb
[]
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
366
sce
10_3.sce
clc //initialisation of variables Ds= 1 //in Db= 1.5 //in Ls= 4 //in Lb= 6 //in Gs= 12*10^6 //psi Gb= 6.4*10^6 //psi T= 10000 //lb in //CALCULATIONS A=[(1),(1);(Ls*12/(Gs*Ds^4)),(-Lb*12/(Gb*Db^4))] b=[T;0] c= A\b Tab= c(1,1) Tbc= c(2,1) //RESULTS printf ('Torque in section AB= %.2f lb in',Tab) printf ('\n Torque in section AB =%.2f lb in',Tbc)
7375d695070053e9f836af918411442b7bcab86b
449d555969bfd7befe906877abab098c6e63a0e8
/275/CH5/EX5.5.40/Ch5_5_50.sce
c5f6b605cc7da618ba9c78b0e135ba865a2194ee
[]
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
467
sce
Ch5_5_50.sce
clc disp("Example 5.50") printf("\n") disp("calculate the frequency of oscillation & feedback factor of Hartley oscillator") printf("Given\n") //inductance L1=2*10^-3 L2=8*10^-3 //mutual inductance M=100*10^-6 //capacitor C=0.001*10^-6 //total inductance L=L1+L2+M //frequency of oscillation f=1/(2*%pi*sqrt(L*C)) //feedback factor B=L1/L2 printf("frequency of oscillation of hartley oscillator \n %f hz \n",f) printf("feedback factor \n %f \n",B)
77f4b273f25a319727d6d6d096c578c209268dbb
717ddeb7e700373742c617a95e25a2376565112c
/67/CH1/EX1.5/example15.sce
1385a0e379e23ac472347cc4d05b7a9357e95789
[]
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
193
sce
example15.sce
//Example 1.5 //Sketch the signal x(t)=A[u(t+a)-u(t-a)] clc; A=1; a=2; t=-a:a x=1; plot(t,x) //this signal is a finite duration signal so it is energy signal E=integrate('1','t',-a,a);
36d984153051937228687a920d9b7807a9951d98
39c5c468df5e2bde0147a30cf092fc8da3e7ed3e
/UFRGS/calcNumerico/area2/P2_numerico_oberdan/M8 - Minimos_Quadrados/minimos-quadrados-menor-residuo.sce
bb40a733b9595f0e4406bef99f1f985fcac3505a
[]
no_license
andredxc/Files
9dffc9fe5f7e923b83035d794dfa15c930cdb898
e32309b9ab548b829b04be66c2776cf9c9c6656e
refs/heads/master
2021-06-03T10:44:01.606242
2020-09-21T15:39:48
2020-09-21T15:39:48
107,410,076
0
0
null
null
null
null
UTF-8
Scilab
false
false
483
sce
minimos-quadrados-menor-residuo.sce
clear x=[-2 -1 0 1 2]'; y=[1 -1 -1 1 5]'; n=size(x,1); p=2; for i=1:p+1 for j=1:p+1 M(i,j)=sum(x.^(i+j-2)) end end for i=1:p+1 b(i)=sum(y.*x.^(i-1)) end a=inv(M)*b; XX =0.9 YY =0 residuo =0 for i=1:p+1 YY=YY+a(i)*XX.^(i-1); residuo=residuo+a(i)*x.^(i-1); end residuo=residuo-y; plot(XX,YY,'b') plot(x,y,'r*');xgrid //os coeficientes da função que melhor se ajusta aos pontos é dado pelo vetor "a" //a ordem da função é definida em "p"
f9eae4b291b7486ab1805a99bce20c4c40daae4e
449d555969bfd7befe906877abab098c6e63a0e8
/539/CH14/EX14.2.b/Example_14_2b.sce
03a985f99c6b3e89013bff2cf7b4e5085edf2571
[]
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
578
sce
Example_14_2b.sce
//Percent Crystallinity of Polyethylene clear; clc; printf("\tExample 14.2\n"); printf("\n\tPart B"); density_a=0.870; // in g/cm^3 density_s=0.925; // in g/cm^3 Ac=12.01; //in g/mol Molecular weight of Carbon Ah=1.008; //in g/mol molecular weight of hydrogen a=7.41*10^-8; //in cm b=4.94*10^-8; //in cm c=2.55*10^-8; //in cm Na=6.023*10^23; Vc=a*b*c; n=2; A=(2*Ac)+(4*Ah); density_c=n*A/(Vc*Na); pc=density_c*(density_s-density_a)*100/(density_s*(density_c-density_a)); printf("\npercentage crystallinity is : %.1f %%\n",pc); //End
10da56b066f53b34ab5d608c2e364c920125ae59
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.3/Unix-Windows/scilab-2.3/macros/robust/linf.sci
318d49541dd175977b35fb2607983ba13e3a91d0
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
1,645
sci
linf.sci
function [n]=linf(g,eps,tol) //linf(g,[eps],[tol]) L_infinity norm // n=sup [sigmax(g(jw)] (sigmax largest singular value). // w //-- g is a syslin system. //-- eps is error tolerance on n. //-- tol threshold for imaginary axis poles. // See also: h_norm //! g1=g(1); if g1(1)='r' then g=tf2ss(g);end if type(g)=1,if norm(g)=0,n=0,return,end,end, if g(7)='d' then error('system must be continuous') else g(7)='c' end [lhs,rhs]=argn(0), select rhs, case 1 then eps=1e-7,tol=1000*%eps, case 2 then tol=1000*%eps, end, [a,b,c,d]=g(2:5),[t,t]=size(a), p=ctr_gram(g),q=obs_gram(g); //Algorithm: //---------- //1. min , max. //---------------------------------- [slp,slm]=dtsi(g), if slp=0 then pp=0,qq=0,tp=1, pm=p,qm=q,tm=t, else if slm=0 then pm=0,qm=0,tm=1, pp=p,qq=q,tp=t, else [tp,tp]=size(slp(2)),[tm,tm]=size(slm(2)), pp=ctr_gram(slp),qq=obs_gram(slp), pm=ctr_gram(slm),qm=obs_gram(slm), end, end, hsvp=sqrt(spec(pp*qq)),hsvp=sort(real(hsvp)), hsvm=sqrt(spec(pm*qm)),hsvm=sort(real(hsvm)), gl=maxi([norm(d),hsvp(tp),hsvm(tm)]), gu=norm(d)+2*(sum(hsvp)+sum(hsvm)), //2. binary search //---------------------- while gu-gl>2*eps*gl, x=(gl+gu)/2, r=d'*d-(x*x)*eye,s=d*d'-(x*x)*eye, mx=[a-b/r*d'*c, -x*b/r*b'; .. x*c'/s*c, -a'+c'*d/r*b'], mp=abs(real(spec(mx))),mp=mini(mp), if mp>tol then gu=x, else gl=x, end, end; n=(gu+gl)/2
fe1971f57a1c8e75a12248692572f1e9705f9a26
717ddeb7e700373742c617a95e25a2376565112c
/3428/CH21/EX14.21.11/Ex14_21_11.sce
fc08418a4afe31438e5587f427641b0db20259da
[]
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
242
sce
Ex14_21_11.sce
//Section-14,Example-7,Page no.-PC.17 //To find the ratio of the rates of effusion of neon gas to that of helium gas at same temperature and pressure. clc; M_He=4 M_Ne=20 //r=r_Ne/r_He r=sqrt((M_He)/(M_Ne)) disp(r,'Required ratio')
3fe3a039c2e776c8d6ed077b8b69612ca14f6358
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Base-StatisticalFunctions/FLCountPos-NZ-01.tst
3e986c790ace49c67592cf5f0aa51bcd1a6c992b
[]
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
4,688
tst
FLCountPos-NZ-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza -- -- 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: Basic Statistics -- -- Test Unit Number: FLCountPos-Netezza-01 -- -- Name(s): FLCountPos -- -- Description: Aggregate function which returns the count of positive values -- -- Applications: -- -- Signature: FLCountPos(pX DOUBLE PRECISION) -- -- Parameters: See Documentation -- -- Return value: BIGINT -- -- Last Updated: 07-03-2017 -- -- Author: Kamlesh Meena -- -- 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: Count of 0.0 * Value, Results should be 0 --- Compare query output with 0, if true then return "passed", otherwise, return "failed" SELECT a.CNTPos AS CNTPos, CASE WHEN a.CNTPos = 0 THEN 'BasicStat-FT-FLCountPos-01P1: PASSED' ELSE 'BasicStat-FT-FLCountPos-01P1: FAILED' END AS TestOutcome FROM ( SELECT FLCountPos(a.SerialVal * -0.0) AS CNTPos, COUNT(*) AS CNT FROM fzzlSerial a WHERE a.SerialVal <= 10) AS a; ---- Positive Test 2: Count of -1.0 * Value, Results should be 0 --- Compare query output with 0, if true then return "passed", otherwise, return "failed" SELECT a.CNTPos AS CNTPos, CASE WHEN a.CNTPos = 0 THEN 'BasicStat-FT-FLCountPos-01P2: PASSED' ELSE 'BasicStat-FT-FLCountPos-01P2: FAILED' END AS TestOutcome FROM ( SELECT FLCountPos(a.SerialVal * -1.0) AS CNTPos, COUNT(*) AS CNT FROM fzzlSerial a WHERE a.SerialVal <= 10) AS a; ---- Positive Test 3: Count of Value - 1e4, Results should be 100000 - 1e4 --- Compare query output with 100000 - 1e4, if true then return "passed", otherwise, return "failed" SELECT a.CNTPos AS CNTPos, CASE WHEN a.CNTPos = 100000 - 1e4 THEN 'BasicStat-FT-FLCountPos-01P3: PASSED' ELSE 'BasicStat-FT-FLCountPos-01P3: FAILED' END AS TestOutcome FROM ( SELECT FLCountPos(a.SerialVal - 1e4) AS CNTPos, COUNT(*) AS CNT FROM fzzlSerial a WHERE a.SerialVal <= 100000) AS a; ---- Positive Test 4: Multiple a very small number, Results should be 10 --- Compare query output with 10, if true then return "passed", otherwise, return "failed" SELECT a.CNTPos AS CNTPos, CASE WHEN a.CNTPos = 10 THEN 'BasicStat-FT-FLCountPos-01P4: PASSED' ELSE 'BasicStat-FT-FLCountPos-01P4: FAILED' END AS TestOutcome FROM ( SELECT FLCountPos(a.SerialVal * 1e-100) AS CNTPos, COUNT(*) AS CNT FROM fzzlSerial a WHERE a.SerialVal <= 10) AS a; ---- Positive Test 5: Multiple a very large number, Results should be 10 --- Compare query output with 10, if true then return "passed", otherwise, return "failed" SELECT a.CNTPos AS CNTPos, CASE WHEN a.CNTPos = 10 THEN 'BasicStat-FT-FLCountPos-01P5: PASSED' ELSE 'BasicStat-FT-FLCountPos-01P5: FAILED' END AS TestOutcome FROM ( SELECT FLCountPos(a.SerialVal * 1e100) AS CNTPos, COUNT(*) AS CNT FROM fzzlSerial a WHERE a.SerialVal <= 10) AS a; -- END: POSITIVE TEST(s) -- BEGIN: NEGATIVE TEST(s) ---- Negative Test 1: No data, should return 0 --- Compare query output with 0, if true then return "passed", otherwise, return "failed" SELECT a.CNTPos AS CNTPos, CASE WHEN a.CNTPos = 0 THEN 'BasicStat-FT-FLCountPos-01N1: PASSED' ELSE 'BasicStat-FT-FLCountPos-01N1: FAILED' END AS TestOutcome FROM ( SELECT FLCountPos(a.RandVal) AS CNTPos, COUNT(*) CNT FROM fzzlSerial a WHERE a.SerialVal <= -1) AS a; ---- Negative Test 2a: Invalid Data Type: Input VarChar --- Output error, FLCountPos doesn't not exist, Good SELECT FLCountPos(a.City) FROM tblCustData a; ---- Negative Test 2b: Invalid Data Type: Input VarChar --- Output error, FLCountPos doesn't not exist, Good SELECT FLCountPos(CAST (a.RandVal AS VARCHAR(30))), COUNT(*) FROM fzzlSerial a WHERE a.SerialVal <= 10; -- END: NEGATIVE TEST(s) \time -- END: TEST SCRIPT
bc6e48f81de882a2c2a61e78ca933e1b59342d8d
449d555969bfd7befe906877abab098c6e63a0e8
/2240/CH29/EX28.15/EX28_15.sce
60039dc02e08e37deb2594ea039b753a811bc01a
[]
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
EX28_15.sce
// Grob's Basic Electronics 11e // Chapter No. 28 // Example No. 28_15 clc;clear; // Calculate Ie and Vc // Given data Vee = 6; // Supply voltage at emitter=6 Volts Vcc = 15; // Supply voltage at collector=15 Volts Vbe = 0.7; // Base-Emmiter Voltage=0.7 Volts Rc = 1.5*10^3; // Collector resistance=1.5 kOhms Re = 1*10^3; // Emitter resistance=1 kOhms Ie = (Vee-Vbe)/Re; disp (Ie,'The Emitter current in Amps') disp ('i.e 5.3 mAmps') Ic = Ie; // Ic =~ Ie Vc = Vcc-Ic*Rc; disp (Vc,'The Collector voltage in Volts')
2e92c83286422bc4161a9faed5b17f53ec48fbaa
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.3.1/demos/lmitool/test.sci
3c244e2e770323feaec14f86a090b7edca9ded2d
[ "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
677
sci
test.sci
function [X]=test(A1,A2,Q1,Q2) // Generated by lmitool on Thu Feb 09 17:48:51 MET 1995 Mbound = 1e3; abstol = 1e-10; nu = 10; maxiters = 100; reltol = 1e-10; options=[Mbound,abstol,nu,maxiters,reltol]; ///////////DEFINE INITIAL GUESS AND PRELIMINARY CALCULATIONS BELOW X_init=zeros(A1) /////////// XLIST0=list(X_init) XLIST=lmisolver(XLIST0,test_eval,options) [X]=XLIST(:) /////////////////EVALUATION FUNCTION//////////////////////////// function [LME,LMI,OBJ]=test_eval(XLIST) [X]=XLIST(:) /////////////////DEFINE LME, LMI and OBJ BELOW LME=X-diag(diag(X)) LMI=list(-(A1'*X+X*A1+Q1),-(A2'*X+X*A2+Q2)) OBJ=-trace(X)
8081e503d73311efbac4de7764c72ccaaa181ab9
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/arhnk.man.tst
e5c643ff7cc3405906fa0107c5d72f8a58e110c9
[ "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
171
tst
arhnk.man.tst
clear;lines(0); A=diag([-1,-2,-3,-4,-5]);B=rand(5,1);C=rand(1,5); sl=syslin('c',A,B,C); slapprox=arhnk(sl,2); [nk,W]=hankelsv(sl);nk [nkred,Wred]=hankelsv(slapprox);nkred
046c549e093a95fc95fd8a0b454f452203fc0062
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/FS03.prev.tst
f2116e11492ba10ba155dea9317babf4d9663c5d
[ "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
1,160
tst
FS03.prev.tst
start with [19,-3,-10,-18] [41,-6,-32,-33] <= [19,-3,-18,-10] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [145,-12,-81,-136] <= [41,-6,-33,-32] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [761,-24,-249,-752] <= [145,-12,-81,-136] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [4969,-48,-873,-4960] <= [761,-24,-249,-752] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [36041,-96,-3273,-36032] <= [4969,-48,-873,-4960] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [274825,-192,-12681,-274816] <= [36041,-96,-3273,-36032] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [2147081,-384,-49929,-2147072] <= [274825,-192,-12681,-274816] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [16975369,-768,-198153,-16975360] <= [2147081,-384,-49929,-2147072] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [135007241,-1536,-789513,-135007232] <= [16975369,-768,-198153,-16975360] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64 [1076893705,-3072,-3151881,-1076893696] <= [135007241,-1536,-789513,-135007232] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64
edb525a0c30cc10cd4a95150dc76c9ef852ffc7c
449d555969bfd7befe906877abab098c6e63a0e8
/1445/CH7/EX7.27/ch7_ex_27.sce
ed201edae54481654b7d45b69af7399b968bc13e
[]
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,845
sce
ch7_ex_27.sce
//CHAPTER 7- SINGLE PHASE TRANSFORMER //Example 27 disp("CHAPTER 7"); disp("EXAMPLE 27"); //VARIABLE INITIALIZATION va=200000; //apparent power v1=11000; //primary voltage in Volts v2=400; //secondary voltage in Volts f=50; //open circuit parameters V3=400; I3=9; W3=1500; // watts HT side //short circuit test Vsc=350; Isc=20; Wc=2100; // watts HT side // pf=0.8; //SOLUTION Voc=V3/sqrt(3); Io=9; Wi=W3/3; // watts HT side Pc=Wi; //core losses //open circuit phi0=acos(Wi/(Voc*Io)); Ic=Io*cos(phi0); Iphi=Io*sin(phi0); Rc=Voc/Ic; X=Voc/Iphi; disp("SOLUTION (a)"); disp(sprintf("The value of Ic is %f Amp",Ic)); disp(sprintf("The value of IΦ is %f Amp",Iphi)); disp(sprintf("The value of Rc is %f Ohm",Rc)); disp(sprintf("The value of X is %fΩ",X)); // //core loss resistance referred to hv side Rch=Rc*(v1/Voc)^2; XphiH=X*(v1/Voc)^2; disp(sprintf("The value of Rch is %f kΩ",Rch/1000)); disp(sprintf("The value of XΦh is %f KΩ",XphiH/1000)); //short circuit //first find rated current Isc=va/(3*v1); Psc=Wc/3; //ohmic loss per phase phisc=acos(Wc/(Vsc*Isc)); pf1=cos(phisc); R_e1=Psc/Isc^2; Z_e1=Vsc/Isc; X_e1=sqrt(Z_e1^2-R_e1^2); disp(sprintf("The value of Power factor is %f",pf1)); disp(sprintf("The value of Re1 is %f Ohm",R_e1)); disp(sprintf("The value of Ze1 is %f Ohm",Z_e1)); disp(sprintf("The value of Xe1 is %fΩ",X_e1)); // //efficiency at half load pf=1; //unity power factor Pout=(va/3)*(1/2)*pf; //core losses=Pc //cuLosses ohmic loss =Psc Pin=Pout+Pc+(1/2)^2*Psc; eff=Pout*100/Pin; disp(sprintf("The efficiency at half load is %f",eff)); disp(" "); // //END
bb594fde47cc8418218d1aa84547c1df15d9e7b8
449d555969bfd7befe906877abab098c6e63a0e8
/2783/CH11/EX11.8/Ex11_8.sce
dd046e7637a757c0bf65f0a6f51f94a6b938360b
[]
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
423
sce
Ex11_8.sce
clc //initialization of new variables clear S=3 //cm^2 m=15 //kg/s alpha2=68.5 //degrees r=0.3 //m w=1000 //RPM ma=100 //kg rho=1000 //kg/m^3 g=9.8 //m/s^2 //calculations S=S*10^-4 alpha2=alpha2*%pi/180 U=r*w*2*%pi/60 c2=m/(rho*S) cz=c2*cos(alpha2) beta2=atan((c2*sin(alpha2)-U)/cz) P=m*U*2*cz*tan(beta2) v=P/(ma*g) //results printf('beta_2 = %.1f degrees',beta2*180/%pi) printf('\n v = %.2f m/s',v)
828d7e56910ae106998c132d5faa616242a7879e
64647656adb5d4ff3cbb1147f2009fd55a598d27
/src/buildsrc.sce
e3854098b136ea4d945197a89670a0b422e26751
[]
no_license
esc0rpi0n/modbus-blocks
353ae5e5df9da7a6afc9bd5d264670b1e132e655
44664b3424e9b7b98fab0216676977fb7ad29544
refs/heads/master
2020-04-02T05:15:19.835714
2017-06-14T08:18:01
2017-06-14T08:18:01
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
460
sce
buildsrc.sce
names = ['mb_init_tcp',.. 'mb_init_rtu',.. 'mb_read',.. 'mb_write',.. 'mb_write2']; files = ['block_common.o',.. 'mb_common.o',.. 'mb_init_tcp.o',.. 'mb_init_rtu.o',.. 'mb_read.o',.. 'mb_write.o',.. 'mb_write2.o']; ldflags="-L. -lmodbus"; cflags="-DBLOCK_DEBUG"; ilib_for_link(names,files,[],'c',... 'Makelib','loader.sce','scsmodbus',ldflags,cflags);
3fdbbccfb1508c19dc475f0883065e80495fc53f
329a9d7505bd5be7e479daa3f2bd64b2e70a1f87
/01_filter_design.sce
ba3974cc8c762be7cd073a2567ab6b2791c17867
[]
no_license
ionagamed/iu-dsp-lab-04
37881d4d5c00de30ba7693e9b8a72d4cce233126
92fa12d3400d80171eff3b435a04a530b47a0a69
refs/heads/master
2022-04-15T14:55:07.834556
2020-04-15T18:26:31
2020-04-15T18:26:31
256,002,743
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,001
sce
01_filter_design.sce
%show_plots = 1 // Constants {{{1 ============================================================== Fs = 44100; // Investigation {{{1 ========================================================== signal = loadwave('./01_data/signal_with_low_freq_noise_2.wav'); signal = signal(1, :); if %show_plots then clf(); plot(signal); xs2png(0, './01_plots/01_source_signal.png'); end s_len = length(signal); frequencies = (0 : s_len - 1) / s_len * Fs; signal_freq = abs(fft(signal)); if %show_plots then clf(); plot2d('nl', frequencies, signal_freq, color('blue')); xs2png(0, './01_plots/02_source_frequencies.png'); end // FIR filter {{{1 ============================================================= // Band pass filter. Will let through frequencies from `low_freq` to `high_freq` // @param N integer length of cutoff filter // @param low_freq cutoff frequency portion for high pass // @param high_freq cutoff frequency portion for low pass // @param stop_value stop value for blocked frequencies function H = ideal_bandpass(N, low_freq, high_freq, stop_value) N = (N - modulo(N,2)) / 2; low_cutoff = 1 + floor(low_freq * 2 * N); // low_cutoff = 1 high_cutoff = N - floor(high_freq * 2 * N); // high_cutoff = N H = ones(1, N) * stop_value; H(low_cutoff : high_cutoff) = 1; H = [H flipdim(H, 2)]; // shifting the frequency response h_len = length(H); frequencies = (0 : h_len - 1) / h_len * Fs; shifts = %e ^ (%i * %pi * frequencies); H = H .* shifts; endfunction // Ns = [32, 256, 1024, 2048]; Ns = [1024]; // lps = [0.001, 0.005, 0.01, 0.05, 0.15]; lps = [0.005]; // hps = [0.15, 0.25, 0.30, 0.32, 0.4]; hps = [0.3]; for N = Ns for lp = lps for hp = hps filename_suffix = '_N' + string(N) + '_lp' + string(lp) + '_hp' + string(hp); H_b = ideal_bandpass(N, lp, hp, 0.); h_len = length(H_b); frequencies = (0 : h_len - 1) / h_len * Fs; if %show_plots then clf(); plot2d('nn', frequencies, H_b, color('blue')); xs2png(0, './01_plots/03_filter_frequencies' + filename_suffix + '.png'); end h_b = real(ifft(H_b)); h_b = h_b .* window('kr', length(h_b), 8); if %show_plots then clf(); plot2d('nn', 0:length(h_b)-1, h_b, color("blue")); xs2png(0, './01_plots/04_filter_plain' + filename_suffix + '.png'); end filtered = convol(h_b, signal); wavwrite(filtered, Fs, './01_data/filtered' + filename_suffix + '.wav'); if %show_plots then clf(); plot(filtered); xs2png(0, './01_plots/05_filtered_signal' + filename_suffix + '.png'); end f_len = length(filtered); frequencies = (0 : f_len - 1) / f_len * Fs; filtered_freq = abs(fft(filtered)); if %show_plots then clf(); plot2d('nl', frequencies, filtered_freq, color('blue')); xs2png(0, './01_plots/06_filtered_signal_freq' + filename_suffix + '.png'); end end end end // vim: set fdm=marker:
396a54f17fd375a7a1dc3e23579c2fab9f6615fb
449d555969bfd7befe906877abab098c6e63a0e8
/629/CH10/EX10.2/example10_2.sce
1b824367f07b4c4215590ea73dfef4b296c8ad2c
[]
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
376
sce
example10_2.sce
clear clc //Example 10.2 HEAD LOSS FOR LAMINAR FLOW g=9.81; //[m/s^2] L=100; //[m] D=0.15; //diameter[m] A=%pi*D^2/4 //area[m^2] Q=0.02 ;//[m^3/s] v=6*10^-4; //[m^2/s] V=Q/A //[m/s] //Reynolds number Re=V*D/v //Re<2000, the flow is laminar. //Head loss(laminar flow) hf=32*v*L*V/(g*D^2) //[m] printf("\nThe head loss per 100m length of the pipe = %.2f m.\n",hf)
071b355b8e210fe34a87641bd3767519cb39ad48
8ea401b354e99fe129b2961e8ee6f780dedb12bd
/sci_gateway/builder_gateway.sce
15ebba48ed90eda3b7c5343a3548517f0667cfc3
[ "BSD-2-Clause" ]
permissive
adityadhinavahi/SciPandas
91340ca30e7b4a0d76102a6622c97733a28923eb
b78b7571652acf527f877d9f1ce18115f327fa18
refs/heads/master
2022-12-20T04:04:35.984747
2020-08-19T16:10:51
2020-08-19T16:10:51
288,765,541
0
1
null
2020-08-19T15:35:04
2020-08-19T15:14:46
Python
UTF-8
Scilab
false
false
362
sce
builder_gateway.sce
function builder_gateway() sci_gateway_dir = get_absolute_file_path("builder_gateway.sce"); languages = ["cpp"]; tbx_builder_gateway_lang(languages,sci_gateway_dir); tbx_build_gateway_loader(languages,sci_gateway_dir); tbx_build_gateway_clean(languages,sci_gateway_dir); endfunction builder_gateway() clear builder_gateway;
c7efcb9118376201bde487c125df60a8054d780f
584105ff5b87869494a42f632079668e4c3f82de
/gg.sce
a11b6722e4ec19b2e4271d8cb51518ce910a48c4
[]
no_license
kevgeo/FOSSEE-Computer-Vision
0ceb1aafb800580498ea7d79982003714d88fb48
9ca5ceae56d11d81a178a9dafddc809238e412ba
refs/heads/master
2021-01-17T21:11:31.309967
2016-08-01T14:45:40
2016-08-01T14:45:40
63,127,286
6
0
null
null
null
null
UTF-8
Scilab
false
false
187
sce
gg.sce
if hasFrame(a) then frame = readFrame(a); disp(frame(1)); disp('------------------------'); disp(frame(2)); disp('------------------------'); disp(frame(3)); end
b442705d987f4d152cbfdc402dec5d363ebfb9e2
5f2ca8e18735204f5995ac7e44a6e301eb23ea0b
/scripts/sim/straight_level_f16.sce
9773d493e0bc31a9628d2e4887992d8c1629fedd
[]
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
2,085
sce
straight_level_f16.sce
exec('trim/trim_f16.sci'); exec('eqm/params_f16.sci'); params = load_f16(); params.xcg = .35; params.coordinated_turn = 0; params.turn_rate_rps = 0.0; params.roll_rate_rps = 0.0; params.pitch_rate_rps = 0.0; params.phi_rad = 0.0; params.gamma_rad = 0.0; params.stability_axis_roll = 0; params.VT_ftps = 200; params.alt_ft = 0; function y = costf16(x) y = cost_trim_f16(x,params); endfunction S0 = [ .0 //throttle 0-1 0.0 //elev_deg 0.0 //alpha_rad //0.0//ail_deg //0.0//rudder_deg //0.0//beta_rad ]; S = fminsearch(costf16, S0); X0 = [ params.VT_ftps //VT_fps S(3) //alpha_rad 0.0 //beta_rad 0.0 //phi_rad S(3) //theta_rad 0.0 //psi_rad 0.0 //p_rps 0.0 //q_rps 0.0 //r_rps 0.0 //north position ft 0.0 //east position ft params.alt_ft //alt_ft tgear(S(1)) //power_perc ]; controls.throttle = S(1); controls.elev_deg = S(2); controls.ail_deg = 0.0; controls.rudder_deg = 0.0; function xd = f16_model(t,X) [xd] = eqm(t, X, controls, params); endfunction function y = elev_step(t) if(t<=0.4) then y = S(2); elseif (t>0.4 && t<0.5) y = S(2);//(t-0.4); else y = S(2) + 0.1; end endfunction function y = ail_step(t) if(t<=0.4) then y = 0.0; elseif (t>0.4 && t<0.5) y = 0.0;//(t-0.4); else y = 0.1; end endfunction t = 0:0.1:5; //controls.elev_deg = elev_step; controls.ail_deg = ail_step; disp('Simulating...'); y = ode(X0, t(1), t, f16_model); disp('Calculating further outputs...'); nz_g = 0*t; nx_g = 0*t; nzs_g = 0*t; mach = 0*t; thrust_pound = 0*t; for i=1:length(t) [xd,outputs] = eqm(t(i), y(:,i), controls, params); nz_g(i) = outputs.nz_g; nx_g(i) = outputs.nx_g; nzs_g(i) = nx_g(i)*sin(y(2,i))+nz_g(i)*cos(y(2,i)); mach(i) = outputs.mach; thrust_pound(i) = outputs.thrust_pound*sin(y(5,i)); end
2832e6d72d8c37ac299d4efd1b03581a53633a50
449d555969bfd7befe906877abab098c6e63a0e8
/69/CH5/EX5.26/5_26.sce
4b4876cb037e7c355baca6c1c4a99cbc72ef66b8
[]
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
419
sce
5_26.sce
clear; clc; close; Vcc = 18; Veb1 = 0.7; Rb = 2*(10^(6)); Rc = 75; Beta1 = 140; Beta2 = 180; ri1 = 3*(10^(3)); Zb = ri1+(Beta1*Beta2*Rc); Zi = (Rb*Zb)/(Rb+Zb); disp(Zi,"Input impedance(Zi) :"); Ai = (Beta1*Beta2)*(Rb/(Rb+Zi)); disp(Ai,"Current gain(Ai) :"); Zo = ri1/(Beta1*Beta2); disp(Zo,"Output impedance(Zo) :"); Av = (Beta1*Beta2*Rc)/((Beta1*Beta2*Rc)+ri1); disp(Av,"volatge gain(Av) :");
fdcafa0a21854e38b4ce6f71c0ae9ab31a35cc38
9c56678e62b7b8200d1d54c7b1462db3010168c5
/scilab_proj/function5.sce
0ff6af212638c8332563a6adb01a9518145b8bee
[]
no_license
rajroshansharma/scilab_project
5a6b91215bd6d1c4abf652bb440dc6558b3ca607
b80d3dcb9eef67f0755e05adbef4a7fa3c333afa
refs/heads/master
2022-11-07T06:40:16.372703
2020-06-26T06:23:31
2020-06-26T06:23:31
275,082,037
0
0
null
null
null
null
UTF-8
Scilab
false
false
398
sce
function5.sce
//programm sums the list of a number. function s = sum(a) i = 1; s = 0; while i <= length(a) s = s + a(i); i = i + 1; end disp(s); endfunction //programm multiply the list of a number. function mul = multi(a) i = 1; mul = 1; while i <= length(a) mul = mul * a(i); i = i + 1; end disp(mul); endfunction
3f098a27b52f6380e56114a8e8e46d879db92ecd
1db0a7f58e484c067efa384b541cecee64d190ab
/macros/mag2db.sci
dc1af278eec7ce0602b0b183415fa4e1542d9084
[]
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
394
sci
mag2db.sci
//ydb = mag2db(y) expresses in decibels (dB) the magnitude measurements specified in y. //The relationship between magnitude and decibels is ydb = 20 log10(y). //Author //Debdeep Dey function [ydb] = mag2db(y) funcprot(0); ydb(find(abs(y)>0))= 20 * log10(y(find(abs(y)>0))); ydb(find(real(y)<0))=%nan; ydb(find(y==0))=-%inf; ydb=matrix(ydb,size(y)); endfunction
492ee6be5a65ee0b4af57e56a7ab8991f2e9d211
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH10/EX10.10/Ex10_10.sce
1d9d2e55197bc7655d90237724ca05a0f61c6430
[]
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
937
sce
Ex10_10.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //EX10_10.sce. clc; clear; sf=0.04; If=37.5; f=50; p=4; V=400; P_in_HP=25; z=2.8; P_in_watt=P_in_HP*735.5; Nf=((120*f)/p)*(1-sf); nf=Nf/60; Tf=P_in_watt/(2*%pi*nf); Isc_phase=V/z; Isc=sqrt(3)*Isc_phase; printf("\n (i) Using Direct switching") Ist=Isc; printf("\n \t The starting current=%3.2f A",Ist) Tst=(Isc/If)^2*sf*Tf; printf("\n \t The starting torque=%3.1f Nm \n",Tst) printf("\n (ii) Using Star delta connector") Ist=(1/3)*Isc; printf("\n \t The starting current=%3.2f A",Ist) Tst=(1/3)*(Isc/If)^2*sf*Tf; printf("\n \t The starting torque=%3.1f Nm \n",Tst) printf("\n (iii) Using auto transformer") k=0.7; Ist=k^2*Isc; printf("\n \t The starting current=%3.2f A",Ist) Tst=k^2*(Isc/If)^2*sf*Tf; printf("\n \t The starting torque=%3.1f Nm \n",Tst)
2bcf0fdd50efd5d8ac6ec4fdf87dc6c739563e48
449d555969bfd7befe906877abab098c6e63a0e8
/2507/CH10/EX10.5/Ex10_5.sce
a8235736d2fe9bb70338df96b610d79f4ca33052
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
474
sce
Ex10_5.sce
clc clear printf("Example 10.5 | Page number 352 \n\n"); //Find properties of water //Given data t = 50 //°C //temperature of water h = 209.31 //kJ/kg //Solution //From saturated property table p = 12.35 //kPa v = 0.001012 //m^3/kg u = h - p*v //kJ/kg s = 0.7037 //kJ/kg printf("Pressure = %.2f kPa\n",p) printf("Volume per kg water = %.6f m^3/kg\n",v) printf("Internal energy per kg water = %.1f kJ/kg\n",u) printf("Entropy per kg water = %.4f kJ/kgK",s)
cd6d0cdbcfa924054296285810eaeb5ed6df1558
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/zpkshift/test_10.sce
7c3a3eb7d3e9cfdfece08a598f08564d467cf2a8
[]
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
800
sce
test_10.sce
// Test #10 : For complex vector inputs exec('./zpkshift.sci',-1); [z,p,k,n,d]=zpkshift([6*%i,4*%i],[3.2*%i,9*%i],6,0.7,0.9); disp(d); disp(n); disp(k); disp(p); disp(z); // //Scilab Output //d=1. 0.3445765 0. //n=0. - 0.3445765 - 1. //k=5. //p=-0.5735053 - 0.3124803i // 0.2289288 + 0.4201605i // - 0.4348387 - 0.1798945i // 0.0902622 + 0.2181807i //z=-0.4790985 - 0.2267726i // 0.1345219 + 0.2842021i // - 0.5360377 - 0.2801702i // 0.1914611 + 0.3663144i // //Matlab Output //z= -0.4791 - 0.2268i // 0.1345 + 0.2842i // -0.5360 - 0.2802i // 0.1915 + 0.3663i //p= -0.5735 - 0.3125i // 0.2289 + 0.4202i // -0.4348 - 0.1799i // 0.0903 + 0.2182i //k=5 //n= 0 -0.3446 -1.0000 //d= 1.0000 0.3446 0
7116372f17e34ed184f1c21d7fda654dea0c399b
449d555969bfd7befe906877abab098c6e63a0e8
/896/CH2/EX2.18/18.sce
fcc28ed860e45176189e7100b9ce637fa4bbccb9
[]
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
256
sce
18.sce
clc //angle free surface makes with the horizontal in an accelerated body a=1;//ft/s^2 g=32.2;//ft/s^2 theta=atan(a/g);//radians theta=theta*180/%pi;//degrees disp("The angle made by free surface with the horizontal is") disp(theta) disp("degrees")
7ac46fd65d90f567f4bc3ed2232428648f1f1ff4
449d555969bfd7befe906877abab098c6e63a0e8
/3821/CH7/EX7.10/Example7_10.sce
168a0ce19140726b2d80bce1d7a72440d3a20846
[]
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
972
sce
Example7_10.sce
///Chapter No 7 Fluid Mechanics ///Example 7.10 Page No:119 /// Find Kinematic viscosity //Input data clc; clear; //import math A=120*10^-3; //Side of square plate in mm W=30; //Side weight in N du=3.75; //Uniform velocity in m/s theta=30; //Lubricated inclined plane making an angle in degree at horizontal dy=6*10^-3; //Thickness lubricating oil film in mm rho=800; //Lubricating oil film density in Kg/m**3 //Calculation sin30=0.5; F=W*sin30; //Component of force in N tau=(F/(A**2)); //Shear stress in Ns/m**2 mu=tau/(du/dy); //From Newton's law of Shear stress in Ns/m**2 V=(mu/rho)*10^3; //Kinematic viscosity in m**2/s ///Output printf('Component of force=%f N \n ',F); printf('Shear stress=%f Ns/m^2 \n ',tau); printf('From Newtons law of Shear stress=%f Ns/m^2 \n ',mu); printf('Kinematic viscosity= %f m^2/s \n ',V);
3f52ebc436fa8b1d2082fa98bcbaefc45bc8d673
449d555969bfd7befe906877abab098c6e63a0e8
/2084/CH6/EX6.3/6_3.sce
9dbfce7e4803153435510a36aa0ff78a1c69b790
[]
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
657
sce
6_3.sce
//developed in windows XP operating system 32bit //platform Scilab 5.4.1 clc;clear; //example 6.3 //calculation of the force of friction exerted by the horse and condition of boy for sliding back //given data M=30//mass(in kg) of the boy a=2//average acceleration(in m/s^2) of the horse g=10//gravitational acceleration(in m/s^2) of the earth //calculation fs=M*a//Newton's second law musmax=fs/(M*g)//equation of static friction printf('the force of friction exerted by the horse on the boy is %3.2f N',fs) printf('\nfor the boy sliding back during acceleration, the value of coefficient of static friction is less than %3.2f ',musmax)
d78b0c7326e1c1aa0a9ed20c2698bc83d0239e89
449d555969bfd7befe906877abab098c6e63a0e8
/1073/CH5/EX5.21/5_21.sce
c8b7ff5c5fa54b3190f4d380e349019365c7072e
[]
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,662
sce
5_21.sce
clc; clear; //Example 5.21 mc_dot=3.783; //Cold water flow rate[kg/s] mh_dot=1.892; //Hot water flow rate [kg/s] Cpc=4.18; //Sp heat of cold water [kJ/(kg.K)] T1=367; //[K] t2=328; //[K] t1=311; //[K] Cph=4.18; //Specific heat of hot water [kJ/(kg.K)] rho=1000; //Density [kg/m^3] D=0.019; //Diameter of tube in [m] U=1450 ; //Overal heat transfer coefficient in [W/sq m.K] T2=T1-mc_dot*Cpc*(t2-t1)/(mh_dot*Cph) //[K] Q=mc_dot*Cpc*(t2-t1) //[kJ/s] Q=Q*1000 //[W] //For counterflow heat exchanger dT1=T1-t2 //[K] dT2=17; //[K] dTlm=(dT1-dT2)/log(dT1/dT2) //[K] lmtd=dTlm //LMTD Ft=0.88 //LMTD correction factor A=Q/(U*dTlm) //[sq m] u=0.366; //Velocity through tubes[ms^-1] Ai=mc_dot/(rho*u) //Total flow Area in [sq m] n=Ai/((%pi/4)*(D^2)) //No. of tubes L=1 //Per m length[m] sa=%pi*D*L //S.S per tube per 1 m length L=A/(n*%pi*D) //Length of tubes in [m] printf("\nThe length is more than allowable 2.44 m length,so we must use more than one tube \n"); //For 2passes on the tube side A=Q/(U*Ft*lmtd) //[sq m] L=A/(2*n*%pi*D) //Length in [m] printf("\n This length is within 2.44 m requirement,so the design choice is \n\n"); printf("\nType of heat exchanger : 1-2 Shell and tube heat exchanger\n") printf("\nNo of tubes per pass= %d\n",round(n)); printf("\nLength of tube per pass=%f m\n ",L);
c371d114245dd055f9b85a34bcc56bcdf39bffbe
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/JV32ADW/ATWM1_Working_Memory_MEG_JV32ADW_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce
4f9ef31ae4b2c57a81466b156258e3f4d11130b4
[]
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,597
sce
ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_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; 43 62 292 292 399 125 1792 2992 2592 fixation_cross gabor_003 gabor_161 gabor_089 gabor_042 gabor_003_alt gabor_161 gabor_089 gabor_042_alt "1_1_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_003_161_089_042_target_position_2_3_retrieval_position_2" gabor_circ gabor_161_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_1_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_161_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_062 gabor_091 gabor_151 gabor_033 gabor_062_alt gabor_091_alt gabor_151 gabor_033 "1_2_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_062_091_151_033_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_172_framed blank blank blank blank fixation_cross_target_position_3_4 "1_2_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_003 gabor_175 gabor_065 gabor_087 gabor_003 gabor_175_alt gabor_065_alt gabor_087 "1_3_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_003_175_065_087_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_087_framed blank blank blank blank fixation_cross_target_position_1_4 "1_3_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_159 gabor_018 gabor_179 gabor_098 gabor_159_alt gabor_018_alt gabor_179 gabor_098 "1_4_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_159_018_179_098_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_179_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_4_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 1992 fixation_cross gabor_143 gabor_003 gabor_109 gabor_126 gabor_143_alt gabor_003_alt gabor_109 gabor_126 "1_5_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_143_003_109_126_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_109_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_5_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_109_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2242 2992 2092 fixation_cross gabor_134 gabor_167 gabor_048 gabor_102 gabor_134 gabor_167_alt gabor_048 gabor_102_alt "1_6_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2100_gabor_patch_orientation_134_167_048_102_target_position_1_3_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_6_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_118_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2292 fixation_cross gabor_134 gabor_028 gabor_001 gabor_091 gabor_134_alt gabor_028_alt gabor_001 gabor_091 "1_7_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_134_028_001_091_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_046_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_7_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 1942 fixation_cross gabor_059 gabor_079 gabor_033 gabor_165 gabor_059 gabor_079_alt gabor_033_alt gabor_165 "1_8_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_059_079_033_165_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_165_framed blank blank blank blank fixation_cross_target_position_1_4 "1_8_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_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; 43 62 292 292 399 125 1742 2992 2092 fixation_cross gabor_074 gabor_097 gabor_008 gabor_131 gabor_074 gabor_097_alt gabor_008 gabor_131_alt "1_9_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_074_097_008_131_target_position_1_3_retrieval_position_1" gabor_074_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_9_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_074_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2342 fixation_cross gabor_170 gabor_046 gabor_063 gabor_010 gabor_170 gabor_046 gabor_063_alt gabor_010_alt "1_10_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_170_046_063_010_target_position_1_2_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_10_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1792 2992 2192 fixation_cross gabor_110 gabor_150 gabor_040 gabor_089 gabor_110_alt gabor_150 gabor_040_alt gabor_089 "1_11_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_2200_gabor_patch_orientation_110_150_040_089_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_040_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_11_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_040_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_146 gabor_034 gabor_095 gabor_056 gabor_146_alt gabor_034 gabor_095 gabor_056_alt "1_12_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_146_034_095_056_target_position_2_3_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_12_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2542 fixation_cross gabor_090 gabor_063 gabor_174 gabor_143 gabor_090_alt gabor_063 gabor_174_alt gabor_143 "1_13_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_090_063_174_143_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_target_position_2_4 "1_13_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2242 fixation_cross gabor_088 gabor_016 gabor_148 gabor_178 gabor_088 gabor_016_alt gabor_148 gabor_178_alt "1_14_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_088_016_148_178_target_position_1_3_retrieval_position_1" gabor_088_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_094 gabor_008 gabor_070 gabor_113 gabor_094 gabor_008 gabor_070_alt gabor_113_alt "1_15_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_094_008_070_113_target_position_1_2_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_15_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2192 2992 2442 fixation_cross gabor_066 gabor_092 gabor_146 gabor_024 gabor_066_alt gabor_092 gabor_146_alt gabor_024 "1_16_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2450_gabor_patch_orientation_066_092_146_024_target_position_2_4_retrieval_position_1" gabor_066_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_16_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_066_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 1942 fixation_cross gabor_163 gabor_123 gabor_013 gabor_047 gabor_163_alt gabor_123 gabor_013_alt gabor_047 "1_17_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1950_gabor_patch_orientation_163_123_013_047_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_097_framed blank blank blank blank fixation_cross_target_position_2_4 "1_17_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_135 gabor_179 gabor_155 gabor_028 gabor_135 gabor_179_alt gabor_155 gabor_028_alt "1_18_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_135_179_155_028_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_18_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1892 2992 1942 fixation_cross gabor_068 gabor_013 gabor_174 gabor_047 gabor_068 gabor_013 gabor_174_alt gabor_047_alt "1_19_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_1950_gabor_patch_orientation_068_013_174_047_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_094_framed blank blank blank blank fixation_cross_target_position_1_2 "1_19_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_094_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 1942 fixation_cross gabor_133 gabor_111 gabor_087 gabor_028 gabor_133_alt gabor_111_alt gabor_087 gabor_028 "1_20_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_133_111_087_028_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_163_framed blank blank blank blank fixation_cross_target_position_3_4 "1_20_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_137 gabor_163 gabor_007 gabor_074 gabor_137_alt gabor_163 gabor_007_alt gabor_074 "1_21_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_137_163_007_074_target_position_2_4_retrieval_position_2" gabor_circ gabor_117_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_21_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_058 gabor_118 gabor_140 gabor_035 gabor_058 gabor_118 gabor_140_alt gabor_035_alt "1_22_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_058_118_140_035_target_position_1_2_retrieval_position_1" gabor_010_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_22_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_067 gabor_027 gabor_134 gabor_152 gabor_067 gabor_027_alt gabor_134_alt gabor_152 "1_23_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_067_027_134_152_target_position_1_4_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_23_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_175 gabor_057 gabor_032 gabor_141 gabor_175_alt gabor_057 gabor_032_alt gabor_141 "1_24_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_175_057_032_141_target_position_2_4_retrieval_position_2" gabor_circ gabor_057_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_24_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2342 fixation_cross gabor_124 gabor_177 gabor_067 gabor_147 gabor_124_alt gabor_177_alt gabor_067 gabor_147 "1_25_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_124_177_067_147_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_067_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_25_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2592 fixation_cross gabor_171 gabor_058 gabor_089 gabor_013 gabor_171 gabor_058_alt gabor_089 gabor_013_alt "1_26_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_171_058_089_013_target_position_1_3_retrieval_position_1" gabor_034_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_26_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_043 gabor_064 gabor_180 gabor_022 gabor_043_alt gabor_064 gabor_180_alt gabor_022 "1_27_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_043_064_180_022_target_position_2_4_retrieval_position_2" gabor_circ gabor_111_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_27_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_111_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2142 2992 2292 fixation_cross gabor_080 gabor_016 gabor_064 gabor_146 gabor_080 gabor_016_alt gabor_064 gabor_146_alt "1_28_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2300_gabor_patch_orientation_080_016_064_146_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_146_framed blank blank blank blank fixation_cross_target_position_1_3 "1_28_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 1892 fixation_cross gabor_113 gabor_008 gabor_150 gabor_042 gabor_113_alt gabor_008 gabor_150_alt gabor_042 "1_29_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_113_008_150_042_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_091_framed blank blank blank blank fixation_cross_target_position_2_4 "1_29_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_177 gabor_149 gabor_065 gabor_132 gabor_177_alt gabor_149 gabor_065 gabor_132_alt "1_30_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_177_149_065_132_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_019_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_30_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_059 gabor_025 gabor_133 gabor_089 gabor_059 gabor_025 gabor_133_alt gabor_089_alt "1_31_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_059_025_133_089_target_position_1_2_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_31_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_071 gabor_055 gabor_180 gabor_026 gabor_071 gabor_055 gabor_180_alt gabor_026_alt "1_32_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_071_055_180_026_target_position_1_2_retrieval_position_1" gabor_071_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_32_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1892 2992 2092 fixation_cross gabor_055 gabor_164 gabor_083 gabor_111 gabor_055_alt gabor_164_alt gabor_083 gabor_111 "1_33_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2100_gabor_patch_orientation_055_164_083_111_target_position_3_4_retrieval_position_1" gabor_055_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_33_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_055_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2392 fixation_cross gabor_017 gabor_167 gabor_148 gabor_040 gabor_017 gabor_167_alt gabor_148 gabor_040_alt "1_34_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_017_167_148_040_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_148_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_34_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2292 fixation_cross gabor_115 gabor_098 gabor_028 gabor_144 gabor_115_alt gabor_098 gabor_028 gabor_144_alt "1_35_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_115_098_028_144_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_075_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_35_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_128 gabor_067 gabor_019 gabor_096 gabor_128_alt gabor_067 gabor_019_alt gabor_096 "1_36_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_128_067_019_096_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_096_framed blank blank blank blank fixation_cross_target_position_2_4 "1_36_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1892 2992 2442 fixation_cross gabor_096 gabor_010 gabor_121 gabor_032 gabor_096_alt gabor_010_alt gabor_121 gabor_032 "1_37_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2450_gabor_patch_orientation_096_010_121_032_target_position_3_4_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_37_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_048_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2292 fixation_cross gabor_093 gabor_038 gabor_003 gabor_062 gabor_093_alt gabor_038 gabor_003 gabor_062_alt "1_38_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_093_038_003_062_target_position_2_3_retrieval_position_2" gabor_circ gabor_176_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_38_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 1992 fixation_cross gabor_172 gabor_142 gabor_091 gabor_004 gabor_172_alt gabor_142_alt gabor_091 gabor_004 "1_39_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_172_142_091_004_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_053_framed blank blank blank blank fixation_cross_target_position_3_4 "1_39_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2042 fixation_cross gabor_055 gabor_037 gabor_092 gabor_165 gabor_055_alt gabor_037_alt gabor_092 gabor_165 "1_40_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_055_037_092_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 "1_40_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_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; 43 62 292 292 399 125 2092 2992 2392 fixation_cross gabor_001 gabor_063 gabor_108 gabor_133 gabor_001 gabor_063 gabor_108_alt gabor_133_alt "1_41_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_001_063_108_133_target_position_1_2_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_41_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_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; 43 64 292 292 399 125 2042 2992 2242 fixation_cross gabor_145 gabor_113 gabor_007 gabor_033 gabor_145 gabor_113_alt gabor_007_alt gabor_033 "1_42_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2250_gabor_patch_orientation_145_113_007_033_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_007_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_42_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_007_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2192 2992 2192 fixation_cross gabor_121 gabor_005 gabor_162 gabor_091 gabor_121 gabor_005 gabor_162_alt gabor_091_alt "1_43_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_121_005_162_091_target_position_1_2_retrieval_position_1" gabor_073_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_43_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1992 2992 1992 fixation_cross gabor_168 gabor_010 gabor_086 gabor_057 gabor_168_alt gabor_010 gabor_086 gabor_057_alt "1_44_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2000_gabor_patch_orientation_168_010_086_057_target_position_2_3_retrieval_position_1" gabor_168_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_44_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_168_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 1942 fixation_cross gabor_046 gabor_068 gabor_085 gabor_018 gabor_046_alt gabor_068_alt gabor_085 gabor_018 "1_45_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_046_068_085_018_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_018_framed blank blank blank blank fixation_cross_target_position_3_4 "1_45_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_010 gabor_172 gabor_055 gabor_084 gabor_010_alt gabor_172_alt gabor_055 gabor_084 "1_46_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_010_172_055_084_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_100_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_46_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2142 fixation_cross gabor_124 gabor_084 gabor_015 gabor_050 gabor_124_alt gabor_084 gabor_015_alt gabor_050 "1_47_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2150_gabor_patch_orientation_124_084_015_050_target_position_2_4_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_47_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_085 gabor_103 gabor_137 gabor_163 gabor_085_alt gabor_103 gabor_137 gabor_163_alt "1_48_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_085_103_137_163_target_position_2_3_retrieval_position_2" gabor_circ gabor_053_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_48_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2542 fixation_cross gabor_167 gabor_138 gabor_088 gabor_009 gabor_167 gabor_138_alt gabor_088 gabor_009_alt "1_49_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2550_gabor_patch_orientation_167_138_088_009_target_position_1_3_retrieval_position_1" gabor_028_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_49_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_081 gabor_131 gabor_002 gabor_159 gabor_081_alt gabor_131 gabor_002_alt gabor_159 "1_50_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_081_131_002_159_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_021_framed blank blank blank blank fixation_cross_target_position_2_4 "1_50_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_162 gabor_095 gabor_028 gabor_010 gabor_162_alt gabor_095_alt gabor_028 gabor_010 "1_51_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_162_095_028_010_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_078_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_51_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_078_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2542 fixation_cross gabor_089 gabor_173 gabor_055 gabor_144 gabor_089_alt gabor_173 gabor_055 gabor_144_alt "1_52_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_089_173_055_144_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_52_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2142 2992 2542 fixation_cross gabor_004 gabor_115 gabor_085 gabor_026 gabor_004 gabor_115_alt gabor_085 gabor_026_alt "1_53_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2550_gabor_patch_orientation_004_115_085_026_target_position_1_3_retrieval_position_2" gabor_circ gabor_067_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_53_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_067_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2592 fixation_cross gabor_132 gabor_089 gabor_023 gabor_048 gabor_132 gabor_089_alt gabor_023 gabor_048_alt "1_54_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_132_089_023_048_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_158_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_54_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_164 gabor_136 gabor_080 gabor_097 gabor_164 gabor_136 gabor_080_alt gabor_097_alt "1_55_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_164_136_080_097_target_position_1_2_retrieval_position_1" gabor_164_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_55_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_037 gabor_010 gabor_124 gabor_156 gabor_037 gabor_010_alt gabor_124 gabor_156_alt "1_56_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_037_010_124_156_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_174_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_56_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_064 gabor_148 gabor_129 gabor_019 gabor_064 gabor_148_alt gabor_129_alt gabor_019 "1_57_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_064_148_129_019_target_position_1_4_retrieval_position_1" gabor_064_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_57_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1942 2992 2442 fixation_cross gabor_063 gabor_148 gabor_008 gabor_033 gabor_063_alt gabor_148_alt gabor_008 gabor_033 "1_58_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_2450_gabor_patch_orientation_063_148_008_033_target_position_3_4_retrieval_position_2" gabor_circ gabor_098_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_58_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_098_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2442 fixation_cross gabor_082 gabor_008 gabor_137 gabor_122 gabor_082_alt gabor_008 gabor_137_alt gabor_122 "1_59_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_082_008_137_122_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_122_framed blank blank blank blank fixation_cross_target_position_2_4 "1_59_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_094 gabor_138 gabor_162 gabor_111 gabor_094 gabor_138_alt gabor_162 gabor_111_alt "1_60_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_094_138_162_111_target_position_1_3_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_60_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2142 fixation_cross gabor_081 gabor_012 gabor_047 gabor_065 gabor_081_alt gabor_012 gabor_047 gabor_065_alt "1_61_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_081_012_047_065_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_047_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_61_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2492 fixation_cross gabor_102 gabor_135 gabor_079 gabor_028 gabor_102 gabor_135_alt gabor_079 gabor_028_alt "1_62_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_102_135_079_028_target_position_1_3_retrieval_position_1" gabor_102_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_62_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1842 2992 2342 fixation_cross gabor_093 gabor_065 gabor_129 gabor_008 gabor_093_alt gabor_065 gabor_129 gabor_008_alt "1_63_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2350_gabor_patch_orientation_093_065_129_008_target_position_2_3_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_63_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_093_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_049 gabor_097 gabor_022 gabor_007 gabor_049 gabor_097_alt gabor_022 gabor_007_alt "1_64_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_049_097_022_007_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_069_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_64_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2092 fixation_cross gabor_087 gabor_026 gabor_006 gabor_114 gabor_087_alt gabor_026_alt gabor_006 gabor_114 "1_65_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_087_026_006_114_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_051_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2042 fixation_cross gabor_142 gabor_096 gabor_166 gabor_055 gabor_142_alt gabor_096_alt gabor_166 gabor_055 "1_66_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_142_096_166_055_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_target_position_3_4 "1_66_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1792 2992 2242 fixation_cross gabor_016 gabor_055 gabor_144 gabor_034 gabor_016 gabor_055_alt gabor_144_alt gabor_034 "1_67_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_016_055_144_034_target_position_1_4_retrieval_position_2" gabor_circ gabor_104_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_67_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_104_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_143 gabor_089 gabor_060 gabor_179 gabor_143_alt gabor_089 gabor_060 gabor_179_alt "1_68_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_143_089_060_179_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_060_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_68_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2192 2992 2392 fixation_cross gabor_156 gabor_177 gabor_112 gabor_048 gabor_156_alt gabor_177_alt gabor_112 gabor_048 "1_69_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2400_gabor_patch_orientation_156_177_112_048_target_position_3_4_retrieval_position_2" gabor_circ gabor_130_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_69_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_130_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_144 gabor_011 gabor_062 gabor_123 gabor_144_alt gabor_011 gabor_062_alt gabor_123 "1_70_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_144_011_062_123_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_173_framed blank blank blank blank fixation_cross_target_position_2_4 "1_70_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_4" 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; };
047a1ffda1f89f249727ba2ffaa849a8191d1dd6
449d555969bfd7befe906877abab098c6e63a0e8
/98/CH18/EX18.15/example18_15.sce
f889343c76599933d30601de283a868844cda792
[]
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
569
sce
example18_15.sce
//Chapter 18 //Example 18_15 //Page 450 clear;clc; kv=11; mva=10; X0=%i*0.05; X1=%i*0.15; X2=%i*0.15; Er=1; I0=Er/(X0+X1+X2); I1=I0; I2=I0; Ir=3*I0; Ish=Er/X1; ratio=Ir/Ish; disp("Line to ground fault: "); printf("I1=I2=I0=j(%.2f) A \n", imag(I0)); printf("Fault current = j(%.2f) A \n\n", imag(Ir)); disp("Three phase fault: "); printf("Fault current = j(%.2f) A \n\n", imag(Ish)); printf("Ratio of two fault currents = %.3f A \n\n", ratio); printf("Thus single line to ground fault is %.3f times that due to dead short circuit on the 3 phases \n\n", ratio);
0c451ec21b2287d97c5c25aeda6197d25230fd47
69165603c344e2a16088029012ef8bfdd223e271
/dsp.sci
d07a034eb5c17d8079d1ea2839d57e7d8c380b9f
[]
no_license
Naradebla/DSP
9032c43a8321ed40fd353a5ffbfa398d84948290
6cdcdbbaac60293c07b1f9cc4dc722ff94ede830
refs/heads/master
2021-01-10T15:49:16.066081
2016-04-07T13:14:30
2016-04-07T13:14:30
55,554,894
0
0
null
null
null
null
UTF-8
Scilab
false
false
435
sci
dsp.sci
windw4 = scf(4); windw0 = scf(0); factor = 1/50 freqs = csvRead("DFT.csv") freqs(:,2) = freqs(:,2) * factor filter = csvRead("lowPass.csv") filtered = csvRead("filteredFreqs.csv") filtered(:,2) = filtered(:,2) * factor plot(freqs(:,1),freqs(:,2),'r') plot(filter(:,1),filter(:,2)) plot(filtered(:,1),filtered(:,2),'b') scf(windw4) in = csvRead("test.csv") out = csvRead("out.csv") plot(in(:,1),in(:,2),'r') plot(out(:,1),out(:,2),'b')
74518cc57910fbee79bb83bb9fbf9aae4d4b4657
449d555969bfd7befe906877abab098c6e63a0e8
/509/CH12/EX12.3/12_3.sci
a3f08ddd1e7ce7997c0fde6070c052fc2c497d73
[]
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,489
sci
12_3.sci
// Chapter 12 Example 3// clc clear // from data given in the question -->> diameter of each strand=d,number of layers=n// //diameter of conductor=D// d=6.30;// in mm// n=4; D=(2*n-1)*d/10;// divide by 10 to convert from mm to cm// printf("\n Total diameter of conductor = %.2f cm\n",D); //tensile strength=s,safety factor=sf,working stress=t// s=1250;// in kg// sf=5; t=s/sf; printf("\n Working stress is given by %.2f kg\n",t); // span length=l,weight of conductor=w,sag in stil air=d// l=200;// in m// w=0.4;// in kg/m // d=(w*l^2)/(8*t); printf("\n Sag in still air = %.2f m\n",d); // sag if conductor covered by ice// // weight of ice=wi,thickness of ice=ti,density of ice=pi// ti=0.5;// in cms// pi=915;// in kg/m^3 // wi=%pi*((D+ti)*10^-2*ti*10^-2)*pi;// to convert from cms to ms// wt=w+wi; d=(wt*l^2)/(8*t); printf("\n Total sag if conductor is covered by ice = %.2f m\n",d); // sag is conductor is covered by ice and in presence of wind pressure // // wind loading=ww,effective wind loadong=we,wind pressure=p// p=10*10^-2;// in kg/cm^2 // ww=(D+2*ti)*p; we=sqrt(ww^2+(w+wi)^2); printf("\n Effective Loading = %.3f kg/m\n",we); d=(we*l^2)/(8*t); printf("\n The total sag will be %.2f m\n",d); // angle at which sag acts=sa// sa=atand(ww/(wi+w)); printf("\n Angle at which sag acts is %.2f degrees to the vertical\n",sa); //vertical sag=d1// d1=d*cosd(sa); printf("\n Vertical sag = %.2f m\n",d1);
87598a2c8c8b0681c9e8c9c094ce6a04fea5161d
449d555969bfd7befe906877abab098c6e63a0e8
/773/CH3/EX3.16/3_16.sci
c3bc6686590a1d01c73576ee03bfd474023389f3
[]
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
338
sci
3_16.sci
//laplace// syms t s; x=6-4*%e^(-5*t)/5+%e^(-3*t) //Given step Response of the system printf("Derivative of step response gives impulse response \n") y=diff(x,t); //Derivative of step response printf("Laplace Transform of Impulse Response gives the Transfer Function \n ") p=laplace(y,t,s); disp(p,"Transfer Function=")
16e9f7cc1b743e9c128f3af1b0eb41caef4fd322
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/MP82VCF/ATWM1_Working_Memory_MRI_MP82VCF/ATWM1_Working_Memory_MRI_Salient_Cued_Run1.sce
102844124f2db824a28dd611d488b7912cf1f3c5
[]
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
12,442
sce
ATWM1_Working_Memory_MRI_Salient_Cued_Run1.sce
# ATWM1 MRI Experiment scenario = "ATWM1_Working_Memory_MRI_salient_cued_run1"; scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen #scenario_type = trials; 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 = 28; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; #write_codes=true; # for MEG only begin; #Picture definitions box { height = 300; width = 300; color = 0, 0, 0;} frame1; box { height = 290; width = 290; 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 = 290; width = 290; color = 128, 128, 128;} 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; # 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 = 9400; mri_pulse = 1; code = "BaselinePre"; #port_code = 1; }; TEMPLATE "ATWM1_Working_Memory_MRI.tem" { trigger_volume_encoding trigger_volume_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; 6 12 292 292 399 125 11543 2992 12342 fixation_cross gabor_089 gabor_062 gabor_145 gabor_004 gabor_089 gabor_062_alt gabor_145 gabor_004_alt "1_1_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_089_062_145_004_target_position_2_4_retrieval_position_2" gabor_circ gabor_111_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_1_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_111_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 20 25 292 292 399 125 9543 2992 12342 fixation_cross gabor_098 gabor_016 gabor_140 gabor_076 gabor_098 gabor_016 gabor_140_alt gabor_076_alt "1_2_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_098_016_140_076_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_076_framed blank blank blank blank fixation_cross_target_position_3_4 "1_2_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 33 38 292 292 399 125 9543 2992 12342 fixation_cross gabor_122 gabor_151 gabor_166 gabor_095 gabor_122_alt gabor_151 gabor_166_alt gabor_095 "1_3_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_122_151_166_095_target_position_1_3_retrieval_position_1" gabor_122_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_3_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 46 51 292 292 399 125 9543 2992 12342 fixation_cross gabor_159 gabor_176 gabor_110 gabor_040 gabor_159 gabor_176_alt gabor_110 gabor_040_alt "1_4_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_159_176_110_040_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_086_framed blank blank blank blank fixation_cross_target_position_2_4 "1_4_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 59 64 292 292 399 125 9543 2992 12342 fixation_cross gabor_168 gabor_112 gabor_145 gabor_035 gabor_168_alt gabor_112 gabor_145_alt gabor_035 "1_5_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_168_112_145_035_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_145_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_5_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 72 77 292 292 399 125 9543 2992 14342 fixation_cross gabor_060 gabor_100 gabor_121 gabor_180 gabor_060 gabor_100_alt gabor_121_alt gabor_180 "1_6_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_060_100_121_180_target_position_2_3_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_6_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 86 92 292 292 399 125 11543 2992 14342 fixation_cross gabor_157 gabor_029 gabor_099 gabor_135 gabor_157_alt gabor_029_alt gabor_099 gabor_135 "1_7_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_157_029_099_135_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_049_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_7_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_049_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 101 107 292 292 399 125 11543 2992 14342 fixation_cross gabor_094 gabor_157 gabor_004 gabor_073 gabor_094_alt gabor_157_alt gabor_004 gabor_073 "1_8_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_094_157_004_073_target_position_1_2_retrieval_position_2" gabor_circ gabor_157_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_8_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_157_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 116 121 292 292 399 125 9543 2992 14342 fixation_cross gabor_084 gabor_143 gabor_030 gabor_105 gabor_084_alt gabor_143 gabor_030 gabor_105_alt "1_9_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_084_143_030_105_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_056_framed blank blank blank blank fixation_cross_target_position_1_4 "1_9_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 130 135 292 292 399 125 9543 2992 12342 fixation_cross gabor_097 gabor_147 gabor_024 gabor_174 gabor_097_alt gabor_147 gabor_024 gabor_174_alt "1_10_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_097_147_024_174_target_position_1_4_retrieval_position_2" gabor_circ gabor_147_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_10_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_147_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 143 149 292 292 399 125 11543 2992 12342 fixation_cross gabor_060 gabor_167 gabor_085 gabor_130 gabor_060_alt gabor_167_alt gabor_085 gabor_130 "1_11_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_060_167_085_130_target_position_1_2_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_11_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 157 163 292 292 399 125 11543 2992 14342 fixation_cross gabor_061 gabor_171 gabor_105 gabor_045 gabor_061_alt gabor_171 gabor_105 gabor_045_alt "1_12_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_061_171_105_045_target_position_1_4_retrieval_position_1" gabor_061_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_12_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_061_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 172 178 292 292 399 125 11543 2992 14342 fixation_cross gabor_105 gabor_084 gabor_157 gabor_126 gabor_105 gabor_084_alt gabor_157_alt gabor_126 "1_13_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_105_084_157_126_target_position_2_3_retrieval_position_2" gabor_circ gabor_036_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_13_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_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; 187 193 292 292 399 125 11543 2992 14342 fixation_cross gabor_065 gabor_151 gabor_174 gabor_093 gabor_065_alt gabor_151_alt gabor_174 gabor_093 "1_14_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_065_151_174_093_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_174_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_14_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_174_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 202 207 292 292 399 125 9543 2992 14342 fixation_cross gabor_118 gabor_173 gabor_093 gabor_158 gabor_118_alt gabor_173_alt gabor_093 gabor_158 "1_15_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_118_173_093_158_target_position_1_2_retrieval_position_2" gabor_circ gabor_173_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_15_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_2" 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 = 20600; code = "BaselinePost"; #port_code = 2; };
9366d6c818da7f7b0e9b4412711c72e67f30f34a
449d555969bfd7befe906877abab098c6e63a0e8
/3764/CH6/EX6.6/Ex6_6.sce
d2bad348ccd22babdcca91db19afae702f2aa1fc
[]
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
806
sce
Ex6_6.sce
clc // // //Variable declaration V=2.5 // Force(kips) b=4 // Distance(in) t=0.15 // Thickness(in) h=6 // Height(in) //Calculation tB=(6*V*b)/((t*h)*(6.0*b+h)) // Horizontal shearing stress(ksi) tMAX=(3*(V)*(4*b+h))/(2.0*t*h*(6.0*b+h)) // Shearing stress in web(ksi) // Result printf("\n Shearing stress in flanges = %0.3f ksi' ,tB) printf("\n Shearing stress in web = %0.3f ksi' ,tMAX)
e49618fa21fda1e7495ac42eea19ea4f8575f2dd
449d555969bfd7befe906877abab098c6e63a0e8
/2063/CH9/EX9.9/9_9.sce
05a918e96836a33cb677b243c4c95e8eb43a611a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
460
sce
9_9.sce
clc clear //Input data m=2;//Mass of air delivered per second in kg P1=1;//Initial pressure of a single stage compressor in bar T1=293;//Initial temperature in K P2=7;//Final pressure in bar n=1.4;//Polytropic index R=287;//Gas constant in J/kg K //Calculations W=((n/(n-1))*m*R*T1*(((P2/P1)^((n-1)/n))-1))/(60*1000);//Work done by compressor in kW //Output printf('Power required to compress and deliver 2kg of air per minute is %3.3f kW',W)
b83c9cce37d768c81ac75e46e7047b141e7e1c59
449d555969bfd7befe906877abab098c6e63a0e8
/2339/CH3/EX3.17.1/Ex3_17.sce
3ceec93cc405cb3d30d55a384df9defdb010f62a
[]
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
596
sce
Ex3_17.sce
clc clear //Inputs //The Values in the program are as follows: //Temperature in Celcius converted to Kelvin(by adding 273) //Pressure in bar converted to kPa (by multiplying 100) //Volume in m^3 //Value of R,Cp and Cv in kJ/kg K P1=1.5; V1=3; T1=27+273; P2=30; T2=60+273; R=0.287; m1=(P1*100*V1)/(R*T1); m2=(P2*100*V1)/(R*T2); m=m2-m1; printf('The mass pumped: %2.2f kg',m); printf('\n'); V=(m*R*(17+273))/(1*100); printf('Volume: %2.2f m^3',V); printf('\n'); T3=27+273; P3=(T3*P2)/T2; printf('Final air pressure in the vessel: %2.2f bar',P3); printf('\n');
2ea2bc39460de24ceafbb93d61aa412928510eef
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/sci2blif/sci2blif_added_blocks/div2.sce
d7da770e37b49f9a67fc74a38ac05bed5cd3fc6b
[]
no_license
jhasler/rasp30
9a7c2431d56c879a18b50c2d43e487d413ceccb0
3612de44eaa10babd7298d2e0a7cddf4a4b761f6
refs/heads/master
2023-05-25T08:21:31.003675
2023-05-11T16:19:59
2023-05-11T16:19:59
62,917,238
3
3
null
null
null
null
UTF-8
Scilab
false
false
1,497
sce
div2.sce
//************************** Div BY 2 ********************************** if (blk_name.entries(bl) =='div2') then disp(scs_m.objs(bl).model.opar(1)) cd(vpr_path); //********************************** //Writing supporting list file //********************************** blname = blk_name.entries(bl); blkin = length(scs_m.objs(blk(bl,1)).model.in); blkout = length(scs_m.objs(blk(bl,1)).model.out); prime_ipnet='inputs'; for s=2:(1+blkin) prime_ipnet=prime_ipnet+' '+string(blk(bl,s))+'_1'; end prime_opnet='outputs' for s=(2+numofip): (1+numofip+blkout) prime_opnet=prime_opnet+' '+string(blk(bl,s))+'_1'; end fd_w2= mopen (blname+'_list.txt','wt') mputl(strcat(["obj"," ",fname]) ,fd_w2); mputl('numips '+string(blkin),fd_w2); mputl('numops '+string(blkout),fd_w2); mputl(prime_ipnet,fd_w2); mputl(prime_opnet,fd_w2); mclose(fd_w2); unix_w(' perl /home/ubuntu/rasp30/vtr_release/vtr_flow/scripts/run_vtr_flow.pl '+ scs_m.objs(bl).model.opar(1) +' /home/ubuntu/rasp30/vtr_release/vpr/ARCH/arch.xml -ending_stage scripts -no_mem'); ///home/ubuntu/rasp30/vpr2swcs/arch/rasp3_arch.xml unix_w('pwd ') ; unix_w('cp temp/'+blname+'.pre-vpr.blif ./'+blname+ '.blif -rf'); unix_g('pwd ') ; unix_g('bash genblif.sh '+ blname) ; unix_g('cp '+ blname +'.blif '+path) cd(path) fext=fname+'.blif' unix_g('cat '+blname +'.blif >> '+fext); //end;//elseif div2 end
2360b35c638756c0b068620c25c53440f4fb3fb9
83f47a817d75661892214724c5c0945dd18cf7b4
/data/mockup_test.tst
a7b539dca49bc58ac75b3baf46e51ba4dc01fa3d
[]
no_license
twestpha/NoodleNetwork
fd660b4530528553152fc0fc182e2bd5161d50e1
de8dfeb102f7896b5e6ca102df602b8cc669b004
refs/heads/master
2020-04-17T20:06:47.905131
2016-09-29T15:20:51
2016-09-29T15:20:51
67,099,461
0
0
null
null
null
null
UTF-8
Scilab
false
false
94
tst
mockup_test.tst
# f(x) = x^2 # left of =, input # right of =, output 1.0 = 1.0 2.0 = 4.0 3.0 = 9.0 6.0 = 36.0
f939c8789701a738ec676bafb61febeb6d0db086
449d555969bfd7befe906877abab098c6e63a0e8
/3557/CH19/EX19.10/Ex19_10.sce
5f5d5b5cce800ce42c6c66b09f7a131c518d99dd
[]
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
351
sce
Ex19_10.sce
//Example19.10// k=45*10^-3;// wear coefficient P=50;//Kg //Kilograms //Load x=5;//mm //millimeter //distance H=235;//kg/mm^2 //hardness of the surface being worn away V=(k*P*x)/(3*H) mprintf("V = %f mm^3",V) //As the volume of a hemisphere is (1/12)*pi*d^3 a=12; //volume of hemisphere d=nthroot(((a*V)/%pi),3) mprintf("\nd = %f mm ",d)
245dfd9733bd4406fdd84e39c2d7bdb71bf4e48d
449d555969bfd7befe906877abab098c6e63a0e8
/3808/CH3/EX3.2/Ex3_2.sce
23ee5ab2ce17b911acb360eec7e372dc22546425
[]
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
508
sce
Ex3_2.sce
//Chapter 03: Algorithms clc; clear; //Linear Search is also known as Sequential Search function []= linearsearch (a ,n , ie ) i =1; j =0; for i =1: n if ( arr(i) == ie ) printf ( "\nElement:%d found at position %d\n " ,ie , i ) ; j =1; end end if ( j ==0) disp ( "Element Not Found!") ; end endfunction arr =[1 2 3 5 6 7 8 10 12 13 15 16 18 19 20 22] l=length(arr) disp (arr , " Given array:" ) ; linearsearch (arr ,l ,19) //Note:input format for function is (array,length,element to be searched)
f4623699ad871df9db0fcefddf689c6f6098ca52
6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee
/giarratano/SOURCE/TESTING/cnstrsn.tst
3e6c14c29b12c2af18f1e2f57550dc97c02bcb2a
[]
no_license
arranger1044/icse-1516
c40d2c86892cd90c14042a95581cbb0e238190fb
ee4bafb57bb549ef40e29b8edf8cdad038e97162
refs/heads/master
2020-12-24T19:04:01.588095
2016-05-31T07:46:47
2016-05-31T07:46:47
56,578,768
14
5
null
null
null
null
UTF-8
Scilab
false
false
299
tst
cnstrsn.tst
(unwatch all) (clear) (load "cnstrsn.clp") (dribble-on "cnstrsn.out") (batch "cnstrsn.bat") (dribble-off) (clear) (open "cnstrsn.rsl" cnstrsn "w") (load "compline.clp") (printout cnstrsn "cnstrsn.clp differences are as follows:" crlf) (compare-files cnstrsn.exp cnstrsn.out cnstrsn) (close cnstrsn)
e57afb60760191d5de96e0401a1aba3c1a9aee80
449d555969bfd7befe906877abab098c6e63a0e8
/800/DEPENDENCIES/2_5.sci
58f50a024e81a9cfb7ca223aade66fdf03c79541
[]
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
87
sci
2_5.sci
FA0 = 0.867; // mol/s rA = -(1/250); rA2 = -(1/800); X = 0.8; X1 = 0.4; X2 = 0.8
8c92ccf1abbce4baf2cb670a8be7b60c69cd372b
e0124ace5e8cdd9581e74c4e29f58b56f7f97611
/3899/CH2/EX2.4/Ex2_4.sci
6c19bde63d59b8cce6eb5d551bde5f12bed44c94
[]
no_license
psinalkar1988/Scilab-TBC-Uploads-1
159b750ddf97aad1119598b124c8ea6508966e40
ae4c2ff8cbc3acc5033a9904425bc362472e09a3
refs/heads/master
2021-09-25T22:44:08.781062
2018-10-26T06:57:45
2018-10-26T06:57:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,244
sci
Ex2_4.sci
clear all t=0:1/120:1 //part(a) y=7*sin(400*%pi*t) subplot(2,2,1) plot(t,y) a=gca(); //compairing with the standard form a*sin(w*t)we get the fundamental period.we get standard period is 1/200 disp('the fundamental period is 1/200') //part(c) y1=%e^(-%i*60*%pi*t) subplot(2,2,2); plot(t,y1); xlabel('t') ylabel('%e^(-%i*60*%pi*t)') a=gca(); //comparing with the standard form a*sin(w*t)we get the fundamental period.we get standard period is 1/30 disp('the fundamental period is 1/30') //part(d) y2=10*sin(12*%pi*t)+4*cos(18*%pi*t) subplot(2,2,3); plot(t,y2); xlabel('t') ylabel('10*sin(12*%pi*t)+4*cos(18*%pi*t)') a=gca(); //The fundamental peroid of first signal is 1/6 seconds and 2nd signal is 1/9 seconds .there GCD is 3 seconds //The fundamental period of overall function is 1/3 second. disp('The fundamental period of overall function is 1/3 second.') //part(e) y3=10*sin(12*%pi*t)+4*cos(18*t) subplot(2,2,4); plot(t,y3); xlabel('t') ylabel('10*sin(12*%pi*t)+4*cos(18*t)') a=gca(); //The fundamental peroid of first signal is 1/6 seconds and 2nd signal is pi/9 seconds. //The ratio of the two fundamental period is irrational.Hence signal is aperiodic. disp(' The function is aperiodic')
337f02ab885bce8b307f37e615afb8e00ae6d37c
449d555969bfd7befe906877abab098c6e63a0e8
/1646/CH11/EX11.9/Ch11Ex9.sce
9c2698c7d9cbac12a2106ed72e5c413161d77bed
[]
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
734
sce
Ch11Ex9.sce
// Scilab Code Ex11.9: Page-566 (2011) clc;clear; S = 2*4.186/60*1e+04;....// Solar constant, J/s/metre-square // From the poynting vector S = E*H C = 377;....// Wave Impedence, ohm E = sqrt(S*C); // Electric field of radiation, V/m H = E/C; // Magnetic field of radiation, A/m E0 = E*sqrt(2); // Amplitude of electric field of radiation, V/m H0 = H*sqrt(2); // Amplitude of magnetic field of radiation, A/m printf("\nThe amplitude of electric field of radiation = %6.1f V/m", E0); printf("\nThe amplitude of magnetic field of radiation = %5.3f V/m", H0); // Result // The amplitude of electric field of radiation = 1025.7 V/m // The amplitude of magnetic field of radiation = 2.721 V/m
22e02da5a2223a7fdd3dc34d372d116a4654644b
952f05b9b2293792559cddaf7ee402ccc22b0b8d
/icclim/test-cases/test-cases-read-the-docs/read-the-docs-example-02.tst
826beb8692dd0959052fcdb60382de88a8f94f1e
[ "Apache-2.0" ]
permissive
ptrgast/icclim
a5c768bde9f5ce0562ef8250262ca1d70213c461
1c43cc7fc5d779f04fb72361a80bde3b232a9580
refs/heads/master
2020-05-18T18:44:15.153378
2020-02-04T07:46:40
2020-02-04T07:46:40
184,594,303
0
0
NOASSERTION
2020-02-04T07:46:41
2019-05-02T14:19:16
Python
UTF-8
Scilab
false
false
265
tst
read-the-docs-example-02.tst
[Read-the-docs-example-2] # Read the docs - example 2 indice_name: ETR in_files: [['tasmax_day_MPI-ESM-LR_historical_r1i1p1_19900101-19991231.nc'], ['tasmin_day_MPI-ESM-LR_historical_r1i1p1_19900101-19991231.nc']] dt1: 1990-01-01 dt2: 1999-12-31 slice_mode: year
35b1d7c2eb6aa25f7dc48d413c51e9c4c7ca4283
449d555969bfd7befe906877abab098c6e63a0e8
/1752/CH3/EX3.12/exa3_12.sce
5066e9893f7a61592b6d0a61fe04c09af7d652b8
[]
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
479
sce
exa3_12.sce
//Exa 3.12 clc; clear; close; //given data k=30;// in W/mK h=100;// in W/m^2K T_infinite=300;// in degree C d=2*10^-2;// in m t=1*10^-3;// in m err=1;// in % of applied temperature difference // Formula m=sqrt(h*rho/(K*A)) and rho=%pi*d and A=%pi*d*t, putting value of rho and A m=sqrt(h/(k*t)); // From (T_L-T_infinite)/(T_0-T_infinite)= 1/100 = 1/cosh(m*L) L=acosh(100)/m;// in meter L=L*10^3;// in mm disp("Minimum length os pocket is : "+string(L)+" mm");
40c9c5a1879b4564ba13a0368a910daa5c569668
449d555969bfd7befe906877abab098c6e63a0e8
/1217/CH5/EX5.3/Exa5_3.sce
9c8c9220393e1b63a9fc8d1e8761bbdae4d51f6a
[]
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
197
sce
Exa5_3.sce
// Exa 5.3 clc; clear; close; // given data BETA=0.41;//unitless R=2.7;//in Kohm C=0.1;//in uF fo=1/(2*R*C*log((1+BETA)/(1-BETA)));//in KHz disp(fo,"Output signal frequency in Khz is ; ")
7f21067a36372a669dbbfa47360d5f143eb5bc6d
449d555969bfd7befe906877abab098c6e63a0e8
/3557/CH4/EX4.8/Ex4_8.sce
f77a3b3ecb9fac58c5b79254744e0fd84bbdd4b5
[]
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
279
sce
Ex4_8.sce
//Example 4.8// a=0.404;//nm //lattice parameter b=1;// lowest-angle d111=a/sqrt(b^2+b^2+b^2) mprintf("d111 = %f nm",d111) l=3.7*10^-3;//nm //nanometer c=2;//given thetha=asind(l/(c*d111)) mprintf("\nthetha = %f degree",thetha) t=2*thetha mprintf("\nt = %f degree",t)
ee0d43a511935e4daf62289745af062f7f28bbd9
449d555969bfd7befe906877abab098c6e63a0e8
/1052/CH22/EX22.16/2216.sce
4ee19b4881255a28fcf7e7057172d41dd60899e1
[]
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
933
sce
2216.sce
clc; //Example 22.16 //page no 317 printf("\n Example 22.16 page no 317\n\n"); //a power plant employs steam to generate power //adiabatic conditions z1=0//steam vertical position at inlet,ft z2=-20//steam vertical position at outlet,ft v1=120//steam velocity at inlet,ft/s v2=330//steam velocity at outlet,ft/s H1=1505.4//steam enthalpy at inlet H2=940//steam enthalpy at outlet Q=0//for adiabatic conditions g_c=32.174//grav .acc //applying energy equation W_s=-(z2/778) - v2^2/(2*g_c*778) - H2 +z1 + v1^2/(2*g_c*778) + H1//work extracted from system printf("\n work extracted from the system W_s=%f Btu/lb ",W_s); m_dot=450000//mass flow rate ,lb/h W_dot_s=m_dot*W_s//total power generated by the turbine printf("\n W_dot_s =%f Btu/h",W_dot_s);//approx calculation in book W_hp=W_dot_s*3.927e-4//power generated in horsepower hp printf("\n power generated W_hp=%f hp",W_hp);//approx calculation in book
eb434d0939fc73e835de39b39b005e691c0899ac
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH1/EX1.10/example1_10.sce
37d5604be896c1a5e37e49678634e9d0ab688524
[]
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
445
sce
example1_10.sce
clc // Given that d = 0.0001 // distance between two slits in meter Beta = 0.005 // width of the fringes formed in meter D = 1 // distance between slit and screen in meter // Sample Problem 10 on page no. 1.43 printf("\n # PROBLEM 10 # \n") lambda = (Beta * d) / D // calculation for wavelength of light = %e meter printf("\n Standard formula used \n lambda = (Beta * d) / D.\n") printf("\n Wavelength of light = %f A. ",lambda*1e10)
64957eec965bc872c7894d9af33bb0a9436d62d2
449d555969bfd7befe906877abab098c6e63a0e8
/1835/CH10/EX10.6/Ex10_6.sce
1015c4b0866361922225a519762cd36d2732c604
[]
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
988
sce
Ex10_6.sce
//CHAPTER 10 ILLUSRTATION 6 PAGE NO 272 //TITLE:Brakes and Dynamometers clc clear //=========================================================================================== //INPUT DATA d=0.5;//Drum diamter in m U=0.3;//Coefficient of friction q=250;//Angle of contact in degree P=750;//Force in N a=0.1;//Band width in m b=0.8;//Distance in m ft=(70*10^6);//Tensile stress in Pa f=(60*10^6);//Stress in Pa b1=0.1;//Distance in m T=exp(U*(q*(3.14/180)));//Tensions ratio T2=(P*b*10)/(T+1);//Tension in N T1=(T*T2);//Tension in N TB=(T1-T2)*(d/2);//Torque in N.m t=(max(T1,T2)/(ft*a))*1000;//Thickness in mm M=(P*b);//bending moment at fulcrum in Nm X=(M/((1/6)*f));//Value of th^2 //t varies from 10mm to 15 mm. Taking t=15mm, h=sqrt(X/(0.015))*1000;//Section of the lever in m printf('Torque required is %3.2f N.m \nThickness necessary to limit the tensile stress to 70 MPa is %3.3f mm \n Section of the lever taking stress to 60 MPa is %3.1f mm',TB,t,h)
96f852242a8dcf669b3aa1fe59db02279374402e
449d555969bfd7befe906877abab098c6e63a0e8
/2507/CH5/EX5.2/Ex5_2.sce
0afc9a1f87d025fdedef8d551157987048142316
[]
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
952
sce
Ex5_2.sce
clc clear printf("Example 5.2 | Page number 120 \n\n"); //Part (a) Find the change in enthalpy across turbine, if inlet velocity is negligible //Part (b) Find the change in enthalpy across turbine, if inlet velocity is 60m/s //Given Data m = 5000/3600 // kg/s // flow rate W_x = 550 // KJ/s //power developed by turbine Q = 0 //Heat loss is negligible //Solution //Part (a) printf("Part(a)\n\n") V1 = 0 // m/s //inlet velocity V2 = 360 // m/s //exit velocity g = 9.81 // m/s^2 delta_z = 0 //m //z2-z1 delta_h = ((Q-W_x)/m)-g*delta_z*.001-((V2^2-V1^2)/2000) //KJ/Kg //change in enthalpy printf("Change in enthalpy = %.2f KJ/kg\n",delta_h) //Part (a) printf("\nPart(b)\n\n") V1 = 60 // m/s //inlet velocity V2 = 360 // m/s //exit velocity g = 9.81 // m/s^2 delta_z = 0 //m //z2-z1 delta_h = ((Q-W_x)/m)-g*delta_z*.001-((V2^2-V1^2)/2000) //KJ/Kg //change in enthalpy printf("Change in enthalpy = %.2f KJ/kg\n",delta_h)
b86f2fbd286df07a031b12b716eb6ee4f8df5809
1b969fbb81566edd3ef2887c98b61d98b380afd4
/Rez/bivariate-lcmsr-post_mi/bfas_ea_bfa_mt_d/~BivLCM-SR-bfas_ea_bfa_mt_d-PLin-VLin.tst
cfed5ec1f0c0ca0a5f2d539f73be656df9d027e4
[]
no_license
psdlab/life-in-time-values-and-personality
35fbf5bbe4edd54b429a934caf289fbb0edfefee
7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e
refs/heads/master
2020-03-24T22:08:27.964205
2019-03-04T17:03:26
2019-03-04T17:03:26
143,070,821
1
0
null
null
null
null
UTF-8
Scilab
false
false
11,974
tst
~BivLCM-SR-bfas_ea_bfa_mt_d-PLin-VLin.tst
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM. ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 0.410192D+00 2 -0.594881D-02 0.298538D-02 3 -0.418965D-02 0.339572D-03 0.442730D+00 4 0.535329D-03 0.151182D-04 -0.583971D-02 0.373203D-02 5 0.441600D-03 0.239895D-04 0.632108D-03 0.124755D-03 0.428278D-02 6 0.293420D-04 0.347738D-04 0.536824D-03 -0.875918D-04 -0.656870D-04 7 -0.147865D-02 0.472849D-04 0.218205D-02 -0.201489D-03 0.276827D-03 8 -0.799944D-03 -0.253001D-04 -0.247362D-03 0.724071D-04 0.744089D-05 9 -0.459373D+00 0.966249D-02 -0.103067D+00 0.111147D-01 0.207074D+00 10 -0.110797D+00 -0.547491D-02 0.969322D-01 0.222795D-01 0.226707D+00 11 0.190178D+00 -0.122266D-01 -0.351301D+00 0.462141D-02 -0.124817D+00 12 -0.741277D-01 0.894243D-02 0.727284D+00 0.237252D-01 -0.397251D-01 13 -0.838990D-01 0.295374D-02 0.170866D+00 -0.692360D-02 0.264066D-02 14 0.222980D+00 -0.960234D-03 0.129426D+00 0.634272D-02 -0.425489D-03 15 -0.377982D+01 -0.793414D-02 0.151092D+00 0.385603D-01 -0.190200D+00 16 -0.355346D-02 -0.117895D-01 0.671077D-02 0.621508D-03 0.217305D-02 17 0.463733D-02 -0.105110D-04 -0.174866D-02 -0.547052D-03 -0.110957D-02 18 -0.866641D-01 0.828171D-01 0.340470D+00 0.163608D-01 0.111909D+00 19 0.694268D-01 -0.220437D-02 0.102724D+00 0.281661D-02 0.163944D-01 20 0.651522D+00 0.254313D-01 0.185595D+01 0.941487D-02 -0.297872D-01 21 -0.713466D-01 0.507478D-02 -0.126996D+00 0.290876D-02 -0.124134D-01 22 0.271761D-03 -0.692997D-03 0.135916D-02 -0.296908D-03 -0.923461D-03 23 0.144551D-01 0.208695D-02 -0.146160D-01 0.117805D-01 -0.466511D-03 24 -0.243314D-02 -0.240789D-03 0.172784D-02 -0.328878D-03 0.280085D-03 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 6 7 8 9 10 ________ ________ ________ ________ ________ 6 0.630129D-03 7 0.704015D-03 0.418235D-02 8 0.139549D-03 0.580291D-03 0.308613D-02 9 -0.341058D-01 -0.911509D-02 0.267531D-02 0.624734D+02 10 -0.128788D-01 0.203777D-01 0.691241D-02 0.113840D+02 0.239899D+02 11 0.219111D-01 -0.160924D-01 0.148246D-01 -0.888670D+01 -0.854680D+01 12 -0.285668D-01 0.364278D-02 0.814910D-01 0.104903D+02 0.779772D+00 13 0.467617D-01 0.142810D+00 0.263519D-01 -0.530628D+01 0.143359D+01 14 0.240348D-01 0.140262D+00 0.395638D+00 0.199312D+01 0.352803D+01 15 0.510970D-01 0.657009D-01 0.131387D-02 -0.188094D+02 -0.161055D+02 16 0.157879D-03 0.141335D-02 0.105592D-02 0.108162D+01 0.240657D+00 17 -0.243284D-03 -0.578414D-03 0.191585D-03 -0.176653D+00 -0.701204D-01 18 -0.478262D-01 -0.134121D+00 -0.289903D-03 0.153368D+02 0.759063D+01 19 -0.640126D-02 0.412321D-02 0.763665D-02 0.783083D+00 0.153852D+01 20 -0.201118D-01 -0.495088D-01 -0.347382D+00 -0.328004D+01 -0.441801D+01 21 0.569217D-02 -0.479960D-02 -0.111603D-01 -0.199337D+00 -0.124638D+01 22 0.623866D-05 -0.265589D-03 -0.182770D-04 -0.699526D-01 -0.716404D-01 23 0.210076D-03 0.125033D-02 -0.877986D-03 -0.787449D-01 0.197536D+00 24 -0.202607D-04 -0.292109D-03 0.176381D-03 0.226000D-01 0.118741D-01 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 11 12 13 14 15 ________ ________ ________ ________ ________ 11 0.540648D+02 12 -0.634954D+01 0.168672D+03 13 -0.122406D+01 -0.345274D+01 0.150668D+02 14 -0.354968D+01 0.923506D+01 0.623401D+01 0.114091D+03 15 0.126628D+02 -0.550824D+01 0.647704D+01 -0.219294D+01 0.472061D+03 16 -0.325061D+00 -0.240350D+00 0.472956D-01 0.428170D+00 0.225322D+01 17 0.254906D-01 0.496558D-01 -0.280224D-01 -0.213399D-01 -0.198825D+01 18 -0.283164D+01 0.248663D+01 -0.561441D+01 0.325762D+01 -0.480117D+02 19 -0.421435D+00 0.132557D+01 -0.374034D+00 0.767903D+00 0.499916D+00 20 -0.113801D+01 -0.258572D+02 -0.476453D+00 -0.726292D+02 0.650233D+02 21 0.358566D+00 -0.207317D+01 0.292463D+00 -0.108078D+01 -0.430840D+00 22 0.397356D-02 0.366994D-01 -0.194616D-01 -0.368009D-01 0.166855D+00 23 -0.663517D-01 0.122889D+01 0.165277D+00 -0.329275D+00 0.771453D+00 24 -0.666340D-02 -0.138923D+00 -0.368978D-01 -0.293128D-01 -0.241254D+00 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 16 17 18 19 20 ________ ________ ________ ________ ________ 16 0.760576D+00 17 -0.616942D-01 0.230661D-01 18 0.645419D+00 0.702861D-01 0.320916D+03 19 0.127200D-01 -0.248222D-02 0.308150D+01 0.557849D+01 20 0.865698D+00 -0.312620D+00 -0.298185D+02 0.655551D+00 0.558783D+03 21 0.118160D-01 -0.687324D-02 0.252845D+01 -0.519642D+01 -0.100915D+01 22 -0.435774D-02 0.358529D-03 -0.139348D+01 -0.197967D-01 0.210136D+00 23 0.233384D-01 -0.726044D-02 -0.711434D+00 -0.569786D-01 0.562148D+01 24 -0.778706D-02 0.878496D-03 0.219044D+00 0.244883D-02 -0.245464D+01 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 21 22 23 24 ________ ________ ________ ________ 21 0.678806D+01 22 -0.723480D-01 0.135859D-01 23 -0.141818D-04 0.104405D-01 0.860950D+00 24 0.157702D-01 -0.183586D-02 -0.781996D-01 0.257678D-01 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 1.000 2 -0.170 1.000 3 -0.010 0.009 1.000 4 0.014 0.005 -0.144 1.000 5 0.011 0.007 0.015 0.031 1.000 6 0.002 0.025 0.032 -0.057 -0.040 7 -0.036 0.013 0.051 -0.051 0.065 8 -0.022 -0.008 -0.007 0.021 0.002 9 -0.091 0.022 -0.020 0.023 0.400 10 -0.035 -0.020 0.030 0.074 0.707 11 0.040 -0.030 -0.072 0.010 -0.259 12 -0.009 0.013 0.084 0.030 -0.047 13 -0.034 0.014 0.066 -0.029 0.010 14 0.033 -0.002 0.018 0.010 -0.001 15 -0.272 -0.007 0.010 0.029 -0.134 16 -0.006 -0.247 0.012 0.012 0.038 17 0.048 -0.001 -0.017 -0.059 -0.112 18 -0.008 0.085 0.029 0.015 0.095 19 0.046 -0.017 0.065 0.020 0.106 20 0.043 0.020 0.118 0.007 -0.019 21 -0.043 0.036 -0.073 0.018 -0.073 22 0.004 -0.109 0.018 -0.042 -0.121 23 0.024 0.041 -0.024 0.208 -0.008 24 -0.024 -0.027 0.016 -0.034 0.027 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 6 7 8 9 10 ________ ________ ________ ________ ________ 6 1.000 7 0.434 1.000 8 0.100 0.162 1.000 9 -0.172 -0.018 0.006 1.000 10 -0.105 0.064 0.025 0.294 1.000 11 0.119 -0.034 0.036 -0.153 -0.237 12 -0.088 0.004 0.113 0.102 0.012 13 0.480 0.569 0.122 -0.173 0.075 14 0.090 0.203 0.667 0.024 0.067 15 0.094 0.047 0.001 -0.110 -0.151 16 0.007 0.025 0.022 0.157 0.056 17 -0.064 -0.059 0.023 -0.147 -0.094 18 -0.106 -0.116 0.000 0.108 0.087 19 -0.108 0.027 0.058 0.042 0.133 20 -0.034 -0.032 -0.265 -0.018 -0.038 21 0.087 -0.028 -0.077 -0.010 -0.098 22 0.002 -0.035 -0.003 -0.076 -0.125 23 0.009 0.021 -0.017 -0.011 0.043 24 -0.005 -0.028 0.020 0.018 0.015 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 11 12 13 14 15 ________ ________ ________ ________ ________ 11 1.000 12 -0.066 1.000 13 -0.043 -0.068 1.000 14 -0.045 0.067 0.150 1.000 15 0.079 -0.020 0.077 -0.009 1.000 16 -0.051 -0.021 0.014 0.046 0.119 17 0.023 0.025 -0.048 -0.013 -0.603 18 -0.021 0.011 -0.081 0.017 -0.123 19 -0.024 0.043 -0.041 0.030 0.010 20 -0.007 -0.084 -0.005 -0.288 0.127 21 0.019 -0.061 0.029 -0.039 -0.008 22 0.005 0.024 -0.043 -0.030 0.066 23 -0.010 0.102 0.046 -0.033 0.038 24 -0.006 -0.067 -0.059 -0.017 -0.069 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 16 17 18 19 20 ________ ________ ________ ________ ________ 16 1.000 17 -0.466 1.000 18 0.041 0.026 1.000 19 0.006 -0.007 0.073 1.000 20 0.042 -0.087 -0.070 0.012 1.000 21 0.005 -0.017 0.054 -0.844 -0.016 22 -0.043 0.020 -0.667 -0.072 0.076 23 0.029 -0.052 -0.043 -0.026 0.256 24 -0.056 0.036 0.076 0.006 -0.647 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 21 22 23 24 ________ ________ ________ ________ 21 1.000 22 -0.238 1.000 23 0.000 0.097 1.000 24 0.038 -0.098 -0.525 1.000
dee2ad080d61d9df8e12e6d3c627de74f00563f8
449d555969bfd7befe906877abab098c6e63a0e8
/2863/CH2/EX2.9/ex2_9.sce
2a27c7906144a002e018fd1be0fba45b95ced4c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
303
sce
ex2_9.sce
//chapter 2 //Etheta=60Im/r*(cos(pi/2cos(theta))/sin(theta)); //theta=90 //Pavg=Rrad*Irms^2; //Irms=Im/sqrt(2) printf("\n"); Im=100*10^-3; r=100 Etheta=(60*10^-3); H=(60*10^-3)/(120*(%pi)); Pavg=73*(10^-1/sqrt(2))^2;//Rrad=73ohm for half wave dipole printf("the average power is %gW",Pavg);
0e2ffdfb90a69d8c560216b586bdcc526334ef40
c3f30c57c194640b9ce943b27456d4d7bd7a6706
/exp6/arithmetic_mean.sce
a4c7907e0d8acd80b2dd2317007f56086c7b375b
[]
no_license
dikshitakambri/Image-Processing-Using-Scilab
af7d2f738c271edb0f12c9825b7a044233668f67
9cb0a7f2b0ac402c54bd297f28d578a2905c3da8
refs/heads/master
2023-04-18T00:11:42.093266
2021-04-27T08:23:52
2021-04-27T08:23:52
362,016,834
0
0
null
null
null
null
UTF-8
Scilab
false
false
717
sce
arithmetic_mean.sce
//Arithmetic Mean Filter // Dikshita Kambri 118A2044 clc; clear all; im = imread("C:\Users\hp\Documents\Image Processing-Scilab\Images\coins.png"); imng=imnoise(im,'gaussian',0,0.01); imng-double(imng); [r c]=size(imng); //zero pad the image imgpad=zeros (r+2,c+2); out=zeros(r,c); outp=zeros(r+2,c+2); rp=r+2; cp=c+2; imgpad(2:rp-1,2:cp-1)=imng; //a=Z //[rp cp]=size(imgpad); for i=2:rp-1 for j=2:cp-1 x=imgpad (i-1:i+1,j-1:j+1) outp(i,j)=sum(x)/9; end end out=outp(2:rp-1,2:cp-1); //subplot(1,3,1) figure (1) title('Original Image'); imshow(im); figure (2) //subplot(1,3,2) title('Noisy Image'); imshow(uint8(imng)); //subplot(1,3,3) figure(3) title('Output Image'); imshow(uint8(out));
478aca0d3efa889f3fccf00af9de35939d2f0ad7
449d555969bfd7befe906877abab098c6e63a0e8
/1553/CH7/EX7.7/7Ex7.sce
bc4e3775644320155c032b7dbcbff52d741ecf3c
[]
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
284
sce
7Ex7.sce
//chapter 7 Ex7 clc; close; //Let one number be x, tbhus other is 15-x; according to given conditions forming the polynomial p=x^2+(15-x)^2; solving it we get mycoeff=[56 -15 1]; p=poly(mycoeff,"x","coeff"); r=roots(p); printf("The two numbers are: %d and %d",r(1),r(2));
6674300bde1a7006fe0bd47b972d962a18cd7af7
9e6eab5e80d26dc7d85a966bc31a24a7fd8bad79
/readme.tst
62a7ecad6012ec01d6ba5f765cfa35fb1cc71aed
[]
no_license
jerry18007328601/jerry8023
7a6540fc3f188a653662cee0678e6cc3364657b0
41f756ef140993503b08a912f478f7ac565512bf
refs/heads/main
2023-04-01T23:21:53.424843
2021-04-07T08:57:19
2021-04-07T08:57:19
355,475,745
0
0
null
2021-04-07T08:51:41
2021-04-07T08:51:41
null
UTF-8
Scilab
false
false
56
tst
readme.tst
Haha HelloWorld 123456799999 123456788888 18007328601
e94f2fbbcdb87aad568310c965447f52a7703fdf
449d555969bfd7befe906877abab098c6e63a0e8
/1922/CH3/EX3.5/3_5.sce
5cf312f58e7a2fc33b26ef000dd1bf1bcda37aba
[]
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
996
sce
3_5.sce
clc clear //Initialization of variables R=8314.3 T=700 //K T2=437.5 //K T3=350 //K T4=T3 p2=0.552 //Mpa p1=2.758 //Mpa cp=29.3 R0=8.3 k=1.4 //calculations cv=cp-R0 Q1=-R*T*log(p2/p1) Q2=cv*(T2-T) dH2= cp*(T2-T) p3=p2*T3/T2 p3=0.345 Q3=cp*(T3-T2) dE3=cv*(T3-T2) W3=Q3-dE3 T5=T4*(p1/p3)^((k-1)/k) dH4= cp*(T5-T4) W4=-cv*(T5-T4) Q5= cp*(T-T5) dE5=cv*(T-T5) W5=Q5-dE5 //results disp("part a isothermal") printf("dH = 0, dE=0, Q= W = %d kJ/kmol",Q1/10^3) disp("part 2 isometric") printf("dH = %d kJ/kmol, W=0, Q= dE = %d kJ/kmol",dH2,Q2) disp("part 3 isobaric") printf("dE = %d kJ/kmol, W= %d kJ/kmol, Q= dH = %d kJ/kmol",dE3,W3,Q3) disp("part 4 adiabatic") printf("dH = %d kJ/kmol, W= -dE = %d kJ/kmol, Q= 0 kJ/kmol",dH4,W4) disp("part 5 isobaric") printf("dE = %d kJ/kmol, W= %d kJ/kmol, Q= dH = %d kJ/kmol",dE5,W5,Q5) disp("The graph cannot be plotted since volume axis values are not known. In the textbook it is randomly drawn to be of that shape.")
adebd8156f548b38e24aa5bc13bae9d675dc7d8a
23573b967e8324d44226379d70559b8f0ea34905
/code/fsolve/CatenaryCable_NLP.sce
1d44e94ffc18a3cd621f739da5a0fdb6fbe788df
[]
no_license
FOSSEE/FOT_Examples
91c8b8e9dc58545604b2c2af41a7e22f702b78f3
75947a7aa5a3955fe5a72e09f55bbdc05e3b8751
refs/heads/master
2020-03-22T09:00:48.306061
2018-07-24T04:49:25
2018-07-24T04:49:25
139,807,736
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,050
sce
CatenaryCable_NLP.sce
// This is an example problem for solving a non linear equation //Reference: Steven C. Chapra. 2006. Applied Numerical Methods with MATLAB for Engineers and Scientists. McGraw-Hill Science/Engineering/Math,Chapter 6 //A catenary cable is one which is hung between two points not in the same vertical line. As depicted in Fig. P6.17a, it is subject to no loads other than its own weight. Thus, its weight acts as a uniformload per unit length along the cable w (N/m). A free-body diagram of a section AB is depicted in Fig. P6.17b, where TA and TB are the tension forces at the end. Based on horizontal and vertical force balances, the following differential equation model of the cable can be derived in which calculus can be employed to solve the equation for the height of the cable y as a function of distance x: //y = (Ta/w)*cosh((w*x)/Ta) - y0 + (Ta/w) //(a) Use a numerical method to calculate a value for the parameter TA given values for the parameters w = 10 and y0 = 5, such that the cable has a height of y = 15 at x = 50. //(b) Develop a plot of y versus x for x = −50 to 100. //===================================================================== // Copyright (C) 2018 - IIT Bombay - FOSSEE // This file must be used under the terms of the CeCILL. // This source file is licensed as described in the file COPYING, which // you should have received as part of this distribution. The terms // are also available at // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt // Author: Remya Kommadath // Organization: FOSSEE, IIT Bombay // Email: toolbox@scilab.in //===================================================================== clc; function F = CatenaryCableEqn(Ta,x,w,y0,y) F = y - (Ta/w)*cosh((w.*x)/Ta) - y0 + (Ta/w); endfunction function df = deriv_CatenaryCableEqn(Ta) df = numderivative(CatenaryCableEqn,Ta) endfunction w = 10; y0 = 5; y = 15; x = 50; Ta = 300; Tol = 1.e-16; [Ta_sol,v,info] = fsolve(Ta,list(CatenaryCableEqn,x,w,y0,y),deriv_CatenaryCableEqn,Tol); select info case 0 mprintf('improper input parameters'); case 1 mprintf('Algorithm estimates that the relative error between x and the solution is at most tol'); case 2 mprintf('Number of calls to fcn reached'); case 3 mprintf('tol is too small. No further improvement in the approximate solution x is possible'); else mprintf('Iteration is not making good progress'); end disp(Ta_sol,'Obtained solution is ') input('Press enter to identify the effect of initial guess values on the optimal solution ') Ta = -200:60:400; nTa = length(Ta); for i = 1:nTa [CurrentTa_sol(i),v,info] = fsolve(Ta(i),list(CatenaryCableEqn,x,w,y0,y),deriv_CatenaryCableEqn,Tol); end disp([Ta' CurrentTa_sol],'The solution corresponding to different initial guess values') input("Press enter to proceed ") mprintf('The variation of y as the the values of x varies from -50 to 100 is plotted \n') x = 10:10:100; y = (Ta_sol/w)*cosh((w.*x)/Ta_sol) + y0 - (Ta_sol/w) plot(x,y,'r*') xlabel("x", "fontsize", 5); ylabel("y", "fontsize", 5)
4f6dae8c40201da6287abdded631eabd7852ac2f
449d555969bfd7befe906877abab098c6e63a0e8
/1808/CH2/EX2.13/Chapter2_Example13.sce
cdfe7f236f03c2544232025cc08888249d1cfc83
[]
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
558
sce
Chapter2_Example13.sce
clc clear //INPUT DATA p=50;//Power output in kW m=0.05;//mass flow rate in kg/s //C8H18 +2*12.5 O2 +2*12.5*3.76 N2= 8 CO2 +9 H2O +12.5 O2 +99N2 ;//Rate of heat transfer from the engine in kJ/kmol //Qcv+x1=x2+Wcv ;//rate of heat transfer x1=-249952;//inlet heat transfer in kJ/kmol x2=-2415445.5;//exit heat transfer in kJ/kmol //CALCULATIONS Wcv=(p/m)*114.28;//work done in J/kmol of fuel Qcv=x2+Wcv-x1;//Heat transfer rate from the engine in kJ/kmol //OUTPUT printf('(i)Heat transfer rate from the engine is %3.1f kJ/kmol',Qcv)
de8c0304d82a6159ba2a97bee6eb6e2301802bbd
449d555969bfd7befe906877abab098c6e63a0e8
/2333/CH5/EX5.5/5.sce
8c84769c475c63de7a9414a61d091a902df34440
[]
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
339
sce
5.sce
clc k = 12400 // constant lambda = 6943 // wavelength of radiation in angstrom n = 3e19 // Total number of ions // Sample Problem 5 on page no. 243 printf("\n # PROBLEM 5 # \n") E = k/(lambda) // Energy difference E_total = E*n*1.6e-19 // Total Energy emitted printf("\n Energy of one photon is %feV. \n Total energy is %fJ",E,E_total)
1908537452c6028b23ef2df5e2d6189d827f510e
449d555969bfd7befe906877abab098c6e63a0e8
/1061/CH9/EX9.25/Ex9_25.sce
624ecd27b9e01801a4b0bb66b7d23bf9da04108f
[]
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
517
sce
Ex9_25.sce
//Ex:9.25 clc; clear; close; h=6.625*10^-34;// plank constant c=3*10^8;// speed of light in m/s n=1;// quantum efficiency e=1.602*10^-19;// charge E=1.3*10^-19;// energy in J y=(h*c)/E;// wavelength in m M=18;// multiplication factor rp=10^13;// no. of photon per sec Po=rp*E;// output power in w Ip=(n*Po*e)/E;// output photocurrent in A I=M*Ip;// photocurrent in A printf("The wavelength =%f um", y*10^6); printf("\n The output power =%f uW", Po*10^6); printf("\n The photocurrent =%f uA", I*10^6);
2209a7b7239a9e20eac60c7d4defc16b2047f2c6
c908c5ec283c57c29da044966fce0fee1f659873
/labs/Experimento 5/Exp 5-Códigos/Algoritmo do Método de RK2.sce
70441e0aade5dcdadb24c8d2a4f52feaa40fe684
[]
no_license
marialago/numerical-computation
3ca0e95c637c1d4d3ea79789d1bda0b84ca29ca5
c88c0ddc6f7501ed115556f72f5f5db3a8610f6b
refs/heads/master
2022-10-30T01:42:21.032196
2020-06-14T18:33:45
2020-06-14T18:33:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
546
sce
Algoritmo do Método de RK2.sce
function [t,d,v]=RK2(a,b,h,d0,v0) t=a:h:b d(1)=d0 v(1)=v0 n=length(t) for i=2:n k1d=df(t(i-1),d(i-1),v(i-1)) k1v=df2(t(i-1),d(i-1),v(i-1)) k2d=df(t(i),d(i-1)+h*k1d,v(i-1)+h*k1v) k2v=df2(t(i),d(i-1)+h*k1d,v(i-1)+h*k1v) d(i)=d(i-1)+(h/2)*(k1d+k2d) v(i)=v(i-1)+(h/2)*(k1v+k2v) end endfunction function j=df(t,d,v) j=v endfunction function k=df2(t,d,v) K=5/7; g=25634.7 teta=0.0913 k=-K*g*sin(teta) endfunction
d49bddd5524491197a411ba1ed159bb9e98ea3f9
449d555969bfd7befe906877abab098c6e63a0e8
/2354/CH5/EX5.3/5_3.sce
6f5e2bffe84d19739569f7f405b92318d7ca4006
[]
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
269
sce
5_3.sce
//example 5.3 clc; funcprot(0); // Initialization of Variable h1=3213.6;//kJ/kg V1=10.0; V2=665.0; mdot=2.0; h2=h1+(V1^2/2-V2^2/2)/1000; //using table with given h2 values v2=0.1627;//specific volume V2=665; A2=mdot*v2/V2; disp(A2,"Area in m^2"); clear()
ac722966198babf4459c826cbdb1d24b4375e63f
c3280ada260999123d75347caeaad1c7fc9f8266
/MetodeBagiDua.sci
65a680a5be447dd3d5ca5094ad29e40d261457b4
[]
no_license
dikisp/Kuliah-MetNum
3bd01f0573f2a18eb320a716da841ca3ec69930b
7775f5e0251457702fb3e24c88483df0ff37fee7
refs/heads/master
2020-03-23T06:41:49.307866
2018-07-17T03:13:25
2018-07-17T03:13:25
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,944
sci
MetodeBagiDua.sci
function MetodeBagiDua(a,b,toleransi) //inisialisasi c=0; fa=0; fb=0; fc=0; galat=1; //header printf(' ----------------------------------------------------------------------------\n'); printf(' | a | c | b | f(a) | f(c) | f(b) | |f(c)| | ε |\n'); printf(' ----------------------------------------------------------------------------\n'); //penghitungan while (galat > toleransi ) temp = c; c = (a+b)/2; fa = a.^3-9*a.^2+23*a-16; fb = b.^3-9*b.^2+23*b-16; fc = c.^3-9*c.^2+23*c-16; galat = (c - temp)/c; if(galat >= toleransi) //tampilan if (fa < 0) if (fc < 0) printf(' | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f |\n',a,c,b,fa,fc,fb,abs(fc),galat) else printf(' | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f |\n',a,c,b,fa,fc,fb,abs(fc),galat) end //endif else // (fa > 0) if (fc < 0) printf(' | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f |\n',a,c,b,fa,fc,fb,abs(fc),galat) else printf(' | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f | %.4f |\n',a,c,b,fa,fc,fb,abs(fc),galat) end; //endif end; //endif end; //endif //pertukaran c dengan a atau b if ((fa*fc) < 0) b = c else a = c end; //endif end; //endwhile printf(' ----------------------------------------------------------------------------\n'); endfunction write(%io(2),'Masukkan nilai a : '); x=read(%io(1),1,1); write(%io(2),'Masukkan nilai b : '); y=read(%io(1),1,1); write(%io(2),'Masukkan nilai toleransi : '); toleransi=read(%io(1),1,1); MetodeBagiDua(x,y,toleransi);
58e349e8118066688be87d6be704563b2e1b9b04
449d555969bfd7befe906877abab098c6e63a0e8
/1484/CH7/EX7.1/7_1.sce
e43082b963825607eb24ba5774b787399f8d3af2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
258
sce
7_1.sce
clc //initialisation of variables i= 1/4500 w=3 //ft d= 3 //ft k= 0.003 g= 32.2 //ft/sec^2 //CALCULATIONS A= 0.5*%pi*d^2/4 P= %pi*d/2 m= A/P f= k*(1+(0.1/m)) C= sqrt(2*g/f) V= C*sqrt(m*i) Q= A*V //RESULTS printf ('Discharge= %.2f cuses',Q)
8ee746fd008f3357eee7e6e6b19448d2b3e340e8
7db3268c4376ba08584447d32a378a51a6f1ca3e
/myLanguageFirstStage/readme.tst
ffb7b82ff6496b033ba3130c61a70e776e33c473
[]
no_license
marcelarosalesj-education/isd.compilers
15a46321e7d4be8b1828bbcb3be39388700ed33e
53d2806b422a93462fe33bd6595d9a240f41e7ed
refs/heads/master
2022-11-05T21:14:36.154640
2017-02-12T21:25:34
2017-02-12T21:25:34
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
239
tst
readme.tst
This is the first stage of "myLanguage" project using C language. Up to here it has the lexical analyzer and the grammar working fine. I ported it to C++ to manage easier the table of symbols, strings, queues and other data structures.
42983c01bd81ce51c6085919e7867f910ecef4ab
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH22/EX22.8/Ex22_8.sce
350e4774a6a791439cfa728136c6028bf9656018
[]
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
154
sce
Ex22_8.sce
clear //Given d=3*10**-3 //m l=500*10**-9 //m //Calculation Z=d**2/l //Result printf("\n Distance is %0.3f m",Z)
5577d251789390fa1bb4e5ae5d246cc2e6877f68
449d555969bfd7befe906877abab098c6e63a0e8
/1460/CH6/EX6.4/6_4.sce
c3ae4836bb6c554a553bad5e07608762ae47f68a
[]
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
6_4.sce
clc //Initialization of variables T1=100+460 //R T2=300+460 //R P1=15 //lb/in^2 P2=30 //lb/in^2 Cp=0.3 //B/lbm F R=40 //ft-lb/lbm R //calculations function [s] = fun(f) s=Cp/f endfunction function [s2] = fun1(f) s2=R/(f*778) endfunction ds=intg(T1,T2,fun) - intg(P1,P2,fun1) //results printf("Change in entropy = %.4f B/lbm R",ds)
59efd9b6f93527bd0541a91c327cd8d6d8448ed6
449d555969bfd7befe906877abab098c6e63a0e8
/37/CH2/EX2.1/solved1.sci
e62fa3c3a47afc84713da823f504e1a9bb9536af
[]
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,187
sci
solved1.sci
//Solved Example 1 //To determine the syntacticaly valid string function[l]=strlen(x) i=1; l=0; [j,k]=size(x) for i=1:k l=l+length(x(i)); end endfunction function[]=stringvalid(str) str=string(str); stack=struct('a','0','top',0); l1=strlen(str); valid=1; l=1; while(l<=l1) if(str(l)=='('|str(l)=='['|str(l)=='{') if(stack.top==0) stack.a=str(l); stack.top=stack.top+1; else stack.a=[stack.a(:,:) str(l)]; stack.top=stack.top+1; end end if(str(l)==')'|str(l)==']'|str(l)=='}') if(stack.top==0) valid=0; break; else i=stack.a(stack.top); stack.top=stack.top-1; symb=str(l); if(((symb==')')&(i=='('))|((symb==']')&(i=='['))|((symb=='}')&(i=='{'))) else valid=0; break; end end end l=l+1; end if(stack.top~=0) valid=0; end if(valid==0) disp("Invalid String"); else disp("Valid String"); end endfunction //Calling Routine: stringvalid(['H' 'E' 'L' 'L' 'O'])
7824cb1a7a7d9b77364fc8698e21404649862c48
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Dueling Apex.sce
41e8da913d0aaa0b6d31a3e22be6818efea2668b
[]
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
45,640
sce
Dueling Apex.sce
Name=Dueling Apex PlayerCharacters=Apexer BotCharacters=Blood + Gib + Wraith BOT Rota with diff HP.rot IsChallenge=true Timelimit=60.0 PlayerProfile=Apexer AddedBots=Blood + Gib + Wraith BOT Rota with diff HP.rot PlayerMaxLives=0 BotMaxLives=0 PlayerTeam=1 BotTeams=0 MapName=boxer.map MapScale=3.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=true InvincibleBots=false Timescale=1.0 BlockHealthbars=false TimeRefilledByKill=0.0 ScoreToWin=1000.0 ScorePerDamage=0.0 ScorePerKill=12.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.25 ScorePerTime=0.0 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=true ScoreMultDamageEfficiency=true ScoreMultKillEfficiency=false GameTag=Apex Legends WeaponHeroTag=Wingman, Manwing, R99, R-99, Wraith, Bloodhound, Gibraltar DifficultyTag=3 AuthorsTag=Midamaru / Lyks BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=true BlockFCT=false Description=Realistic Apex characters hitboxes and behaviors, with Wingman and R-99. ADS is supported and change spread and accuracy just like in game. You can download Apex sound fx here: https://tiny.cc/apexfx GameVersion=1.0.7.2 ScorePerDistance=0.0 [Aim Profile] Name=Medium Skill 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 [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=Bloodhound BLUE shield DodgeProfileNames=[AA]Apex Dodge;ADAD;Short Strafes;Very Short Strafes + Jump;Fast Strafes Close DodgeProfileWeights=0.6;0.2;1.5;1.4;1.0 DodgeProfileMaxChangeTime=2.0 DodgeProfileMinChangeTime=0.25 WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=Bloodhound BLUE shield SeeThroughWalls=false NoDodging=false NoAiming=true [Bot Profile] Name=Gibraltar PURPLE shield DodgeProfileNames=[AA]Apex Dodge;ADAD;Short Strafes;Very Short Strafes + Jump;Fast Strafes Close DodgeProfileWeights=0.6;0.2;1.5;1.4;1.0 DodgeProfileMaxChangeTime=2.0 DodgeProfileMinChangeTime=0.25 WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=Gibraltar PURPLE shield SeeThroughWalls=false NoDodging=false NoAiming=true [Bot Profile] Name=Wraith WHITE shield DodgeProfileNames=[AA]Apex Dodge;ADAD;Short Strafes;Very Short Strafes + Jump;Fast Strafes Close DodgeProfileWeights=0.6;0.2;1.5;1.4;1.0 DodgeProfileMaxChangeTime=2.0 DodgeProfileMinChangeTime=0.25 WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=false CharacterProfile=Wraith WHITE shield SeeThroughWalls=false NoDodging=false NoAiming=true [Bot Rotation Profile] Name=Blood + Gib + Wraith BOT Rota with diff HP ProfileNames=Bloodhound BLUE shield;Gibraltar PURPLE shield;Wraith WHITE shield ProfileWeights=1.0;1.0;1.0 Randomized=false [Character Profile] Name=Apexer MaxHealth=200.0 WeaponProfileNames=Manwing;R-99;;;;;; MinRespawnDelay=3.0 MaxRespawnDelay=9.0 StepUpHeight=16.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=450.0 MaxCrouchSpeed=160.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=400.0 Gravity=1.8 AirControl=0.3 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=0.863 Y=0.776 Z=0.434 EnemyHeadColor=X=1.000 Y=0.888 Z=0.000 TeamBodyColor=X=0.366 Y=0.067 Z=0.371 TeamHeadColor=X=0.863 Y=0.776 Z=0.434 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=270.0 MainBBType=Cylindrical MainBBHeight=280.0 MainBBRadius=50.0 MainBBHasHead=true MainBBHeadRadius=31.0 MainBBHeadOffset=1.0 MainBBHide=false ProjBBType=Cuboid ProjBBHeight=65.0 ProjBBRadius=10.0 ProjBBHasHead=true ProjBBHeadRadius=6.0 ProjBBHeadOffset=-8.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=Run.abilsprint;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.3 BackSpeedMult=0.9 RespawnInvulnTime=0.0 BlockedSpawnRadius=300.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.1 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=1.0 ForwardSpeedBias=1.0 HealthRegainedonkill=200.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=140.0 TPSOffset=X=0.000 Y=20.000 Z=0.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 [Character Profile] Name=Bloodhound BLUE shield MaxHealth=175.0 WeaponProfileNames=Manwing;R-99;;;;;; MinRespawnDelay=0.1 MaxRespawnDelay=9.0 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=0.8 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=450.0 MaxCrouchSpeed=160.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=400.0 Gravity=1.8 AirControl=0.3 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=0.420 Y=0.208 Z=0.482 EnemyHeadColor=X=0.553 Y=0.098 Z=0.000 TeamBodyColor=X=0.366 Y=0.067 Z=0.371 TeamHeadColor=X=0.863 Y=0.776 Z=0.434 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=270.0 MainBBType=Cylindrical MainBBHeight=265.0 MainBBRadius=46.0 MainBBHasHead=true MainBBHeadRadius=28.0 MainBBHeadOffset=-10.0 MainBBHide=false ProjBBType=Cuboid ProjBBHeight=65.0 ProjBBRadius=10.0 ProjBBHasHead=true ProjBBHeadRadius=6.0 ProjBBHeadOffset=-8.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=Run.abilsprint;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=0.9 BackSpeedMult=0.9 RespawnInvulnTime=0.0 BlockedSpawnRadius=300.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.1 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=1.0 ForwardSpeedBias=1.0 HealthRegainedonkill=200.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=140.0 TPSOffset=X=0.000 Y=20.000 Z=0.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=5.0 [Character Profile] Name=Gibraltar PURPLE shield MaxHealth=200.0 WeaponProfileNames=Manwing;R-99;;;;;; MinRespawnDelay=0.1 MaxRespawnDelay=9.0 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=0.8 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=450.0 MaxCrouchSpeed=160.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=400.0 Gravity=1.8 AirControl=0.3 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=0.420 Y=0.208 Z=0.482 EnemyHeadColor=X=0.553 Y=0.098 Z=0.000 TeamBodyColor=X=0.366 Y=0.067 Z=0.371 TeamHeadColor=X=0.863 Y=0.776 Z=0.434 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=270.0 MainBBType=Cylindrical MainBBHeight=285.0 MainBBRadius=74.0 MainBBHasHead=true MainBBHeadRadius=28.0 MainBBHeadOffset=-18.0 MainBBHide=false ProjBBType=Cuboid ProjBBHeight=65.0 ProjBBRadius=10.0 ProjBBHasHead=true ProjBBHeadRadius=6.0 ProjBBHeadOffset=-8.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=Run.abilsprint;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=0.9 BackSpeedMult=0.9 RespawnInvulnTime=0.0 BlockedSpawnRadius=300.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.1 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=1.0 ForwardSpeedBias=1.0 HealthRegainedonkill=200.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=140.0 TPSOffset=X=0.000 Y=20.000 Z=0.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=5.0 [Character Profile] Name=Wraith WHITE shield MaxHealth=150.0 WeaponProfileNames=Manwing;R-99;;;;;; MinRespawnDelay=0.1 MaxRespawnDelay=9.0 StepUpHeight=16.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=0.8 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=450.0 MaxCrouchSpeed=160.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=400.0 Gravity=1.8 AirControl=0.3 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=0.420 Y=0.208 Z=0.482 EnemyHeadColor=X=0.553 Y=0.098 Z=0.000 TeamBodyColor=X=0.366 Y=0.067 Z=0.371 TeamHeadColor=X=0.863 Y=0.776 Z=0.434 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=270.0 MainBBType=Cylindrical MainBBHeight=230.0 MainBBRadius=43.0 MainBBHasHead=true MainBBHeadRadius=23.0 MainBBHeadOffset=-12.0 MainBBHide=false ProjBBType=Cuboid ProjBBHeight=65.0 ProjBBRadius=10.0 ProjBBHasHead=true ProjBBHeadRadius=6.0 ProjBBHeadOffset=-8.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=Run.abilsprint;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=0.9 BackSpeedMult=0.9 RespawnInvulnTime=0.0 BlockedSpawnRadius=300.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.1 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=1.0 ForwardSpeedBias=1.0 HealthRegainedonkill=200.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=140.0 TPSOffset=X=0.000 Y=20.000 Z=0.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=5.0 [Dodge Profile] Name=[AA]Apex Dodge MaxTargetDistance=6666.0 MinTargetDistance=0.0 ToggleLeftRight=true ToggleForwardBack=true MinLRTimeChange=0.7 MaxLRTimeChange=2.0 MinFBTimeChange=0.7 MaxFBTimeChange=2.0 DamageReactionChangesDirection=true DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.18 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=0.3 DamageReactionThreshold=1.0 DamageReactionResetTimer=0.2 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.1 MaxJumpTime=0.1 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.0 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.18 BlockedMovementReactionMax=0.25 [Dodge Profile] Name=ADAD MaxTargetDistance=2500.0 MinTargetDistance=750.0 ToggleLeftRight=true 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.0 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.2 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.16 MinProfileChangeTime=0.0 MaxProfileChangeTime=0.0 MinCrouchTime=0.1 MaxCrouchTime=0.2 MinJumpTime=0.3 MaxJumpTime=0.6 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.0 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 [Dodge Profile] Name=Short Strafes MaxTargetDistance=2500.0 MinTargetDistance=750.0 ToggleLeftRight=true 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=50.0 DamageReactionResetTimer=0.5 JumpFrequency=0.2 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.0 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 [Dodge Profile] Name=Very Short Strafes + Jump MaxTargetDistance=2500.0 MinTargetDistance=750.0 ToggleLeftRight=true ToggleForwardBack=true MinLRTimeChange=0.1 MaxLRTimeChange=0.3 MinFBTimeChange=0.1 MaxFBTimeChange=0.3 DamageReactionChangesDirection=false DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.6 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.0 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 [Dodge Profile] Name=Fast Strafes Close MaxTargetDistance=150.0 MinTargetDistance=50.0 ToggleLeftRight=true ToggleForwardBack=true MinLRTimeChange=0.1 MaxLRTimeChange=1.0 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.1 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.07 TargetStrafeOverride=Ignore TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.25 MinProfileChangeTime=0.0 MaxProfileChangeTime=0.0 MinCrouchTime=0.6 MaxCrouchTime=0.8 MinJumpTime=0.1 MaxJumpTime=0.1 LeftStrafeTimeMult=0.5 RightStrafeTimeMult=0.6 StrafeSwapMinPause=0.1 StrafeSwapMaxPause=0.0 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 [Weapon Profile] Name=Manwing Type=Projectile ShotsPerClick=1 DamagePerShot=45.0 KnockbackFactor=0.1 TimeBetweenShots=0.26 Pierces=false Category=SemiAutoNoPrehold 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=55000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=55000.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=8 AmmoPerShot=1 ReloadTimeFromEmpty=2.1 ReloadTimeFromPartial=2.1 DamageFalloffStartDistance=5000.0 DamageFalloffStopDistance=5000.0 DamageAtMaxRange=200.0 DelayBeforeShot=0.0 HitscanVisualEffect=Tracer ProjectileGraphic=Arrow VisualLifetime=0.5 WallParticleEffect=Flare HitParticleEffect=Blood BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=0.5 CanAimDownSight=true ADSZoomDelay=0.13 ADSZoomSensFactor=1.0 ADSMoveFactor=0.8 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.1 RecoilNegatable=true DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=275.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=Smoke RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=8 CancelReloadOnKill=true FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=70 ADSFOVOverride=77.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=false IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 Explosive=false Radius=150.0 DamageAtCenter=100.0 DamageAtEdge=0.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,10.0,0.0,5.3 SpreadSCA=1.0,2.0,0.0,1.3 SpreadMSA=1.0,2.0,0.0,1.3 SpreadMCA=1.0,2.0,0.0,1.3 SpreadSSH=4.0,4.0,1.35,3.7 SpreadSCH=4.0,4.0,1.4,3.8 SpreadMSH=4.0,4.0,1.65,3.7 SpreadMCH=4.0,4.0,1.4,3.8 MaxRecoilUp=3.3 MinRecoilUp=1.65 MinRecoilHoriz=0.2 MaxRecoilHoriz=1.0 FirstShotRecoilMult=1.0 RecoilAutoReset=true TimeToRecoilPeak=0.05 TimeToRecoilReset=0.25 AAMode=2 AAPreferClosestPlayer=false AAAlpha=0.05 AAMaxSpeed=0.5 AADeadZone=0.0 AAFOV=30.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=true TriggerBotDelay=0.01 TriggerBotFOV=0.1 StickyLock=false HeadLock=true VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=R-99 Type=Projectile ShotsPerClick=1 DamagePerShot=12.0 KnockbackFactor=0.0 TimeBetweenShots=0.05 Pierces=false Category=FullyAuto 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=42000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=42000.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=1.5 MagazineMax=25 AmmoPerShot=1 ReloadTimeFromEmpty=0.7 ReloadTimeFromPartial=0.7 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=12.0 DelayBeforeShot=0.0 HitscanVisualEffect=None ProjectileGraphic=Arrow VisualLifetime=0.1 WallParticleEffect=Gunshot HitParticleEffect=Blood BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=0.1 CanAimDownSight=true ADSZoomDelay=0.13 ADSZoomSensFactor=1.0 ADSMoveFactor=0.8 ADSStartDelay=0.0 ShootSoundCooldown=0.05 HitSoundCooldown=0.05 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.0 RecoilNegatable=false DecalType=1 DecalSize=25.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=100.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.1 TaggingMaxFactor=0.25 TaggingHitFactor=0.4 ProjectileTrail=Smoke RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=0.7 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=3.0 AimPunchResetTime=0.25 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=true PSRAutoReset=true AimPunchUpTime=0.1 AmmoReloadedOnKill=25 CancelReloadOnKill=true FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=70 ADSFOVOverride=77.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=false IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 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=0.0,0.1,0.0,0.0 SpreadSCA=0.0,0.1,0.0,0.0 SpreadMSA=0.0,0.1,0.0,0.0 SpreadMCA=0.0,0.1,0.0,0.0 SpreadSSH=0.5,3.0,1.0,1.5 SpreadSCH=0.5,3.0,0.8,3.0 SpreadMSH=0.5,3.0,1.4,2.5 SpreadMCH=0.5,3.0,0.8,3.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.3 AAMode=0 AAPreferClosestPlayer=false AAAlpha=0.05 AAMaxSpeed=1.0 AADeadZone=0.0 AAFOV=30.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=true PSRLoopStartIndex=0 PSRViewRecoilTracking=1.0 PSRCapUp=90.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.475 PSRResetDegreesPerSec=40.0 PSR0=1.25,0.35 PSR1=0.5,0.0 PSR2=0.5,-0.75 PSR3=1.0,0.55 PSR4=1.25,0.35 PSR5=0.75,0.55 PSR6=0.75,0.6 PSR7=0.75,-0.25 PSR8=0.55,-0.1 PSR9=0.4,-0.55 PSR10=0.5,0.25 PSR11=0.2,-0.45 PSR12=0.5,0.35 PSR13=0.05,0.2 PSR14=0.05,0.2 PSR15=0.05,0.25 PSR16=-0.15,0.3 PSR17=0.0,0.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Sprint Ability Profile] Name=Run MaxCharges=1.0 ChargeTimer=0.001 ChargesRefundedOnKill=0.0 DelayAfterUse=0.5 FullyAuto=false AbilityDuration=0.0 BlockAttackWhileSprinting=false AbilityBlockedWhenAttacking=true SpeedModifier=1.5 45DegreeSprint=true 90DegreeSprint=false 135DegreeSprint=false 180DegreeSprint=false TapToSprint=false Block45DegreesWhenSprinting=false AIUseInCombat=true AIUseOutOfCombat=false AIUseOnGround=true AIUseInAir=true AIReuseTimer=1.0 AIMinSelfHealth=0.0 AIMaxSelfHealth=100.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=2000.0 AIMaxTargFOV=15.0 AIDamageReaction=true 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 -576.000000 0.000000 256.000000 448.000000 0.000000 256.000000 448.000000 0.000000 -768.000000 -576.000000 0.000000 -768.000000 -576.000000 -16.000000 256.000000 448.000000 -16.000000 256.000000 448.000000 -16.000000 -768.000000 -576.000000 -16.000000 -768.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 -576.000000 272.000000 -768.000000 448.000000 272.000000 -768.000000 448.000000 272.000000 -784.000000 -576.000000 272.000000 -784.000000 -576.000000 0.000000 -768.000000 448.000000 0.000000 -768.000000 448.000000 0.000000 -784.000000 -576.000000 0.000000 -784.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 -576.000000 272.000000 272.000000 448.000000 272.000000 272.000000 448.000000 272.000000 256.000000 -576.000000 272.000000 256.000000 -576.000000 0.000000 272.000000 448.000000 0.000000 272.000000 448.000000 0.000000 256.000000 -576.000000 0.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 448.000000 272.000000 256.000000 464.000000 272.000000 256.000000 464.000000 272.000000 -768.000000 448.000000 272.000000 -768.000000 448.000000 0.000000 256.000000 464.000000 0.000000 256.000000 464.000000 0.000000 -768.000000 448.000000 0.000000 -768.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 -592.000000 272.000000 256.000000 -576.000000 272.000000 256.000000 -576.000000 272.000000 -768.000000 -592.000000 272.000000 -768.000000 -592.000000 0.000000 256.000000 -576.000000 0.000000 256.000000 -576.000000 0.000000 -768.000000 -592.000000 0.000000 -768.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 -592.000000 704.000000 256.000000 -576.000000 704.000000 256.000000 -576.000000 704.000000 -768.000000 -592.000000 704.000000 -768.000000 -592.000000 272.000000 256.000000 -576.000000 272.000000 256.000000 -576.000000 272.000000 -768.000000 -592.000000 272.000000 -768.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices 448.000000 704.000000 256.000000 464.000000 704.000000 256.000000 464.000000 704.000000 -768.000000 448.000000 704.000000 -768.000000 448.000000 272.000000 256.000000 464.000000 272.000000 256.000000 464.000000 272.000000 -768.000000 448.000000 272.000000 -768.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices -576.000000 704.000000 -768.000000 448.000000 704.000000 -768.000000 448.000000 704.000000 -784.000000 -576.000000 704.000000 -784.000000 -576.000000 272.000000 -768.000000 448.000000 272.000000 -768.000000 448.000000 272.000000 -784.000000 -576.000000 272.000000 -784.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices -576.000000 704.000000 272.000000 448.000000 704.000000 272.000000 448.000000 704.000000 256.000000 -576.000000 704.000000 256.000000 -576.000000 272.000000 272.000000 448.000000 272.000000 272.000000 448.000000 272.000000 256.000000 -576.000000 272.000000 256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices -576.000000 720.000000 256.000000 448.000000 720.000000 256.000000 448.000000 720.000000 -768.000000 -576.000000 720.000000 -768.000000 -576.000000 704.000000 256.000000 448.000000 704.000000 256.000000 448.000000 704.000000 -768.000000 -576.000000 704.000000 -768.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip brush vertices -128.000000 16.000000 -320.000000 0.000000 16.000000 -320.000000 0.000000 16.000000 -336.000000 -128.000000 16.000000 -336.000000 -128.000000 0.000000 -320.000000 0.000000 0.000000 -320.000000 0.000000 0.000000 -336.000000 -128.000000 0.000000 -336.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 16.000000 -192.000000 16.000000 16.000000 -192.000000 16.000000 16.000000 -320.000000 0.000000 16.000000 -320.000000 0.000000 0.000000 -192.000000 16.000000 0.000000 -192.000000 16.000000 0.000000 -320.000000 0.000000 0.000000 -320.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 -144.000000 16.000000 -192.000000 -128.000000 16.000000 -192.000000 -128.000000 16.000000 -320.000000 -144.000000 16.000000 -320.000000 -144.000000 0.000000 -192.000000 -128.000000 0.000000 -192.000000 -128.000000 0.000000 -320.000000 -144.000000 0.000000 -320.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 -128.000000 16.000000 -176.000000 0.000000 16.000000 -176.000000 0.000000 16.000000 -192.000000 -128.000000 16.000000 -192.000000 -128.000000 0.000000 -176.000000 0.000000 0.000000 -176.000000 0.000000 0.000000 -192.000000 -128.000000 0.000000 -192.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 16.000000 -176.000000 0.000000 0.000000 -192.000000 16.000000 16.000000 -192.000000 0.000000 0.000000 -176.000000 16.000000 0.000000 -192.000000 0.000000 16.000000 -192.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0x00000000 brush vertices -128.000000 0.000000 -176.000000 -128.000000 16.000000 -176.000000 -128.000000 16.000000 -192.000000 -144.000000 0.000000 -192.000000 -128.000000 0.000000 -192.000000 -144.000000 16.000000 -192.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 -144.000000 16.000000 -320.000000 -128.000000 16.000000 -320.000000 -128.000000 16.000000 -336.000000 -144.000000 0.000000 -320.000000 -128.000000 0.000000 -336.000000 -128.000000 0.000000 -320.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 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 4 2 1 5 0x00000000 brush vertices 0.000000 16.000000 -320.000000 16.000000 16.000000 -320.000000 0.000000 0.000000 -336.000000 0.000000 0.000000 -320.000000 16.000000 0.000000 -320.000000 0.000000 16.000000 -336.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0x00000000 brush vertices 0.000000 704.000000 -192.000000 16.000000 704.000000 -192.000000 16.000000 704.000000 -320.000000 0.000000 704.000000 -320.000000 0.000000 16.000000 -192.000000 16.000000 16.000000 -192.000000 16.000000 16.000000 -320.000000 0.000000 16.000000 -320.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices -144.000000 704.000000 -192.000000 -128.000000 704.000000 -192.000000 -128.000000 704.000000 -320.000000 -144.000000 704.000000 -320.000000 -144.000000 16.000000 -192.000000 -128.000000 16.000000 -192.000000 -128.000000 16.000000 -320.000000 -144.000000 16.000000 -320.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices -128.000000 704.000000 -320.000000 0.000000 704.000000 -320.000000 0.000000 704.000000 -336.000000 -128.000000 704.000000 -336.000000 -128.000000 16.000000 -320.000000 0.000000 16.000000 -320.000000 0.000000 16.000000 -336.000000 -128.000000 16.000000 -336.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices -128.000000 704.000000 -176.000000 0.000000 704.000000 -176.000000 0.000000 704.000000 -192.000000 -128.000000 704.000000 -192.000000 -128.000000 16.000000 -176.000000 0.000000 16.000000 -176.000000 0.000000 16.000000 -192.000000 -128.000000 16.000000 -192.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices 0.000000 704.000000 -176.000000 0.000000 16.000000 -192.000000 16.000000 704.000000 -192.000000 0.000000 16.000000 -176.000000 16.000000 16.000000 -192.000000 0.000000 704.000000 -192.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices -128.000000 16.000000 -176.000000 -128.000000 704.000000 -176.000000 -128.000000 704.000000 -192.000000 -144.000000 16.000000 -192.000000 -128.000000 16.000000 -192.000000 -144.000000 704.000000 -192.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices -144.000000 704.000000 -320.000000 -128.000000 704.000000 -320.000000 -128.000000 704.000000 -336.000000 -144.000000 16.000000 -320.000000 -128.000000 16.000000 -336.000000 -128.000000 16.000000 -320.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0xff8f7d6a internal/editor/textures/editor_clip brush vertices 0.000000 704.000000 -320.000000 16.000000 704.000000 -320.000000 0.000000 16.000000 -336.000000 0.000000 16.000000 -320.000000 16.000000 16.000000 -320.000000 0.000000 704.000000 -336.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0xff8f7d6a internal/editor/textures/editor_clip entity type PlayerSpawn Vector3 position -64.000000 0.000000 -736.000000 Bool8 teamA 0 entity type CameraPath UInt32 entityIdAttachedTo 5 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 352.000000 256.000000 224.000000 Vector3 angles -135.000000 30.000000 0.000000 String32 name end entity type PlayerSpawn Vector3 position -64.000000 0.000000 224.000000 Vector3 angles 180.000000 0.000000 0.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 416.000000 0.000000 -256.000000 Vector3 angles 270.000000 0.000000 0.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 0.000000 -256.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -64.000000 0.000000 -256.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 teamB 0