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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ee35856b186dba9879b0664100e88d9c39694f6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3745/CH1/EX1.66/Ex1_66.sce | 22d90e4cf9dd4b56e9c3ac5ff495f7ea6fc46a1b | [] | 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 | Ex1_66.sce | // Ex 66 Page 407
clc;clear;close;
// Given
f=50;//Hz
Vm=500;//V
R=20;//ohm
L=0.15;//H
t=0.03;//sec
XL=2*%pi*f*L;//ohm
Z=R+%i*XL;//ohm
Im=Vm/abs(Z);//A
fi=atan(XL/R);//degree
lambda=L/R;//sec
i = Im*sin(314*t-fi)+0.95*%e**(-100*t);//A
printf("\n current after 0.03 sec is : %0.1f A",i)
i2=Im*(0.95*%e**(-100*t));//A
printf("\n transient component is : %0.2f A",i2)
|
06d2f004c1d9c9cc4d5ad3609becb4875bc34429 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH2/EX2.19/2_19.sce | 3e03557ad6bb3850780efe17c742654571958986 | [] | 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 | 412 | sce | 2_19.sce | clear
clc
dia=2.5e-2
d=3
r=dia/2
r1=.7788*r
c=exp(%i *2*%pi/3)
b=exp(%i *-2*%pi/3)
k=2
Dab=d
Dac=2*d
Dbc=d
Dca=2*d
La=round(k*(log(1/r1) + log(1/Dab)*b + log(1/Dac)*c)*1e3)/1e4
Lb=round(k*(log(1/Dab) + log(1/r1)*b + log(1/Dbc)*c)/b*1e3)/(1e4)
Lc=round(k*(log(1/Dac) + log(1/Dbc)*b + log(1/r1)*c)/c*1e3)/(1e4)
disp(La, "La= (mH/km)")
disp(Lb, "Lb= (mH/km)")
disp(Lc, "Lc= (mH/km)")
|
aee663dd3f27bde8109efc064374eba22e4264a1 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/UQ58DVC/ATWM1_Working_Memory_MEG_UQ58DVC_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | b6b60b93ad0aeea67ec4406ef2be63ee98063413 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_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;
42 61 292 292 399 125 2242 2992 2142 fixation_cross gabor_164 gabor_096 gabor_126 gabor_008 gabor_164 gabor_096 gabor_126_alt gabor_008_alt "2_1_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_164_096_126_008_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_057_framed blank blank blank blank fixation_cross_white "2_1_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 2142 fixation_cross gabor_046 gabor_022 gabor_135 gabor_069 gabor_046 gabor_022_alt gabor_135 gabor_069_alt "2_2_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_046_022_135_069_target_position_2_4_retrieval_position_2" gabor_circ gabor_022_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_2_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 2042 fixation_cross gabor_055 gabor_080 gabor_168 gabor_124 gabor_055_alt gabor_080_alt gabor_168 gabor_124 "2_3_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_055_080_168_124_target_position_1_2_retrieval_position_2" gabor_circ gabor_080_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_3_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2242 2992 2292 fixation_cross gabor_130 gabor_020 gabor_110 gabor_152 gabor_130 gabor_020_alt gabor_110 gabor_152_alt "2_4_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2300_gabor_patch_orientation_130_020_110_152_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_062_framed gabor_circ blank blank blank blank fixation_cross_white "2_4_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_062_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2492 fixation_cross gabor_143 gabor_001 gabor_171 gabor_016 gabor_143 gabor_001 gabor_171_alt gabor_016_alt "2_5_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_143_001_171_016_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_122_framed gabor_circ blank blank blank blank fixation_cross_white "2_5_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 2442 fixation_cross gabor_110 gabor_035 gabor_171 gabor_082 gabor_110_alt gabor_035 gabor_171 gabor_082_alt "2_6_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_110_035_171_082_target_position_1_4_retrieval_position_1" gabor_110_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_6_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 2192 fixation_cross gabor_138 gabor_092 gabor_163 gabor_048 gabor_138 gabor_092 gabor_163_alt gabor_048_alt "2_7_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_138_092_163_048_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_048_framed blank blank blank blank fixation_cross_white "2_7_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2242 fixation_cross gabor_116 gabor_092 gabor_153 gabor_132 gabor_116 gabor_092 gabor_153_alt gabor_132_alt "2_8_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_116_092_153_132_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_132_framed blank blank blank blank fixation_cross_white "2_8_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2242 fixation_cross gabor_047 gabor_130 gabor_108 gabor_154 gabor_047_alt gabor_130 gabor_108 gabor_154_alt "2_9_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_047_130_108_154_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_018_framed blank blank blank blank fixation_cross_white "2_9_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_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;
42 62 292 292 399 125 2092 2992 2342 fixation_cross gabor_063 gabor_046 gabor_175 gabor_091 gabor_063_alt gabor_046 gabor_175 gabor_091_alt "2_10_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_063_046_175_091_target_position_1_4_retrieval_position_1" gabor_063_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_10_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 2592 fixation_cross gabor_072 gabor_130 gabor_157 gabor_097 gabor_072 gabor_130_alt gabor_157 gabor_097_alt "2_11_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2600_gabor_patch_orientation_072_130_157_097_target_position_2_4_retrieval_position_2" gabor_circ gabor_130_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_11_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 2342 fixation_cross gabor_099 gabor_130 gabor_016 gabor_169 gabor_099 gabor_130 gabor_016_alt gabor_169_alt "2_12_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_099_130_016_169_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_white "2_12_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1992 2992 2192 fixation_cross gabor_131 gabor_174 gabor_065 gabor_009 gabor_131 gabor_174_alt gabor_065 gabor_009_alt "2_13_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2200_gabor_patch_orientation_131_174_065_009_target_position_2_4_retrieval_position_1" gabor_085_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_13_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_085_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_124 gabor_086 gabor_172 gabor_008 gabor_124 gabor_086 gabor_172_alt gabor_008_alt "2_14_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_124_086_172_008_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_148_framed blank blank blank blank fixation_cross_white "2_14_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 1992 fixation_cross gabor_114 gabor_090 gabor_025 gabor_152 gabor_114 gabor_090_alt gabor_025_alt gabor_152 "2_15_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_114_090_025_152_target_position_2_3_retrieval_position_2" gabor_circ gabor_090_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_15_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_166 gabor_084 gabor_101 gabor_022 gabor_166 gabor_084 gabor_101_alt gabor_022_alt "2_16_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_166_084_101_022_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_white "2_16_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2042 fixation_cross gabor_138 gabor_060 gabor_169 gabor_084 gabor_138 gabor_060_alt gabor_169_alt gabor_084 "2_17_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_138_060_169_084_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_169_framed gabor_circ blank blank blank blank fixation_cross_white "2_17_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1942 2992 1892 fixation_cross gabor_126 gabor_018 gabor_157 gabor_001 gabor_126_alt gabor_018_alt gabor_157 gabor_001 "2_18_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_1900_gabor_patch_orientation_126_018_157_001_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_001_framed blank blank blank blank fixation_cross_white "2_18_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_001_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2392 fixation_cross gabor_134 gabor_047 gabor_163 gabor_112 gabor_134_alt gabor_047 gabor_163_alt gabor_112 "2_19_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_134_047_163_112_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_025_framed gabor_circ blank blank blank blank fixation_cross_white "2_19_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 2092 fixation_cross gabor_014 gabor_076 gabor_121 gabor_052 gabor_014_alt gabor_076_alt gabor_121 gabor_052 "2_20_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_014_076_121_052_target_position_1_2_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_20_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_010 gabor_178 gabor_042 gabor_117 gabor_010 gabor_178 gabor_042_alt gabor_117_alt "2_21_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_010_178_042_117_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_071_framed blank blank blank blank fixation_cross_white "2_21_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_126 gabor_048 gabor_170 gabor_153 gabor_126_alt gabor_048_alt gabor_170 gabor_153 "2_22_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_126_048_170_153_target_position_1_2_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_22_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1792 2992 2492 fixation_cross gabor_103 gabor_013 gabor_059 gabor_038 gabor_103 gabor_013 gabor_059_alt gabor_038_alt "2_23_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2500_gabor_patch_orientation_103_013_059_038_target_position_3_4_retrieval_position_2" gabor_circ gabor_013_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_23_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_013_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2242 2992 2342 fixation_cross gabor_005 gabor_052 gabor_110 gabor_164 gabor_005_alt gabor_052_alt gabor_110 gabor_164 "2_24_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_005_052_110_164_target_position_1_2_retrieval_position_1" gabor_005_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_24_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1742 2992 2542 fixation_cross gabor_118 gabor_039 gabor_145 gabor_061 gabor_118 gabor_039 gabor_145_alt gabor_061_alt "2_25_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_1750_3000_2550_gabor_patch_orientation_118_039_145_061_target_position_3_4_retrieval_position_1" gabor_118_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_25_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_118_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 2292 fixation_cross gabor_179 gabor_028 gabor_005 gabor_091 gabor_179 gabor_028_alt gabor_005_alt gabor_091 "2_26_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_179_028_005_091_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_005_framed gabor_circ blank blank blank blank fixation_cross_white "2_26_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 2442 fixation_cross gabor_152 gabor_127 gabor_077 gabor_016 gabor_152_alt gabor_127 gabor_077_alt gabor_016 "2_27_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_152_127_077_016_target_position_1_3_retrieval_position_1" gabor_152_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_27_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2542 fixation_cross gabor_074 gabor_010 gabor_094 gabor_142 gabor_074_alt gabor_010 gabor_094 gabor_142_alt "2_28_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_074_010_094_142_target_position_1_4_retrieval_position_1" gabor_074_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_28_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_074_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_138 gabor_093 gabor_178 gabor_053 gabor_138_alt gabor_093 gabor_178 gabor_053_alt "2_29_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_138_093_178_053_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_007_framed blank blank blank blank fixation_cross_white "2_29_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 2042 fixation_cross gabor_175 gabor_094 gabor_150 gabor_026 gabor_175_alt gabor_094 gabor_150_alt gabor_026 "2_30_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_175_094_150_026_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_white "2_30_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 1992 fixation_cross gabor_178 gabor_093 gabor_134 gabor_013 gabor_178 gabor_093_alt gabor_134 gabor_013_alt "2_31_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_178_093_134_013_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_013_framed blank blank blank blank fixation_cross_white "2_31_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2142 2992 2092 fixation_cross gabor_172 gabor_055 gabor_014 gabor_036 gabor_172 gabor_055 gabor_014_alt gabor_036_alt "2_32_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2100_gabor_patch_orientation_172_055_014_036_target_position_3_4_retrieval_position_2" gabor_circ gabor_055_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_32_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_055_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2492 fixation_cross gabor_101 gabor_014 gabor_074 gabor_036 gabor_101_alt gabor_014 gabor_074 gabor_036_alt "2_33_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_101_014_074_036_target_position_1_4_retrieval_position_1" gabor_101_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_33_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2242 2992 2542 fixation_cross gabor_125 gabor_158 gabor_101 gabor_074 gabor_125 gabor_158_alt gabor_101 gabor_074_alt "2_34_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2550_gabor_patch_orientation_125_158_101_074_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_white "2_34_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 1942 fixation_cross gabor_146 gabor_010 gabor_030 gabor_176 gabor_146_alt gabor_010_alt gabor_030 gabor_176 "2_35_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_1950_gabor_patch_orientation_146_010_030_176_target_position_1_2_retrieval_position_2" gabor_circ gabor_059_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_35_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_092 gabor_057 gabor_173 gabor_004 gabor_092_alt gabor_057_alt gabor_173 gabor_004 "2_36_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_092_057_173_004_target_position_1_2_retrieval_position_1" gabor_138_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_36_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2192 2992 1892 fixation_cross gabor_049 gabor_116 gabor_090 gabor_134 gabor_049 gabor_116_alt gabor_090 gabor_134_alt "2_37_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_049_116_090_134_target_position_2_4_retrieval_position_2" gabor_circ gabor_163_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_37_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2042 2992 1892 fixation_cross gabor_107 gabor_169 gabor_088 gabor_147 gabor_107_alt gabor_169 gabor_088_alt gabor_147 "2_38_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_107_169_088_147_target_position_1_3_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_38_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1842 2992 2242 fixation_cross gabor_041 gabor_157 gabor_117 gabor_085 gabor_041_alt gabor_157_alt gabor_117 gabor_085 "2_39_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_041_157_117_085_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_068_framed gabor_circ blank blank blank blank fixation_cross_white "2_39_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_068_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_050 gabor_011 gabor_030 gabor_094 gabor_050 gabor_011_alt gabor_030 gabor_094_alt "2_40_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_050_011_030_094_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_140_framed blank blank blank blank fixation_cross_white "2_40_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 2342 fixation_cross gabor_042 gabor_173 gabor_058 gabor_015 gabor_042_alt gabor_173 gabor_058_alt gabor_015 "2_41_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_042_173_058_015_target_position_1_3_retrieval_position_1" gabor_042_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_41_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 2142 fixation_cross gabor_172 gabor_148 gabor_035 gabor_008 gabor_172_alt gabor_148_alt gabor_035 gabor_008 "2_42_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_172_148_035_008_target_position_1_2_retrieval_position_1" gabor_124_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_42_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1942 2992 2492 fixation_cross gabor_157 gabor_028 gabor_005 gabor_180 gabor_157 gabor_028_alt gabor_005 gabor_180_alt "2_43_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_157_028_005_180_target_position_2_4_retrieval_position_2" gabor_circ gabor_028_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_43_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 2592 fixation_cross gabor_101 gabor_077 gabor_126 gabor_161 gabor_101_alt gabor_077 gabor_126_alt gabor_161 "2_44_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_101_077_126_161_target_position_1_3_retrieval_position_1" gabor_053_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_44_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2142 2992 2592 fixation_cross gabor_102 gabor_033 gabor_168 gabor_141 gabor_102_alt gabor_033 gabor_168_alt gabor_141 "2_45_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2600_gabor_patch_orientation_102_033_168_141_target_position_1_3_retrieval_position_2" gabor_circ gabor_083_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_45_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_083_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2242 2992 2242 fixation_cross gabor_091 gabor_040 gabor_125 gabor_009 gabor_091 gabor_040_alt gabor_125_alt gabor_009 "2_46_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_091_040_125_009_target_position_2_3_retrieval_position_2" gabor_circ gabor_040_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_46_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_081 gabor_142 gabor_099 gabor_034 gabor_081_alt gabor_142 gabor_099 gabor_034_alt "2_47_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_081_142_099_034_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_170_framed blank blank blank blank fixation_cross_white "2_47_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2092 fixation_cross gabor_148 gabor_080 gabor_034 gabor_108 gabor_148 gabor_080 gabor_034_alt gabor_108_alt "2_48_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_148_080_034_108_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_061_framed blank blank blank blank fixation_cross_white "2_48_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_061_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1742 2992 2292 fixation_cross gabor_029 gabor_069 gabor_155 gabor_011 gabor_029_alt gabor_069 gabor_155_alt gabor_011 "2_49_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2300_gabor_patch_orientation_029_069_155_011_target_position_1_3_retrieval_position_2" gabor_circ gabor_119_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_49_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_119_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2042 2992 1942 fixation_cross gabor_130 gabor_040 gabor_009 gabor_149 gabor_130_alt gabor_040 gabor_009_alt gabor_149 "2_50_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_130_040_009_149_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_white "2_50_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_097 gabor_065 gabor_153 gabor_048 gabor_097 gabor_065_alt gabor_153 gabor_048_alt "2_51_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_097_065_153_048_target_position_2_4_retrieval_position_2" gabor_circ gabor_065_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_51_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_091 gabor_005 gabor_169 gabor_038 gabor_091 gabor_005 gabor_169_alt gabor_038_alt "2_52_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_091_005_169_038_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_120_framed gabor_circ blank blank blank blank fixation_cross_white "2_52_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_104 gabor_174 gabor_148 gabor_059 gabor_104 gabor_174_alt gabor_148 gabor_059_alt "2_53_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_104_174_148_059_target_position_2_4_retrieval_position_2" gabor_circ gabor_038_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_53_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2392 fixation_cross gabor_037 gabor_076 gabor_157 gabor_005 gabor_037 gabor_076 gabor_157_alt gabor_005_alt "2_54_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_037_076_157_005_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_021_framed gabor_circ blank blank blank blank fixation_cross_white "2_54_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_052 gabor_002 gabor_069 gabor_036 gabor_052 gabor_002_alt gabor_069 gabor_036_alt "2_55_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_052_002_069_036_target_position_2_4_retrieval_position_2" gabor_circ gabor_002_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_55_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2192 2992 2342 fixation_cross gabor_093 gabor_178 gabor_036 gabor_071 gabor_093_alt gabor_178 gabor_036 gabor_071_alt "2_56_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_093_178_036_071_target_position_1_4_retrieval_position_1" gabor_143_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_56_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 1942 fixation_cross gabor_176 gabor_063 gabor_128 gabor_048 gabor_176_alt gabor_063 gabor_128 gabor_048_alt "2_57_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_176_063_128_048_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_048_framed blank blank blank blank fixation_cross_white "2_57_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1792 2992 2542 fixation_cross gabor_028 gabor_045 gabor_135 gabor_156 gabor_028_alt gabor_045 gabor_135_alt gabor_156 "2_58_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2550_gabor_patch_orientation_028_045_135_156_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_156_framed blank blank blank blank fixation_cross_white "2_58_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_156_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2092 fixation_cross gabor_010 gabor_148 gabor_063 gabor_121 gabor_010 gabor_148_alt gabor_063_alt gabor_121 "2_59_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_010_148_063_121_target_position_2_3_retrieval_position_2" gabor_circ gabor_099_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_59_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_004 gabor_037 gabor_152 gabor_077 gabor_004_alt gabor_037 gabor_152 gabor_077_alt "2_60_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_004_037_152_077_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_126_framed blank blank blank blank fixation_cross_white "2_60_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 1992 fixation_cross gabor_098 gabor_066 gabor_179 gabor_011 gabor_098_alt gabor_066_alt gabor_179 gabor_011 "2_61_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_098_066_179_011_target_position_1_2_retrieval_position_1" gabor_145_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_61_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2142 2992 1942 fixation_cross gabor_173 gabor_020 gabor_127 gabor_100 gabor_173 gabor_020_alt gabor_127_alt gabor_100 "2_62_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_1950_gabor_patch_orientation_173_020_127_100_target_position_2_3_retrieval_position_1" gabor_038_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_62_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_038_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_019 gabor_106 gabor_035 gabor_084 gabor_019_alt gabor_106_alt gabor_035 gabor_084 "2_63_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_019_106_035_084_target_position_1_2_retrieval_position_1" gabor_068_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_63_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_068_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1942 2992 2292 fixation_cross gabor_100 gabor_123 gabor_018 gabor_082 gabor_100_alt gabor_123 gabor_018 gabor_082_alt "2_64_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_100_123_018_082_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_082_framed blank blank blank blank fixation_cross_white "2_64_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_082_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_085 gabor_032 gabor_016 gabor_121 gabor_085_alt gabor_032 gabor_016_alt gabor_121 "2_65_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_085_032_016_121_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_white "2_65_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_100 gabor_158 gabor_052 gabor_080 gabor_100_alt gabor_158_alt gabor_052 gabor_080 "2_66_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_100_158_052_080_target_position_1_2_retrieval_position_2" gabor_circ gabor_020_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_66_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_020_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2192 2992 2142 fixation_cross gabor_035 gabor_054 gabor_102 gabor_124 gabor_035_alt gabor_054_alt gabor_102 gabor_124 "2_67_Encoding_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2150_gabor_patch_orientation_035_054_102_124_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_124_framed blank blank blank blank fixation_cross_white "2_67_Retrieval_Working_Memory_MEG_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_124_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2242 2992 1892 fixation_cross gabor_078 gabor_040 gabor_060 gabor_097 gabor_078_alt gabor_040 gabor_060 gabor_097_alt "2_68_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_078_040_060_097_target_position_1_4_retrieval_position_1" gabor_126_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_68_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1742 2992 1992 fixation_cross gabor_011 gabor_057 gabor_040 gabor_085 gabor_011 gabor_057_alt gabor_040_alt gabor_085 "2_69_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_011_057_040_085_target_position_2_3_retrieval_position_1" gabor_146_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_69_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2442 fixation_cross gabor_088 gabor_057 gabor_025 gabor_146 gabor_088 gabor_057_alt gabor_025_alt gabor_146 "2_70_Encoding_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_088_057_025_146_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_163_framed gabor_circ blank blank blank blank fixation_cross_white "2_70_Retrieval_Working_Memory_MEG_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_3" 1 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;
}; |
f471155dc207efd7cf31a65f563d88a6c15fef7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH5/EX5.5/example5_5.sce | a0f58cdc2eefcc928b156cf8b86467127b1c56ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | example5_5.sce |
//example 5.5
//page 202
clc; funcprot(0);
//initialisation of variable
D=7.5/100;
pi=3.14;
Vp=10;//velocity plate
Gamma=9810;
g=9.81;
V=15;
A=pi*D^2/4;
Q=A*V;
P=Gamma/g*Q*(V-Vp)*Vp;
disp(P,"work done per s on the plate (Nm/s)");
F=P/Vp;
disp(F,"force applied on the plate(N)");
Effi=2*(V-Vp)*Vp/V^2;
disp(Effi*100,"Efficiency (%)=")
clear
|
a23bb58367db28c39082bbdcaa5f9e0bed7eda80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /773/CH8/EX8.17/8_17.sci | 4a7f03293a0efe4fe27fcc8666a6bc0736068250 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 978 | sci | 8_17.sci | //coefficient//
s=%s;
t = %t;
F=syslin('c',(25)/(s^2+7*s)); //Creates transfer function in forward path
B=syslin('c',(1+0*s)/(1+0*s)); //Creates transfer function in backward path
k=20/25; //k=gain factor
CL=k*(F/.B) //Calculates closed-loop transfer function
// compare CL with Wn^2/(s^2+2*zeta*Wn+Wn^2)
y=denom(CL) //extracting the denominator of CL
z=coeff(y) //extracting the coefficients of the denominator polynomial
//Wn^2=z(1,1) ,comparing the coefficients
Wn=sqrt(z(1,1)) // Wn=natural frequency
//2*zeta*Wn=z(1,2)
zeta=z(1,2)/(2*Wn) // zeta=damping factor
Wd=Wn*sqrt(1-zeta^2)
Tp=%pi/Wd //Tp=peak time
Mp=100*exp((-%pi*zeta)/sqrt(1-zeta^2)) //peak overshoot
Td=(1+0.7*zeta)/Wn //Td=delay time
a=atan(sqrt(1-zeta^2)/zeta)
Tr=(%pi-a)/Wd //Tr=rise time
Ts=4/(zeta*Wn) //Ts=settling time
//y(t)=expression for output
y=(20/25)*(1-(exp(-1*zeta*Wn*t)/sqrt(1-zeta^2))*sin(Wd*t+atan(zeta/sqrt(1-zeta^2))));
disp(y,"Y(t)") |
b2ecd308e05c1762eac6657cffe175d433bb9267 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH8/EX8.24/Ex8_24.sce | 42ac180f368c34c24d51a825190e6233a3768731 | [] | 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,224 | sce | Ex8_24.sce | clear;
clc;
disp('Example 8.24');
// aim : To determine
// the mass of air supplied/kg of fuel burnt
// given values
// gas composition in the fuel
C = 84;// %age mass composition of Carbon in the fuel
H2 = 14;// %age mass composition of H2 in the fuel
O2f = 2;// %age mass composition of O2 in the fuel
// exhaust gas composition
CO2 = 8.85;// %age composition of CO2 by volume
CO = 1.2// %age composition of CO by volume
O2 = 6.8;// %age composition of O2 by volume
N2 = 83.15;// %age composition of N2 by volume
mC = 12;// moleculer mass of CO2,[kg/kmol]
mH2 = 2;// moleculer mass of H2, [kg/kmol]
mO2 = 32;// moleculer mass of O2, [kg/kmol]
mN2 = 28;// moleculer mass of N2, [kg/kmol]
// solution
// combustion equation by no. of moles
// 84/12 C + 14/2 H2 +2/32 O2 + a O2+79.3/20.7*a N2 = b CO2 + d CO2+ eO2 + f N2 +g H2
// equating coefficient and given condition
b = 6.16;// [mol]
a = 15.14;// [mol]
d = .836;// [mol]
f = 69.3*d;// [mol]
// so fuel side combustion equation is
// 84/12 C + 14/2 H2 +2/32 O2 + 15.14 O2 +85.5 N2
mair = ( a*mO2 +f*mN2)/100;// mass of air/kg fuel, [kg]
mprintf('\n The mass of air supplied per kg of fuel is = %f kg\n',mair);
// End
|
c1429e8c6f02903e8677f102f53d3912db15ea2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH17/EX17.5/Example_5.sce | 81bbb40e5fc4fd001949fdf3490c3399a67c1627 | [] | 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 | 505 | sce | Example_5.sce | //Chapter-17,Example 5,Page 370
clc();
close();
v= 50000 //volume of water
m1 = 84 //mass of MgCO3
m2 = 100 //mass of CaCO3
m3 = 95 //mass of MgCl2
m4 = 111 //mass of CaCl2
amnt_1 = 144 //amount of MgCO3 in ppm
amnt_2 = 25 //amount of CaCO3 in ppm
amnt_3 = 95 //amount of MgCl2 in ppm
amnt_4 = 111 //amount of CaCl2 in ppm
lime = (74/100)*[2*(amnt_1*100/m1)+(amnt_2*100/m2)+(amnt_3*100/m3)]*v
printf("the lime required is = %.3f mg",lime)
|
4a556abf564067a9b68c8e0967888b9093ca97ce | 717ddeb7e700373742c617a95e25a2376565112c | /74/CH2/EX2.1/example1_sce.sce | 495760601c156efd1dada49d663ef12b8ab14bb7 | [] | 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 | 318 | sce | example1_sce.sce | //chpter 2
// example 2.1
//page 63, figure 2.16
//design the value of R1 if output voltage level required is zero volts.
// given
Vout=0
Vin=6.84
Vbe=0.7
R2=270
//Vin-Vbe-I(R1+R2)=0 applying KVL to base emitter
I=(Vin-Vbe)/(R1+R2)
Vout=I*R2;
R1=1657.8-270; // 0=(6.84-.7)270/(270+R1)
disp(R1) // results |
1e301d536d380d90e5cfcd32d2c3e0b0559833d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2165/CH5/EX5.2/5_2.sce | d5349cb1af5b75c92e011ac70a56017a04ae2afb | [] | 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 | 306 | sce | 5_2.sce | clc
//initialisation of variables
h1=16//i.h.p
p1=100//lb/in^2
p2=15//lb/in^2
R=275//R.p.m
h=550//ft/min
q=33000//in^2
v1=4.85//lb
B=8.53//in
//CALCULATIONS
M=(p1/v1)-p2+(p1/v1-p2)*1/0.2
S=h/(2*R)//ft
I=(q*h1)/(M*S*R)//in^2
//RESULTS
printf('The effect of the clearance volume=% f in^2',I)
|
30c76540d04ffefc08971acc30468da5a60e1511 | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH9/EX9.1/9_1.sce | 11ea3c450502f2270dd3d80162119b4ed13fd19f | [] | 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 | 459 | sce | 9_1.sce | clear;
clc;
close;
disp("Example 9.1")
Tt1=1800
M1=0.55
alfa1=0
gm=1.33
Cp=1157
alfa2=60
T1=Tt1/(1+(gm-1)*M1^2/2)
a1=((gm-1)*Cp*T1)^(1/2)
C1=a1*M1
C2=C1/cosd(alfa2)
Tt2=Tt1
T2=Tt2-C2^2/(2*Cp)
a2=((gm-1)*Cp*T2)^(1/2)
M2=C2/a2
Ct2=C1*tand(alfa2)
r=0.35
t=0-r*Ct2
disp(C1,"(a)Inlet velocity C1 in m/s :")
disp(M2,"(b)The exit absolute Mach no. M2 :")
disp(t,"(c)Nozzle torque per unit mass flow rate for r1=r2=0.35m :") |
655dca104b37745e99aed2e59a83d892114ea68e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1184/CH14/EX14.4/Ex14_4.sce | a04a6976956bab811bf8aa4e62f908bb876469f4 | [] | 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 | 165 | sce | Ex14_4.sce | //Example 14-4,Page No - 557
clear
clc
f = 460*10^6
VF = 0.66
len = (246/f)*VF
printf('The length of impedance matching section is %.3f feet',len*10^6)
|
052d263bb1685ed6f5dbfb08ec30d48f5ba94600 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1904/CH5/EX5.1/5_1.sce | ef892279dc98436e8c0ebfebaa6e42d267ae44a8 | [] | 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 | 945 | sce | 5_1.sce | //To determine the circuit parameters of a radial express feeder
//Page 254
clc;
clear;
Z=0.1+(0.1*%i); //Feeder Impedance per unit
R=real(Z); //Resistance
X=imag(Z); //Reactance
Vs=1; //Sending End Voltage
Pr=1; //Constant Power Load
pfr=0.8; //Power Factor at recieving end
tr=acosd(pfr); //Power FActor angle
deff('x=angle(y)','x=atand(imag(y)/real(y))') //Function to Determine the Angle of a phasor
K=(Vs^2)-(2*Pr*(R+(X*tand(tr))));
Vr=sqrt((K/2)*(1+sqrt(1-((2*abs(Z)*Pr/(K*pfr))^2)))); //Recieving End Voltage
C=Pr*(X-(R*tand(tr)))/((Vr^2)+(Pr*(R+(X*tand(tr)))));
del=atand(C);
Ir=(Pr/(abs(Vr)*pfr))*exp(-1*%pi*%i*tr/180) //Recieving End Current
Is=Ir; //Sending End Current
Tir=angle(Ir);
Vr1=Vs-(Z*Ir);
printf('\na) Vr is %g/_%g pu, del is %g degrees, Ir = Is = %g/_%g pu\n',abs(Vr),angle(Vr),del,abs(Ir),Tir)
printf('b) Vr is %g/_%g pu, which is almost equal to the previous case.\n',Vr1,angle(Vr1))
|
7bcbec8a36a1c2a20a9629be508c6f1d168831ab | bbdc72de6d7eef74128eaf52b1f040053943de38 | /Code/TP2/Exo2.sci | cd4aeb83420411f331c3967633e4730dca61bfed | [] | no_license | Abdel-BHPC/Numerical-analysis | 46bb4dbcd26e00d6c4f405fe59a1ba433b8b72e0 | 2bcdb80d9ab8890d036eac3cce92b595abb88784 | refs/heads/main | 2023-03-02T14:11:06.939206 | 2021-02-08T08:40:07 | 2021-02-08T08:40:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 679 | sci | Exo2.sci | function [U,e]=trisup(A,b)
n = size(A)(1); //Nombre de ligne de matrice
for k=1:n-1
if abs(A(k,k)) < %eps then
error('Matrice est non inversible pendant élimination.');
else
for i = (k+1):n
coef = A(i,k)/A(k,k);
b(i) = b(i) - coef*b(k);
A(i,k) = 0;
for j=(k+1):n
A(i,j) = A(i,j) - coef*A(k,j);
end
end
end
end
if abs(A(n,n)) < %eps then
error("Le dernier pivot est null, Matrice non inversible pendant l''élimination.");
end
U = A;
e = b;
endfunction
|
1d7c03336b57decb9066325b5523ccc77443f037 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH10/EX10.11/1011.sce | 681061d48ae18ae74a4ad2908819558c2d8d87cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 228 | sce | 1011.sce | // problem 10.11
Hm=14.5
N=1000/60
y2=30
d2=0.3
B2=0.05
g=9.81
n=0.95
u2=3.142*d2*N
Vw2=g*Hm/(n*u2)
Vf2=(u2-Vw2)*tand(y2)
Q=3.142*d2*B2*Vf2
disp(Q*1000,"discharge of pump in m3/sec if manometric efficiency if 95%")
|
2b3653edfd8dd92ad46aadaac1d423c27c81cfd4 | dacb210e4fc5dbb894a8358ca5b425e801829c17 | /Finite Difference, PDE, one-way wave/lax_fried.sce | f359c87bdea64361256e1cc574d65fa4eb4d5ea0 | [] | no_license | amiedemmel/Diff-Eq-Projects | ba0fe0a45cee568b65b2b508bd55d193668f7a14 | 7edbd8a46aec2df62990c8fb11365498cb583335 | refs/heads/master | 2020-05-30T04:10:56.223423 | 2015-05-08T15:50:50 | 2015-05-08T15:50:50 | 35,286,857 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,289 | sce | lax_fried.sce | clear u u1 u2 u3 tr x x1 nu
col=['-+b'; '-+g'; '-+r'; '-+c'];
iter=1;
flag=1;
//lambda=input('lambda : ');
while(flag)
//h=input('Enter space step h : ');
h=1/20;
k=lambda*h;
ax=-3;
bx=3;
at=0;
bt=2;
n=(bt-at)/k + 1;
m=(bx-ax)/h + 1;
//True Solution for comparison
//t=2;
//x=ax;
//for i=1:m
// tx=x-t;
// if(abs(tx)<.5)
// tr(i)=cos(%pi*tx);
// else
// tr(i)=0;
// end
// x=x+h;
//end
u=zeros(n,m);
w=zeros(n,m);
x=ax;
for i=1:m
u(1,i)=1-abs(x);
w(1,i)=1-2*abs(x);
if u(1,i)<0
u(1,i)=0;
end
if w(1,i)<0
w(1,i)=0;
end
x=x+h;
end
for j=1:n-1
for i=2:m-1
//Lax-Friedrichs
u(j+1,i)=(1-lambda)/2*u(j,i+1)+(1+lambda)/2*u(j,i-1)
end
u(j+1,m)=u(j+1,m-1);
end
x1=ax:h:bx;
plot(x1,u(n,:),col(iter))
//err3=abs(u(n,:)-tr');
//if abs(err3)<5 then
// nratio3(iter)=err3(m);
// nerr3=norm(err3);
// disp(nerr3)
//else disp('u is usless');
//end
iter=iter+1;
lambda=input('lambda : ');
if lambda == 0 then
flag = 0;
end
end
plot(x1,tr,'k')
|
68940bba67d9e91539f716c4975ed71f2e62c493 | 59ca8642f974b397e1747edc1015fce8b8e6c59f | /euler.sce | c1a4780592f28f6c4abcd11a5f44b7d8dca5b4b5 | [] | no_license | mcortex/scilab-code | c6a367b216e531d0ebe3cda5d4a84156b23d2085 | 2709299d60d9e72294b274773bdadb4126a25ba9 | refs/heads/master | 2020-05-26T05:49:42.441734 | 2019-12-06T02:06:49 | 2019-12-06T02:06:49 | 188,126,346 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 941 | sce | euler.sce | // FUNCION A EVALUAR:
function z=f(t,y)
//z=%e*t*%e^sin(y);
//z=t^2*y^4
//z=t*exp(y)
//z=4-2*t
//z=-t*sin(y)
z=-5*y
endfunction
//function p=g(t)
// p=-t^2+4*t+2
//endfunction
//Grafico f(x)
//t=-10:0.1:10; // desde -5 hasta 5 yendo de 1 en 1
//plot2d(t, g(t));
//muestra grilla
//xgrid(3,1,7);
function T=euler(t,y,f,h,N) // t=var indep, y=var dep de t, f(t,y(t)), h=paso, N=cantidad de iteraciones
T=[t y] //matriz de 1 fila x 2 columnas: [t0 y0]
for i=1:N
F=f(t,y)
printf("\nyi= %12.9f + %12.9f * %12.9f ",y,F,h);
y=y+F*h // calculo yi
t=t+h // avanzo
T=[T;t y] // ";" agrega una fila a la matriz
end
t=T(:,1); // convierto la primer columna en un vector fila
y=T(:,2)'; // convierto la segunda columna en un vector columna
//Grafico f(x)
plot2d(t,y,style=[color("blue")]);
//muestra grilla
xgrid(3,1,7);
endfunction
|
c85eb45dac2cc096797410e8d58f0e8d48ef5818 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.75/75.sci | 928d67ae1b0cf53d1da9247a5fc4f181f900d8cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 530 | sci | 75.sci | clc;
clear all;
disp("Thickness of insulation")
r1=8/2;//mm
k=0.18;// W/(m*C)
ho=12.5;// W/(m^2*C)
rc=1000*k/ho;//mm
r2=rc;//mm
t=r2-r1;//mm
L=1;//m
disp("mm",t,"Thickness of insulation = ")
t1=45;// degree C
t2=20;// degree C
delT=t1-t2;
A=2*3.1416*L*r1/1000;
Q1=ho*A*delT;
disp("W/m",Q1,"heat flow per unit length (without insulation) = ")
//Q2=2*3.1416*L*(delT)/(1/(ho*r2)+(log(r2/r1))/k);
//Q2=0.495*(t2-20)
Q2=Q1;
t2=Q2/.495+20;
disp("degree C",t2," surface temperature of insulated cable t2 = ")
|
c3ab692e580dc3ce980fa1d5193c52a8886c5662 | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /getcov.sci | 2746beb1336aa5edfb10fc3cdba17c35940e5d33 | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 694 | sci | getcov.sci | function X = getcov(sys)
// sys is an idpoly object
X = zeros(n,n);
n = length(params(sys))
for(i = 1:n)
for(j = 1:n)
X(i,j) =
endfunction
function M = params(sys)
if(sys.Type == 'arx' | sys.Type == 'armax')
coefs = [sys.A sys.B];
na = length(sys.A) - 1; nk = sys.ioDelay;
nb = length(sys.B);
if(sys.Type == 'armax')
coefs = [coefs sys.C(2:$)]
nc = length(sys.C) - 1;
end
elseif(sys.Type == 'oe')
coefs = [sys.B sys.F1(2:$)]
nf = length(sys.F1) - 1;
nk = sys.ioDelay;
nb = length(sys.B);
end
M = coefs;
endfunction
|
710c04de66902293b70e205fdd999fc22eba9b9d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH6/EX6.16/ex6_16.sce | 0ba212f5e9dc1a874ea153bc16a735a76b58328b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 642 | sce | ex6_16.sce | // Exa 6.16
format('v',7);clc;clear;close;
// Given data
f1 = 1;//frequency in MHz
f1= f1*10^6;// in Hz
f2 = 2;//frequency in MHz
f2= f2*10^6;// in Hz
C1 = 500;//capacitance in pF
C1 = C1 * 10^-12;// in F
C2 = 110;//capacitance in pF
C2 = C2 * 10^-12;// in F
// f1 = 1/(2*%pi*(sqrt(L*(C1+Cd)))) (i)
// f2 = 1/(2*%pi*(sqrt(L*(C2+Cd)))) (ii)
// From eq(i) and (ii)
Cd= (f2^2*C2-f1^2*C1)/(f1^2-f2^2);// in F
// From eq(i)
C=C1+Cd;
L=1/((C1+Cd)*(2*%pi*f1)^2);// in H
L= L*10^6;//inductance in µH
Cd= Cd*10^12;// self capacitance in pF
disp(Cd,"The self capacitance in pF is");
disp(L,"The inductance in µH is : ")
|
eeb4f46d1397b4c2c7ed8b237f53151a57b8a8a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1442/CH13/EX13.2/13_2.sce | f49796ad8e50e059f93aec6b1bb4a30c37ae8506 | [] | 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 | 658 | sce | 13_2.sce | clc
//initialisation of variables
S1= 6.539 //kJ/kg K
S2= 6.7664 //kJ/kg K
v1= 0.10976 //m^3
v2= 0.08700 //m^3
P= 3 //Mpa
P1= 2 //Mpa
T= 350 //K
T1= 250 //K
S3= 3.1741 //kJ/kg K
S4= 3.2071 //kJ/kg K
P2= 30 //Mpa
P3= 20 //Mpa
v3= 0.0014217 //m^3
v4= 0.0012860 //m^3
T2= 320 //K
T3= 280 //K
//CALCULATIONS
r= (S1-S2)/(P*10^3-P1*10^3)
r1= (v1-v2)/(T-T1)
R= (S3-S4)/(P2*10^3-P3*10^3)
R1= (v3-v4)/(T2-T3)
//RESULTS
printf (' entropy wrt pressre= %.7f kJ/kg K kpa',r)
printf (' \n entropy wrt pressre= %.e kJ/kg K kpa',R)
printf (' \n volume wrt temperature= %.7f m^3/kg K ',r1)
printf (' \n volume wrt temperature= %.2e m^3/kg K ',R1)
|
7a8d088760e6b816c606fd4f82dbcb7e615454ab | b7a17b3201dbf8c273b02a3785115732aeb07d6a | /UtilityScripts/Oracle/UTL_CS-Example.tst | 0e8c718d03bde34829e722566b40c61f63e093b3 | [
"Apache-2.0"
] | permissive | bubdm/DataAccess | 054667d9cce94c38cfb9bae657c3a1bb436e8298 | 3614697c9ac4f820e8e97e1a1d6357f38ba54aa2 | refs/heads/master | 2022-01-10T18:37:15.744347 | 2018-12-08T05:40:31 | 2018-12-08T05:40:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | tst | UTL_CS-Example.tst | PL/SQL Developer Test script 3.0
9
DECLARE
RC1 SYS_REFCURSOR;
BEGIN
-- Call the target procedure, return the RC1
XYZ.TPW_TEST.TEST_RESULT_SET(SYSDATE, RC1);
-- Generate C# class BasePosition from RC1
:csCode := XYZ.UTL_CS.GEN_CS_CLASS(RC1, 'BasePosition', 1, 0);
END;
1
:csCode
1
<CLOB>
112
2
tGen_Code
tCode
|
5078b3fdd3d77961a16285c6e550ec6924566c4f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH9/EX9.4/Ex9_4.sce | 60efd4518ea9623e28476cc72a313d308ed53c85 | [] | 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 | 263 | sce | Ex9_4.sce | clc
clear
//Initialization of variables
x=0.35
T=18 //F
T2=55.5 //F
//calculations
disp("From table B-14,")
hf=12.12 //Btu/lbm
hg=80.27 //Btu.lbm
hfg=-hf+hg
h=hf+x*hfg
h2=85.68 //Btu/lbm
dh=h2-h
//results
printf("Heat required = %.2f Btu/lbm",dh)
|
02461ee8b18cb9c633503cf6d27ab71fd27f0f52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1238/CH2/EX2.35/35.sce | 56c3a622b9af2e4bec3cac8ee7cffa04b8771744 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 241 | sce | 35.sce | //finding maxterms//
//example 35//
clc
//clears the command window//
clear
//clears//
disp('given f=product(0,3,5,6)')
disp('f=(000)(011)(101)(110)')
disp('required maxterms:')
disp('f=(A+B+C)(A+B''+C'')(A''+B+C'')(A''+B''+C)')
|
089dbbc15569429c56c102537383f88e268f54c3 | 1ba492e6272bedbcd7c8b7c755eeb26885d2cb8e | /fiboUsingfor.sce | 1bf82d8da13035d945d02cd7f4c7777af97178bd | [] | no_license | Ichchhayakants/MATLAB | 640e82659dd08ded992e8e82688c4e4a69775432 | fb51fe897b1f1f11f8f902d6d5de4569c78350f0 | refs/heads/master | 2020-05-02T13:07:34.003177 | 2019-03-27T11:02:55 | 2019-03-27T11:02:55 | 177,976,069 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 71 | sce | fiboUsingfor.sce | n = 10
fibo=[1,1];
for i=3:n
fibo(i)=fibo(i-1)+fibo(i-2);
end
|
b24ef737818f9fd90addb0baceb989a1f5bf3883 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/contr.man.tst | ca85710e4696df3fa0e365399658df949e94fbd1 | [
"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 | 194 | tst | contr.man.tst | clear;lines(0);
W=ssrand(2,3,5,list('co',3)); //cont. subspace has dim 3.
A=W("A");B=W("B");
[n,U]=contr(A,B);n
A1=U'*A*U;
spec(A1(n+1:$,n+1:$)) //uncontrollable modes
spec(A+B*rand(3,5))
|
3e85fce398280b2eb0f1414d7e8db741fde09d3d | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH18/EX18.4/18_4.sce | 187d6662fd8f32fec366150f89c613175dd9f60d | [] | 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 | 222 | sce | 18_4.sce | clc;
// page no 680
// prob no 18_4
T_sky=120;// Sky temp expressed in K
L_dB=2;// antenna feedline loss
L=10^(L_dB/10);
// the noise temp is given as
Ta=((L-1)*290 + T_sky)/L;
disp('K',Ta,'Noise temperature is' ); |
bd8dca51d2a33d09e01442ecd9bc519dd9cc4892 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH3/EX3.7/example7.sce | 664ed35e4ae4b176b8f6737364ac81ddec2ece70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | example7.sce |
// Example 3-7, page 68
clear;clc; close;
// Given data
Vd=0.7;// diode drop in volts
V=10;// source voltage
R=1000;// resistance in ohms
// Calculations
Vl=V-Vd;// load voltage in volts
I=Vl/R;// load current in amperes
P=(V-Vl)*I;// diode power in watts
disp("Amperes",I,"Load Current=")
disp("Volts",Vl,"Load Voltage=")
disp("Watts",P,"Diode power=")
|
d64d02d809189ca2e538d2497bb649e1bb404815 | 717ddeb7e700373742c617a95e25a2376565112c | /32/CH6/EX6.14/6_14.sce | 425062396f7aee3418e0e8aa8cbbe133c8ef8a9b | [] | 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 | 1,330 | sce | 6_14.sce | //pathname=get_absolute_file_path('6.14.sce')
//filename=pathname+filesep()+'6.14-data.sci'
//exec(filename)
//Mass of steam(in kg):
m1=100
//Initial pressure(in kPa):
p1=100
//Final pressure(in kPa):
p2=1000
//Dryness fraction:
x1=0.5
//Pressure of dry saturated steam(in kPa):
p3=2000
//From steam tables:
hf100kPa = 417.46 //kJ/kg
uf100kPa = 417.36 //kJ/kg
vf100kPa = 0.001043 //m^3/kg
hfg100kPa = 2258 //kJ/kg
ufg100kPa = 2088.7 //kJ/kg
vg100kPa = 1.6940 //m^3/kg
vg2000kPa = 0.09963 //m^3/kg
ug2000kPa = 2600.3 //kJ/kg
hg2000kPa = 2799.5 //kJ/kg
hf1000kPa = 762.81 //kJ/kg,
hfg1000kPa = 2015.3 //kJ/kg
vf1000kPa = 0.001127 //m3/kg
vg1000kPa = 0.19444 //m3/kg
//Initial specific volume(in m^3/kg):
v1=vf100kPa+x1*(vg100kPa-vf100kPa)
//Enthalpy at 1(in kJ/kg):
h1=hf100kPa+x1*hfg100kPa
//Volume of vessel(in m^3):
V=m1*x1*v1
//Internal energy in the beginning(in kJ):
U1=m*(uf100kPa+x1*ufg100kPa)
//Final specific volume(in m^3/kg):
v2=vg2000kPa*v1/(vg2000kPa+v1)
//Final dryness fraction:
x2=(v2-vf1000kPa)/(vg1000kPa-vf1000kPa)
//Final enthalpy(in kJ/kg):
h2=hf1000kPa+x2*hfg1000kPa
//Mass of dry steam at 2000kPa(in kg):
m=m1*(h1-h2)/(h2-hg2000kPa)
printf("\nRESULT\n")
printf("\nMass of dry steam at 2000 kPa to be added = %f kg",m)
printf("\nQuality of final mixture = %f",x2) |
32dbd738086258ad993f430aa7608e1fb26b99fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH2/EX2.1.4/U2_C1_4.sce | 3cb355b884eda8c83ba63b78a7ff85b982029a8a | [] | 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 | 550 | sce | U2_C1_4.sce | //variable initialization
e=1.6*10^-19; //Charge of electron (coulombs)
h=(6.625*10^-34)/(2*%pi); //Planck's constant (joule-second)
c=3*10^8; //Speed of light (meter/second)
//calculating ch by using ch = 2*pi*h*c
ch=(2*%pi*h*c*10^9)/e; //Value of ch (eV nm)
printf("\nch = %.0f eV nm",ch);
|
9b0c1bb7da044ccb0c05ea354f8791398b184607 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/peak2rms/peak2rms/peak2rms5.sce | 593031a1e8a34006e37bd26135f66bdbf200e563 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 78 | sce | peak2rms5.sce | //check o/p for empty i/p vector
y=[];
a=peak2rms(y);
disp(a);
//output
//Nan
|
8ce6c9f23621419e372f9c511aec33d0c735968f | 717ddeb7e700373742c617a95e25a2376565112c | /1026/CH10/EX10.4/Example10_4.sce | 3faf845793291c3b6d26232cd4a9234649bcd29a | [] | 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 | 356 | sce | Example10_4.sce | //chapter10,Example10_4,pg 272
vx=1.7*10^7
Ey=3.4*10^4
x=3*10^-2
t=x/vx
//y=0.5*ay*(t^2)
ay=(e*Ey)/m
y=0.5*ay*(t^2)
Bz=Ey/vx
printf("verical displacement of electron \n")
printf("y=%.2f m",y)
printf("\nmagnitude of magnetic field\n")
printf("B=%.4f wb/m2",B)
printf("\ndirection of field is upward as Ey is downward") |
71b44551b2f8a140ac838b9e1dbda1d4f9092d8d | d86b018eb7bf61fd63158c13ffe7cea53c558c9d | /src/read_samples.sci | f927ff610a3196266cb191d3bc4c72fbbb5bf1f9 | [] | no_license | ingoncalves/face-recognition | 710a67a4ab659333d679ab83576a35c9fef78976 | ed9bb1122bd0cbb544ede993b58e378766eae281 | refs/heads/master | 2021-01-22T08:59:17.237554 | 2015-07-29T17:23:19 | 2015-07-29T17:23:19 | 38,324,975 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 663 | sci | read_samples.sci | function [trainList, testList] = read_samples(path)
files = listfiles(path);
trainList = list();
testList = list();
for i=1:size(files, 1)
fileName = files(i);
[a,b,c,d] = regexp(fileName,'/(?P<class>\d+)-(?P<index>\d+)\.(?P<type>\w+)/');
class = strtod(d(1));
index = strtod(d(2));
if find(iClass==class) then
sampl = struct('class', class, 'index', index,'path', path+'/'+fileName);
if find(iTrain==index) then
trainList($+1) = sampl;
elseif find(iTest==index) then
testList($+1) = sampl;
end
end
end
endfunction
|
8cc741ad5e6a69cd16985b67fe1d06c794a8dd45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1358/CH7/EX7.3/Example73.sce | 284a90e4c64caad26cffd04cdab24374eee84b96 | [] | 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 | 833 | sce | Example73.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 7, Example 3")
disp("From Figure Ex73")
Ca = 250 //m/s
Ca3 = Ca;//m/s
Ca2 = Ca3;//m/s
Ca1 = Ca2;//m/s
U = 350;//m/s
disp("From velocity triangle (b)")
alpha2 = 63;
C2 = Ca2/cos(alpha2*%pi/180)//m/s
disp("From Figure (c)")
alpha3 = 9;
C3 = Ca3/cos(alpha3*%pi/180)//m/s
Cw3 = Ca3*tan(alpha3*%pi/180)//m/s
beta3 = atan((U+Cw3)/Ca3)*180/%pi
disp("From Figure(b)")
Cw2 = Ca2*tan(alpha2*%pi/180)//m/s
beta2 = atan((Cw2-U)/Ca2)*180/%pi
disp("Power output in kW")
m = 15;
W = m*U*Ca*(tan(beta2*%pi/180) + tan(beta3*%pi/180))/1000
disp("The degree of reaction is given by")
DOR = Ca*(tan(beta3*%pi/180) - tan(beta2*%pi/180))/(2*U) *100
|
3dd66c08a18dee85bbc694397016fa5070887489 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH5/EX5.9/5_9.sce | a212c7a5c341c151d067443b174b34243a439b36 | [] | 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 | 289 | sce | 5_9.sce |
clc
//initialisation of variables
g= 32.2 //ft/sec^2
Q= 12 //cuses
//CALCULATIONS
hc= (Q/(3*sqrt(g)))^(2/3)
Hc=poly(0,"Hc")
vec=roots(Hc^6+6*Hc^5+12*Hc^4+8*Hc^3-8.95*Hc-8.95)
H=vec(3)
//RESULTS
printf ('Critical depth = %.2f ft',hc)
printf ('\n Critical depth = %.2f ft',H)
|
9d01f6e61afa129917bc2cb38a0ec71d3a3a304b | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/scilab/struct/runme.sci | 4d47ef0dcc82cf6f5b9dfd952dc3c52463d968e7 | [
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 264 | sci | runme.sci | lines(0);
ilib_verbose(0);
ierr = exec('loader.sce', 'errcatch');
if ierr <> 0 then
disp(lasterror());
exit(ierr);
end
// Test use of a struct (Bar)
a = new_Bar();
Bar_x_set(a, 100);
printf("a.x = %d (Should be 100)\n", Bar_x_get(a));
delete_Bar(a);
exit
|
8dd07f1aee687247b80a1ea019595dd7d65ad9e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH4/EX4.12/4_12.sce | 038a4e6863c21a3fc84a6f60e346ff3c7ddf7661 | [] | 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 | 205 | sce | 4_12.sce | clear//
//Variables
R1=10;R2=10;
//Calculation
Req = R1*R2 / (R1 + R2) //Equivalent Resistance (in kilo-ohm)
//Result
printf("\n The equivalent resistance is %0.3f kilo-ohm.",Req)
|
ebc4ea19b2171656e1ab4f854d69ed5fc668b4bc | 717ddeb7e700373742c617a95e25a2376565112c | /1445/CH2/EX2.15/Ex2_15.sce | 4a6ab9086fec89ede202b1ecb8db2ae8f7d68e59 | [] | 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 | 1,412 | sce | Ex2_15.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 15
disp("CHAPTER 2");
disp("EXAMPLE 15");
//GIVEN
//choke coil takes current of 2 Amp 60 deg lagging
//Applied voltage 200 V 50Hz
//VARIABLE INITIALIZATION
I=2; //in Amperes
angle_I=60; //in degrees
v1=200; //in Volts
f=50; //in Hertz
//SOLUTION (i)
z1=v1/I;
disp(sprintf("The impedance is %d Ω, %d degrees",z1,angle_I));
//function to convert from polar form to rectangular form
function [x,y]=pol2rect(mag,angle);
x=mag*cos(angle*(%pi/180)); //to convert the angle from degrees to radians
y=mag*sin(angle*(%pi/180));
endfunction;
[r,x1]=pol2rect(z1,angle_I);
disp(sprintf("The resistance is %d Ω",r));
L=x1/(2*%pi*f);
disp(sprintf("The inductance is %5.3f H",L));
//SOLUTION (ii)
//Choke is now connected to 100 V 25 hz power supply
//Howevetr, R and L of the choke will remain the same
//Reactance will change
v2=100; // in volts
f2=25; // in Hz
x2=2*%pi*f2*L; // inductive reactance in the new system
z2=sqrt((r^2)+(x2^2)); // impedance in the new system
angle=atan(x2/r);
I1=v2/z2; // current in the new system
p=v2*I1*cos(-angle); //power consumed
//
//disp(sprintf("The angle is %5.4f ",angle));// text book value is assumed 0.75
disp(sprintf("The power consumed is %5.1f W",p));
//END
|
c7a740e574e36d56eced99ba842831fe09d2a82d | a27117f570df5615cbad07adf0e508ac092b0f9d | /prob3.sce | 1be052719476e9cbb3042bb55eadac9f22bbd8c1 | [] | no_license | SammithSB/Scilab-Assignment | e8243b5092c0689f52c034818b349327bcfd3f33 | 99345a4f72a33990147318d963ff81b966c7944d | refs/heads/main | 2023-04-08T11:44:56.996159 | 2021-04-23T12:16:33 | 2021-04-23T12:16:33 | 360,826,533 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | prob3.sce | // matrix A is [1,2,3;7,5,4;2,2,9]
clc;clear;
A = [1 2 3;7 5 4;2 2 9];
n = length (A(1,:));
Aug=[A,eye(n,n)];
for j = 1: n-1
for i = j+1: n
Aug(i,j:2*n)=Aug(i,j:2*n)-Aug(i,j)/Aug(j,j)*Aug(j,j:2*n);
end
end
for j=n:-1:2
Aug(1:j-1,:)=Aug(1:j-1,:)-Aug(1:j-1,j)/Aug(j,j)*Aug(j,:);
end
for j=1:n
Aug(j,:)=Aug(j,:)/Aug(j,j);
end
B=Aug(:,n+1:2*n);
disp(B,'The inverse of A are: ');
|
058e8fe7b3a3a7b7c769bf75e651bd588f31cec1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /48/CH14/EX14.4/eg_14_4.sce | a2973daa9e2a6de0325a854887b2d4fa919fadeb | [] | 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 | eg_14_4.sce | clc;
clear;
N=4;
s=[ 'PS' 'x=0' 'x=1';
'A' 'A' 'B';
'B' 'C' 'B';
'C' 'A' 'D';
'D' 'C' 'B'];
n=max(size(s(:,1)));
s(n+1,:)=['-' '-' '-'];
l=2;
for i=2:n
for j=i:n
if(i~=j)
s(n+l,1)=strcat([s(i,1) s(j,1)]);
s(n+l,2)=strcat([s(i,2) s(j,2)]);
s(n+l,3)=strcat([s(i,3) s(j,3)]);
l=l+1;
end
end
end
disp(s); |
eb13fddb36b0391701801cd48fc6003725e5289d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3293/CH8/EX8.13/Ex8_13.sce | 82928c49327f2bdb638c75d1c6915ffdcdc620d7 | [] | 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 | 543 | sce | Ex8_13.sce | //page 283
//Example 8.13
clc;
clear;
close;
A = rand(2,2);
A(1,:) = A(1,:) + 1; //so b1 is not equal to zero
a = A(1,1);
b = A(1,2);
c = A(2,1);
d = A(2,2);
b1 = A(1,:);
b2 = A(2,:);
disp(A,'A = ');
disp(b1,'b1 = ');
disp(b2,'b2 = ');
disp('Applying the orthogonalization process to b1,b2:');
a1 = [a b];
a2 = (det(A)/(a^2 + b^2))*[-b' a'];
disp(a1,'a1 = ');
disp(a2,'a2 = ');
disp('a2 is not equal to zero if and only if b1 and b2 are linearly independent.');
disp('That is, if determinant of A is non-zero.');
//end
|
fc8a58a78c5191a344c3fc7da3030dfaa338a5f5 | 321a5f864574e4e456d3014567deed45759cbc95 | /data/rrt00001.tst | 777fa551eda79a2ad5b483db59c9ae0a0557c0aa | [
"MIT"
] | permissive | Codecraft-Inc-Montpelier-VA/evt | aa5ac5b1f30f24fb5a2ae0b2fd319ff3b3c65b80 | 04085ee309611d9528ac4d762a4a8a8229f232cc | refs/heads/main | 2023-07-15T05:27:12.711753 | 2021-08-24T03:42:37 | 2021-08-24T03:42:37 | 399,318,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 86 | tst | rrt00001.tst | Elevator Verification Test,Mon Aug 23 23:39:19 2021
0,StartTest
8,AbortTest
|
a2c23397822a056dd9d8a87ed2d30373446eec57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH9/EX9.17/9_17.sce | d5e7281fd8aed54f626f82ac7581b5efe98dd5fc | [] | 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 | 683 | sce | 9_17.sce | //Chapter 9, Problem 17, Figure 9.10
clc;
N=800; //no of turns
I=0.5; //current in coil
l=%pi*120*10^-3; //length of coil
u0=4*%pi*10^-7; //permeability of free space
ur=3000; //relative permeability
dI=0.5-0; //change in current
dt=80*10^-3; //change in time
A=400*10^-6; //cross sectional area
S=l/(u0*ur*A); //calculating reluctance
L=N^2/S; //calculating inductance
E=-L*(dI/dt); //calculating induced emf
printf("Self inductance L = %f H\n\n\n",L);
printf("Induced emf E = %d V",E);
|
9fa23acc5029bae0fe97b33be214b0de5b3a8fb0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH4/EX4.3/Ex4_3.sce | b0ea49598cf3de472632547c7a07847c49b544bd | [] | 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 | 388 | sce | Ex4_3.sce | //Ex 4.3 page 159
clc;
clear;
close;
R=10;// ohm
Vs=230;// V
f=50;// Hz
alpha = 90;// degree
Vor=Vs*sqrt(1/%pi*(%pi-alpha*%pi/180+sin(2*alpha*%pi/180)/2));// V
Ior=Vor/R;// A
P=Ior**2*R;// W
pf=Vor/Vs;// power factor
printf('\n rms load voltage = %.2f V', Vor)
printf('\n rms load current = %.2f A', Ior)
printf('\n power input = %.2f W', P)
printf('\n load power factor = %.1f ',pf)
|
d833d62c3b6423ea72580d3541159e88e3b73736 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH6/EX6.1/EXAMPLE6_1.SCE | ff97899280c7740e109eee3f88c053e0eeb7f5d6 | [] | 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 | 415 | sce | EXAMPLE6_1.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 6
//NOISE
clear all;
clc;
printf("EXAMPLE 6.1(PAGENO 281)");
//given
R = 10*10^3//resistance of amplifier in ohms
T = 273+27//temperature in kelvin
B = (20-18)*10^6//bandwidth
k = 1.38*10^-23//boltzman's constant
//calculations
V_n = sqrt(4*R*k*T*B);//rms noise voltage
//result
printf("\n\nRms noise voltage = %.10f V",V_n);
|
00f238dcbbc9430e2992aeb6aaf6d5106b4a29fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/762.sci | 454f6c7f1469bfc839d966d6a7f335023c6dc343 | [] | 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 | 144 | sci | 762.sci | basis=1 //Kg/s
x=0.6 //ethane
T1=150 //K
T2=250 //K
P=5 //bar
Hout1=973.3 //KJ/Kg
Hout2=237.0 //KJ/Kg
Hin1=314.3 //KJ/Kg
Hin2=30 //KJ/Kg |
eb43e7e46e0be91877fc5dddf23543c944483727 | 2d7fb0d5dbae1f305d3e1d8a1ae832b21b265698 | /HackALU/Test Instances/HackALU.tst | 37dcf423b68a2edb39b58b415fabfa895e4d4030 | [] | no_license | shvishnu/Hardware-Description-Language | 5958d004b21ed8c75028da514aa16bc848c14e87 | 052dea214fe7e8456338b7dc1d377a121c022b88 | refs/heads/main | 2023-06-18T14:24:44.110683 | 2021-07-19T19:40:37 | 2021-07-19T19:40:37 | 385,691,538 | 0 | 0 | null | 2021-07-19T19:40:38 | 2021-07-13T17:55:49 | Scilab | UTF-8 | Scilab | false | false | 5,447 | tst | HackALU.tst | load HackALU.hdl,
output-file HackALU.out,
output-list x%B0.16.0 y%B0.16.0 out%B0.16.0 zr ng;
/**********x > 0 and y > 0 and x > y**********/
//1
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 0,
set zy 1,
set ny 0,
set f 1,
set no 0,
eval,
output;
//2
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 1,
set ny 1,
set f 1,
set no 1,
eval,
output;
//3
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 1,
set ny 0,
set f 1,
set no 0,
eval,
output;
//4
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 0,
set no 0,
eval,
output;
//5
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 0,
set no 0,
eval,
output;
//6
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 0,
set no 1,
eval,
output;
//7
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 0,
set no 1,
eval,
output;
//8
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 1,
set no 1,
eval,
output;
//9
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 1,
set no 1,
eval,
output;
//10
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 1,
set zy 1,
set ny 1,
set f 1,
set no 1,
eval,
output;
//11
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 1,
set f 1,
set no 1,
eval,
output;
//12
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 1,
set no 0,
eval,
output;
//13
set x %B0011001100110100,
set y %B0011001100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 1,
set no 0,
eval,
output;
//14
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 0,
set ny 0,
set f 1,
set no 0,
eval,
output;
//15
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 1,
set zy 0,
set ny 0,
set f 1,
set no 1,
eval,
output;
//16
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 0,
set ny 1,
set f 1,
set no 1,
eval,
output;
//17
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 0,
set zy 0,
set ny 0,
set f 0,
set no 0,
eval,
output;
//18
set x %B0011001100110100,
set y %B0011001100110011,
set zx 0,
set nx 1,
set zy 0,
set ny 1,
set f 0,
set no 1,
eval,
output;
/**********x and y of opposite sign and |x| > |y|**********/
//1
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 0,
set zy 1,
set ny 0,
set f 1,
set no 0,
eval,
output;
//2
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 1,
set ny 1,
set f 1,
set no 1,
eval,
output;
//3
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 1,
set ny 0,
set f 1,
set no 0,
eval,
output;
//4
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 0,
set no 0,
eval,
output;
//5
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 0,
set no 0,
eval,
output;
//6
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 0,
set no 1,
eval,
output;
//7
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 0,
set no 1,
eval,
output;
//8
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 1,
set no 1,
eval,
output;
//9
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 1,
set no 1,
eval,
output;
//10
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 1,
set zy 1,
set ny 1,
set f 1,
set no 1,
eval,
output;
//11
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 1,
set f 1,
set no 1,
eval,
output;
//12
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 1,
set ny 1,
set f 1,
set no 0,
eval,
output;
//13
set x %B0111001100110100,
set y %B1111101100110011,
set zx 1,
set nx 1,
set zy 0,
set ny 0,
set f 1,
set no 0,
eval,
output;
//14
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 0,
set ny 0,
set f 1,
set no 0,
eval,
output;
//15
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 1,
set zy 0,
set ny 0,
set f 1,
set no 1,
eval,
output;
//16
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 0,
set ny 1,
set f 1,
set no 1,
eval,
output;
//17
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 0,
set zy 0,
set ny 0,
set f 0,
set no 0,
eval,
output;
//18
set x %B0111001100110100,
set y %B1111101100110011,
set zx 0,
set nx 1,
set zy 0,
set ny 1,
set f 0,
set no 1,
eval,
output; |
ad57c9434458f8b5d3769dc0d7437b1a9a03496c | 449d555969bfd7befe906877abab098c6e63a0e8 | /61/CH17/EX17.6/ex17_6.sce | a2b8ee7bd8bf13a0e830ad82b5faa6bcd8acfb5c | [] | 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 | 45 | sce | ex17_6.sce | //Ex17.6
disp('SAME AS EX-2.8 in CHAPTER-2') |
c86ff503c399fbe9da89f0fa7cd11c76f383d0f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH17/EX17.22/17_22.sce | 9ef35e640686f71218fd048968f6b717c12405e8 | [] | 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,224 | sce | 17_22.sce | pathname=get_absolute_file_path('17_22.sce')
filename=pathname+filesep()+'17_22_data.sci'
exec(filename)
//Stoichiometric air fuel ratio
AF=(C1*(32/12)+H*(8/1))/0.23
//Molecular weight of air(in kg/mol)
M=0.23*32+0.77*28
//Actual air fuel ratio
AFa=AF*(1+(Ac))
//From nitrogen balance no of moles
d=0.79*(AFa/M)
//From carbon balance
a=C1/12
//From hydrogen balance
b=H/2
//From oxygen balance
c=(0.21*(AFa/M))-a-(b/2)
//Volumetric composition of dry exhaust gases
//Volumetric comp of CO2
A=a/(a+d+c)*100
//Volumetric comp of O2
B=b/(a+d+c)*100
//Volumetric comp of N2
C=c/(a+d+c)*100
//Indicated power(in kW)
ip=bp/nm
//Heat input(in kJ/min)
H=ip*60/nith
//Fuel flow(in kg/min)
mf=H/CV
//Air flow(in kg/min)
ma=mf*AFa
//Volume of air(in m^3/min)
Van=ma*Va
//Swept volume(in m^3/min)
Vs=Van/nm
//Diameter of engine(in m)
D=((Vs*4*2)/(%pi*N*K*1.5))^(1/3)
//Stroke of the engine(in m)
L=1.5*D
printf("\n\n\RESULTS\n\n")
printf("\nVolumetric composition of dry exhaust gases\n")
printf("\nVolumetric comp of CO2:%f\n",A)
printf("\nVolumetric comp of N2:%f\n",C)
printf("\nVolumetric comp of O2:%f\n",B)
printf("\nBore of the engine:%f\n",D)
printf("\nStroke of the engine:%f\n",L) |
9f0d398f519725bdd70f4881646fe0bbf753f1e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1472/CH8/EX8.1/8_1.sce | eee7115983bcba8c9e213ec7859f71524fa0c587 | [] | 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 | 159 | sce | 8_1.sce | clc
//initialization of varaibles
T1=85+460 //R
T2=50+460 //R
//calculations
eta=(T1-T2)/T1
//results
printf("Max. efficiency = %.1f percent",eta*100)
|
156e777ca1bfeceb3ecd41e898a1b126983f34dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH2/EX2.18/EXAMPLE2_18.SCE | 3b040fcd29cff2b37e7d750aadd861cbd269a5ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 530 | sce | EXAMPLE2_18.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 2
//AMPLITUDE MODULATION
clear all;
clc;
printf("EXAMPLE 2.18(PAGENO 110)");
//given from the figure
P_maxpp = 2*50//maximum peak to peak power in watts
P_minpp = 2*15//minimum peak to peak power in watts
//calculations
m_a = (P_maxpp - P_minpp)/(P_maxpp + P_minpp)//modultaion index
M = m_a*100//percentage modulation index
//results
printf("\n\ni.Modulation index =%.4f",m_a);
printf("\n\nii.Percentage modulation index = %.2f percent",M)
|
755657ec3ad6f1c79efb7be01a869120583df924 | eea9aeba65fa86296426a77e86e37d26a78b8ef5 | /lab2/lab2_1.sci | 0626250f3590775a4a7cd3dc0ff0f0dc76185381 | [
"Unlicense"
] | permissive | spb201/scilab | fd2f599352cf1d30862bbe0a20c6a32689224e77 | 5093079d2c9c2410c3cff75d42a453c2e9386bef | refs/heads/master | 2021-01-21T13:11:44.303736 | 2016-04-30T03:32:41 | 2016-04-30T03:32:41 | 52,134,931 | 0 | 0 | null | 2016-04-09T08:46:39 | 2016-02-20T03:44:27 | Scilab | UTF-8 | Scilab | false | false | 461 | sci | lab2_1.sci | x = [1 2 3]
y = [3 2 1]
function [x]=my_convol(a, b)
a_length = length(a)
b_length = length(b)
r_length = a_length + b_length - 1
x = zeros(1, r_length)
for i=1:r_length
s = 0
for j=1:a_length
try
s = a(j) * b(i -j + 1) + s
end
end
x(i) = s
end
endfunction
result1 = my_convol(x, y)
result2 = convol(x, y)
disp(result1)
disp(result2)
disp(result1 - result2)
|
91aae05dea78d6ddcf6d3013603f2239a08078f0 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/RK17UPQ/ATWM1_Working_Memory_MEG_RK17UPQ_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | dd13234afacff330acadfa951bf1efa12803976d | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,618 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_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 = 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;
# 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;
44 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_049 gabor_129 gabor_161 gabor_001 gabor_049_alt gabor_129 gabor_161_alt gabor_001 "1_1_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_049_129_161_001_target_position_2_4_retrieval_position_2" gabor_circ gabor_177_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_069 gabor_113 gabor_006 gabor_034 gabor_069 gabor_113_alt gabor_006 gabor_034_alt "1_2_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_069_113_006_034_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_144_framed gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1742 2992 1942 fixation_cross gabor_117 gabor_092 gabor_148 gabor_132 gabor_117 gabor_092_alt gabor_148 gabor_132_alt "1_3_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_117_092_148_132_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_011_framed gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2092 2992 2392 fixation_cross gabor_076 gabor_114 gabor_095 gabor_153 gabor_076_alt gabor_114_alt gabor_095 gabor_153 "1_4_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_076_114_095_153_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_095_framed gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2042 2992 2342 fixation_cross gabor_005 gabor_170 gabor_049 gabor_085 gabor_005 gabor_170_alt gabor_049 gabor_085_alt "1_5_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2350_gabor_patch_orientation_005_170_049_085_target_position_1_3_retrieval_position_2" gabor_circ gabor_170_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_170_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2092 2992 2342 fixation_cross gabor_135 gabor_056 gabor_172 gabor_005 gabor_135 gabor_056_alt gabor_172_alt gabor_005 "1_6_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_135_056_172_005_target_position_1_4_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2242 fixation_cross gabor_072 gabor_151 gabor_135 gabor_002 gabor_072 gabor_151 gabor_135_alt gabor_002_alt "1_7_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_072_151_135_002_target_position_1_2_retrieval_position_1" gabor_072_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_072_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2242 2992 1992 fixation_cross gabor_108 gabor_074 gabor_019 gabor_142 gabor_108_alt gabor_074_alt gabor_019 gabor_142 "1_8_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_108_074_019_142_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_142_framed blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 1942 fixation_cross gabor_119 gabor_043 gabor_155 gabor_176 gabor_119 gabor_043_alt gabor_155 gabor_176_alt "1_9_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_119_043_155_176_target_position_1_3_retrieval_position_1" gabor_119_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_139 gabor_016 gabor_001 gabor_160 gabor_139 gabor_016_alt gabor_001_alt gabor_160 "1_10_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_139_016_001_160_target_position_1_4_retrieval_position_1" gabor_090_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2042 2992 2342 fixation_cross gabor_053 gabor_137 gabor_177 gabor_094 gabor_053 gabor_137_alt gabor_177_alt gabor_094 "1_11_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_053_137_177_094_target_position_1_4_retrieval_position_1" gabor_008_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_100 gabor_039 gabor_065 gabor_021 gabor_100 gabor_039 gabor_065_alt gabor_021_alt "1_12_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_100_039_065_021_target_position_1_2_retrieval_position_2" gabor_circ gabor_084_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 2142 2992 2392 fixation_cross gabor_006 gabor_136 gabor_027 gabor_095 gabor_006 gabor_136_alt gabor_027 gabor_095_alt "1_13_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2400_gabor_patch_orientation_006_136_027_095_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_049_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_049_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2142 2992 2092 fixation_cross gabor_058 gabor_167 gabor_090 gabor_107 gabor_058_alt gabor_167 gabor_090 gabor_107_alt "1_14_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_058_167_090_107_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_029 gabor_136 gabor_152 gabor_012 gabor_029 gabor_136 gabor_152_alt gabor_012_alt "1_15_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_029_136_152_012_target_position_1_2_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_168 gabor_111 gabor_140 gabor_026 gabor_168_alt gabor_111 gabor_140 gabor_026_alt "1_16_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_168_111_140_026_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1742 2992 2442 fixation_cross gabor_134 gabor_067 gabor_118 gabor_173 gabor_134_alt gabor_067 gabor_118 gabor_173_alt "1_17_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2450_gabor_patch_orientation_134_067_118_173_target_position_2_3_retrieval_position_1" gabor_134_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_134_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1842 2992 2542 fixation_cross gabor_022 gabor_127 gabor_154 gabor_172 gabor_022 gabor_127_alt gabor_154 gabor_172_alt "1_18_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_022_127_154_172_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2392 fixation_cross gabor_061 gabor_086 gabor_043 gabor_107 gabor_061_alt gabor_086 gabor_043 gabor_107_alt "1_19_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_061_086_043_107_target_position_2_3_retrieval_position_2" gabor_circ gabor_086_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2142 2992 2442 fixation_cross gabor_014 gabor_158 gabor_129 gabor_103 gabor_014 gabor_158_alt gabor_129_alt gabor_103 "1_20_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2450_gabor_patch_orientation_014_158_129_103_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_129_framed gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_129_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_108 gabor_178 gabor_035 gabor_144 gabor_108 gabor_178_alt gabor_035 gabor_144_alt "1_21_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_108_178_035_144_target_position_1_3_retrieval_position_1" gabor_060_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 2442 fixation_cross gabor_062 gabor_090 gabor_131 gabor_016 gabor_062_alt gabor_090 gabor_131_alt gabor_016 "1_22_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_062_090_131_016_target_position_2_4_retrieval_position_2" gabor_circ gabor_042_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1892 2992 2192 fixation_cross gabor_086 gabor_038 gabor_145 gabor_020 gabor_086 gabor_038 gabor_145_alt gabor_020_alt "1_23_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_086_038_145_020_target_position_1_2_retrieval_position_2" gabor_circ gabor_038_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1892 2992 1942 fixation_cross gabor_019 gabor_164 gabor_040 gabor_055 gabor_019_alt gabor_164 gabor_040 gabor_055_alt "1_24_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_019_164_040_055_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_040_framed gabor_circ blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1742 2992 2242 fixation_cross gabor_003 gabor_119 gabor_076 gabor_147 gabor_003 gabor_119_alt gabor_076_alt gabor_147 "1_25_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2250_gabor_patch_orientation_003_119_076_147_target_position_1_4_retrieval_position_2" gabor_circ gabor_119_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_119_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_138 gabor_097 gabor_074 gabor_026 gabor_138_alt gabor_097_alt gabor_074 gabor_026 "1_26_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_138_097_074_026_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_026_framed blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1792 2992 2142 fixation_cross gabor_141 gabor_081 gabor_051 gabor_162 gabor_141_alt gabor_081_alt gabor_051 gabor_162 "1_27_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_141_081_051_162_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_117_framed blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_082 gabor_034 gabor_105 gabor_121 gabor_082_alt gabor_034 gabor_105 gabor_121_alt "1_28_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_082_034_105_121_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_150_framed gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2242 2992 2242 fixation_cross gabor_105 gabor_163 gabor_086 gabor_016 gabor_105_alt gabor_163_alt gabor_086 gabor_016 "1_29_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_105_163_086_016_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_133_framed gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2092 2992 2592 fixation_cross gabor_024 gabor_069 gabor_091 gabor_044 gabor_024_alt gabor_069 gabor_091 gabor_044_alt "1_30_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_024_069_091_044_target_position_2_3_retrieval_position_2" gabor_circ gabor_069_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2092 2992 2592 fixation_cross gabor_015 gabor_125 gabor_095 gabor_061 gabor_015 gabor_125 gabor_095_alt gabor_061_alt "1_31_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_015_125_095_061_target_position_1_2_retrieval_position_2" gabor_circ gabor_125_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1892 2992 2442 fixation_cross gabor_134 gabor_103 gabor_149 gabor_172 gabor_134_alt gabor_103 gabor_149_alt gabor_172 "1_32_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2450_gabor_patch_orientation_134_103_149_172_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_014_framed gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_014_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_031 gabor_097 gabor_121 gabor_011 gabor_031 gabor_097_alt gabor_121_alt gabor_011 "1_33_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_031_097_121_011_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_011_framed blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2092 2992 1992 fixation_cross gabor_172 gabor_154 gabor_015 gabor_047 gabor_172 gabor_154_alt gabor_015 gabor_047_alt "1_34_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_172_154_015_047_target_position_1_3_retrieval_position_1" gabor_127_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 2592 fixation_cross gabor_025 gabor_156 gabor_177 gabor_113 gabor_025 gabor_156_alt gabor_177_alt gabor_113 "1_35_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_025_156_177_113_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_067_framed blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1842 2992 2542 fixation_cross gabor_045 gabor_061 gabor_134 gabor_024 gabor_045 gabor_061 gabor_134_alt gabor_024_alt "1_36_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_045_061_134_024_target_position_1_2_retrieval_position_2" gabor_circ gabor_111_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_111_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 2042 2992 2042 fixation_cross gabor_022 gabor_128 gabor_106 gabor_074 gabor_022_alt gabor_128 gabor_106 gabor_074_alt "1_37_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2050_3000_2050_gabor_patch_orientation_022_128_106_074_target_position_2_3_retrieval_position_1" gabor_158_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_158_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2242 2992 1892 fixation_cross gabor_169 gabor_013 gabor_079 gabor_060 gabor_169 gabor_013_alt gabor_079_alt gabor_060 "1_38_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_169_013_079_060_target_position_1_4_retrieval_position_1" gabor_029_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1942 2992 2542 fixation_cross gabor_045 gabor_009 gabor_121 gabor_081 gabor_045_alt gabor_009_alt gabor_121 gabor_081 "1_39_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_045_009_121_081_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_121_framed gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_172 gabor_064 gabor_146 gabor_085 gabor_172_alt gabor_064_alt gabor_146 gabor_085 "1_40_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_172_064_146_085_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_130_framed blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2142 2992 2592 fixation_cross gabor_169 gabor_140 gabor_057 gabor_119 gabor_169 gabor_140_alt gabor_057 gabor_119_alt "1_41_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_169_140_057_119_target_position_1_3_retrieval_position_1" gabor_169_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1842 2992 2092 fixation_cross gabor_006 gabor_025 gabor_049 gabor_074 gabor_006 gabor_025_alt gabor_049 gabor_074_alt "1_42_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_2100_gabor_patch_orientation_006_025_049_074_target_position_1_3_retrieval_position_2" gabor_circ gabor_164_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_164_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1892 2992 2092 fixation_cross gabor_056 gabor_166 gabor_140 gabor_005 gabor_056 gabor_166 gabor_140_alt gabor_005_alt "1_43_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_056_166_140_005_target_position_1_2_retrieval_position_2" gabor_circ gabor_028_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1992 2992 2192 fixation_cross gabor_097 gabor_076 gabor_139 gabor_154 gabor_097_alt gabor_076_alt gabor_139 gabor_154 "1_44_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_097_076_139_154_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_154_framed blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 1892 fixation_cross gabor_094 gabor_021 gabor_038 gabor_173 gabor_094 gabor_021_alt gabor_038_alt gabor_173 "1_45_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_094_021_038_173_target_position_1_4_retrieval_position_1" gabor_144_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2242 2992 2492 fixation_cross gabor_070 gabor_100 gabor_180 gabor_154 gabor_070_alt gabor_100_alt gabor_180 gabor_154 "1_46_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2250_3000_2500_gabor_patch_orientation_070_100_180_154_target_position_3_4_retrieval_position_1" gabor_070_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_070_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1742 2992 2342 fixation_cross gabor_139 gabor_027 gabor_091 gabor_069 gabor_139 gabor_027_alt gabor_091_alt gabor_069 "1_47_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_139_027_091_069_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_069_framed blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1942 2992 2542 fixation_cross gabor_139 gabor_114 gabor_165 gabor_050 gabor_139_alt gabor_114_alt gabor_165 gabor_050 "1_48_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_139_114_165_050_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_165_framed gabor_circ blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_092 gabor_168 gabor_114 gabor_005 gabor_092 gabor_168 gabor_114_alt gabor_005_alt "1_49_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_092_168_114_005_target_position_1_2_retrieval_position_2" gabor_circ gabor_033_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_018 gabor_131 gabor_092 gabor_065 gabor_018_alt gabor_131 gabor_092 gabor_065_alt "1_50_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_018_131_092_065_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_092_framed gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2242 2992 1992 fixation_cross gabor_166 gabor_077 gabor_149 gabor_033 gabor_166_alt gabor_077 gabor_149 gabor_033_alt "1_51_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_166_077_149_033_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2042 2992 2192 fixation_cross gabor_052 gabor_079 gabor_028 gabor_136 gabor_052_alt gabor_079_alt gabor_028 gabor_136 "1_52_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_052_079_028_136_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_164_framed gabor_circ blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1742 2992 1892 fixation_cross gabor_116 gabor_145 gabor_171 gabor_059 gabor_116 gabor_145_alt gabor_171_alt gabor_059 "1_53_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_1900_gabor_patch_orientation_116_145_171_059_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_036_framed gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_036_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 1992 fixation_cross gabor_143 gabor_161 gabor_117 gabor_102 gabor_143 gabor_161_alt gabor_117 gabor_102_alt "1_54_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_143_161_117_102_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_117_framed gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_030 gabor_059 gabor_147 gabor_169 gabor_030_alt gabor_059_alt gabor_147 gabor_169 "1_55_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_030_059_147_169_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_120_framed blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1942 2992 2492 fixation_cross gabor_110 gabor_139 gabor_073 gabor_089 gabor_110_alt gabor_139 gabor_073_alt gabor_089 "1_56_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_2500_gabor_patch_orientation_110_139_073_089_target_position_2_4_retrieval_position_1" gabor_159_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_159_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 2392 fixation_cross gabor_180 gabor_042 gabor_155 gabor_113 gabor_180 gabor_042 gabor_155_alt gabor_113_alt "1_57_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_180_042_155_113_target_position_1_2_retrieval_position_1" gabor_180_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2292 fixation_cross gabor_081 gabor_036 gabor_151 gabor_011 gabor_081_alt gabor_036_alt gabor_151 gabor_011 "1_58_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_081_036_151_011_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_011_framed blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2142 2992 2092 fixation_cross gabor_064 gabor_047 gabor_124 gabor_092 gabor_064 gabor_047 gabor_124_alt gabor_092_alt "1_59_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_064_047_124_092_target_position_1_2_retrieval_position_2" gabor_circ gabor_047_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1792 2992 1942 fixation_cross gabor_041 gabor_058 gabor_175 gabor_017 gabor_041 gabor_058_alt gabor_175 gabor_017_alt "1_60_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_041_058_175_017_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_126_framed gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1742 2992 2042 fixation_cross gabor_177 gabor_090 gabor_039 gabor_002 gabor_177_alt gabor_090 gabor_039_alt gabor_002 "1_61_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2050_gabor_patch_orientation_177_090_039_002_target_position_2_4_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 2042 fixation_cross gabor_081 gabor_050 gabor_133 gabor_065 gabor_081 gabor_050 gabor_133_alt gabor_065_alt "1_62_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2050_gabor_patch_orientation_081_050_133_065_target_position_1_2_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_041 gabor_148 gabor_116 gabor_059 gabor_041_alt gabor_148 gabor_116 gabor_059_alt "1_63_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_041_148_116_059_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_166_framed gabor_circ blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2192 2992 2192 fixation_cross gabor_003 gabor_178 gabor_112 gabor_091 gabor_003_alt gabor_178 gabor_112 gabor_091_alt "1_64_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2200_gabor_patch_orientation_003_178_112_091_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_091_framed blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_091_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2092 2992 2242 fixation_cross gabor_113 gabor_129 gabor_050 gabor_096 gabor_113_alt gabor_129 gabor_050 gabor_096_alt "1_65_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_113_129_050_096_target_position_2_3_retrieval_position_2" gabor_circ gabor_179_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2042 2992 2492 fixation_cross gabor_092 gabor_116 gabor_178 gabor_159 gabor_092 gabor_116_alt gabor_178 gabor_159_alt "1_66_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_092_116_178_159_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_108 gabor_175 gabor_026 gabor_138 gabor_108 gabor_175_alt gabor_026_alt gabor_138 "1_67_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_108_175_026_138_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_138_framed blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_127 gabor_104 gabor_161 gabor_087 gabor_127 gabor_104 gabor_161_alt gabor_087_alt "1_68_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_127_104_161_087_target_position_1_2_retrieval_position_2" gabor_circ gabor_055_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2142 2992 1992 fixation_cross gabor_129 gabor_041 gabor_062 gabor_021 gabor_129_alt gabor_041_alt gabor_062 gabor_021 "1_69_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_129_041_062_021_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_110_framed gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1892 2992 2292 fixation_cross gabor_168 gabor_116 gabor_100 gabor_037 gabor_168 gabor_116 gabor_100_alt gabor_037_alt "1_70_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2300_gabor_patch_orientation_168_116_100_037_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_053_framed gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
};
# 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;
}; |
e2098a6b065c6030deb70405362c530ca5454767 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.20/Ch02Ex20.sce | 0d6cba1c8b093038f94d2d945b13ae0ca2a44a4c | [] | 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 | 709 | sce | Ch02Ex20.sce | // Scilab Code Ex1.20:: Page-2.16 (2009)
clc; clear;
y1 = 40; // Distance between biprism from the slit, cm
D = 160; // Distance between slit and the screen, cm
mu = 1.52; // Refractive index of material of the prism
lambda = 5893e-008; // Wavelength of light used, cm
b = 0.01; // Fringe width, cm
// As b = lambda*D/d, solving for d
d = lambda*D/b; // Distance between virtual sources, cm
// But d = 2*y1*(mu-1)*alpha, solving for alpha
alpha = d/(2*y1*(mu-1))*180/%pi; // Angle of biprism, degrees
theta = 180-2*alpha; // Angle of vertex of biprism, degrees
printf("\nThe angle of vertex of biprism = %5.1f degree", theta);
// Result
// The angle of vertex of biprism = 177.4 degree
|
5741ec3bcf8bf8f024aaad02346c3b834416d1c4 | 5bc3a272ac3972765259062ed2c4abd8ac31eb84 | /EE 324 controls lab/lab9/q3.sce | 75c5fd3e4c87e932827e568f0460a0f84afbc44b | [] | no_license | ishan-2404/Duaon-mei-yaad-rakhna-XD | 51a268cb15695d78a1bd086d958f402fe6ee093d | bf702ac84c18f7d677a35f9f850e3bfb63a32625 | refs/heads/main | 2023-07-13T17:10:57.650902 | 2021-08-14T07:06:22 | 2021-08-14T07:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 181 | sce | q3.sce |
s = poly(0,'s');
G = 100/(s+30);
T = .028;
pade= (1-s*T/2)/(1+s*T/2);
G_delayed = syslin('c', G*pade);
G = syslin('c', G);
scf(0);
bode(G)
scf(1);
bode(G_delayed)
|
e1a538acd2b841160830c7899e11a321c575657c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH4/EX4.11/ex_4_11.sce | e28a26c97e638bb9102d87dc251f8a88e2530c02 | [] | 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 | 379 | sce | ex_4_11.sce | //Example 4.11: horse power
clc;
clear;
close;
//given data :
h=30; // in m
Fl=10;// friction loss in %
Hl=(Fl/100)*h;
total_H=h+Hl;
eta=90; // eficiency of pump
w=1000; // water weight in kg
flow_rate=243; // in per hour
W_done=(flow_rate*w*total_H)/60; // in kg-m/min
output=W_done/4500; //output of pump in hp
in=(output*100)/eta;
O=in;
disp(O,"output of the motor,O(hp) = ")
|
2367d852cbfb6c13c2120a9661fb3f93785bb4f7 | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /chami.sce | 4788631da3f755bf5caff6a8ec3f57f81b293e2c | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | chami.sce | function X = chami(a,b,c)
if (size(a,'*') > 1 & size(b,'*') > 2) then
disp('You are going in a correct direction keep going')
end
X = a*b*c^2;
disp(X)
endfunction
function out = checkunity(x)
if(size(x)==1 & x==1)
out = "TRUE"
else
out = "FALSE"
end
return(out)
endfunction
|
ef52dcf14ad626600bf5dc520520f3bf3b004d2b | 449d555969bfd7befe906877abab098c6e63a0e8 | /137/CH10/EX10.10/prob_10_10.sce | 06a75e23e2ecd2010d99c4aaddc62a349a4e73fa | [] | 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 | 540 | sce | prob_10_10.sce | // page no 447
//prob no 10.10
clc;
Pe= input ("enter error probability = ");
Q= input("enter the probability of transmitting 1 = ");//Hence probability of transmitting zero is 1-Q = P
P=1-Q;
Px(1)=Q;
Px0=P;
// If x and y are transmitted digit and received digit then for BSC P(y=0/x=1) = P(y=1/x=0) = Pe , P(y=0/x=10) = P(y=1/x=1) = 1-Pe
// to find the probability of receiving 1 is Py(1) = Px(0)*P(y=1/x=0) + Px(1)*P(y=1/x=1)
Py(1)= ((1-Q)* Pe) + (Q *(1-Pe));
disp(Py(1),"Py(1)");
Py0=((1-Q)*(1-Pe)) + (Q*Pe)
disp(Py0,"Py0"); |
3cf29339640782d439103c1c384657e09c66ac49 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/CompressibleFlowSolver/Tests/IsentropicVortex16_P1.tst | fa06a289bfd80037fc86e22a0df9fdc71d1e7e58 | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 1,007 | tst | IsentropicVortex16_P1.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Euler Isentropic Vortex P=1</description>
<executable>CompressibleFlowSolver</executable>
<parameters>IsentropicVortex16_P1.xml</parameters>
<files>
<file description="Session File">IsentropicVortex16_P1.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="rho" tolerance="1e-12">0.0844975</value>
<value variable="rhou" tolerance="1e-12">0.168375</value>
<value variable="rhov" tolerance="1e-12">0.160536</value>
<value variable="E" tolerance="1e-12">0.4432</value>
</metric>
<metric type="Linf" id="2">
<value variable="rho" tolerance="1e-12">0.0814545</value>
<value variable="rhou" tolerance="1e-12">0.105266</value>
<value variable="rhov" tolerance="1e-12">0.127603</value>
<value variable="E" tolerance="1e-12">0.379398</value>
</metric>
</metrics>
</test>
|
581603b15cdfef2a3f138d4028a1e5308a43c53c | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH6/EX6.6/L_6.sce | ce05a7c78375fdce9b4e2e634f9c2a67b334051e | [] | 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 | 677 | sce | L_6.sce | // sum 6-6
clc;
clear;
L=450;
P=700;
T=P*L;
Ta=50;
d=(T*16/(%pi*Ta))^(1/3);
d=32;
d1=1.6*d;
d1=52; //Rounding off to nearest whole number
l1=1.25*d;
My=P*(L-d1/2);
sigb=65;
H=(My*18/sigb)^(1/3);
H=45;
B=H/3;
T1=P/(B*H);
sigmax=(sigb/2)+sqrt((sigb/2)^2+T^2);
Mx=P*l1/2;
Te=sqrt((T)^2+(Mx^2));
d2=(Te*16/(%pi*Ta))^(1/3);
d2=d2+6;
d2=38; //Rounding off to nearest whole number
// printing data in scilab o/p window
printf("d is %0.1f mm ",d);
printf("\n d1 is %0.1f mm ",d1);
printf("\n l1 is %0.1f mm ",l1);
printf("\n B is %0.1f mm ",B);
printf("\n H is %0.1f mm ",H);
printf("\n d2 is %0.1f mm ",d2);
|
8a94cc448b9241cd476c12849d4d0488437536c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH6/EX6.7/Example6_7.sce | 0010800c8da01a1328705e6ad1bbce964bab0cfe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | Example6_7.sce | //Example 6.7.
clc
format(6)
beta=150
IE=10
alpha=beta/(beta+1)
disp(alpha,"The common-base current gain, alpha = beta / (beta + 1) = ")
disp("Also, alpha = IC / IE")
format(5)
IC=alpha*IE
disp(IC,"Therefore, IC(mA) = ")
disp("the emitter current, IE = IB + IC")
IB=IE-IC
disp(IB,"Therefore, IB(mA) = ") |
b3ad375969a10bb063a77ade345f9acab3043744 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3532/CH7/EX7.4.1/Ex7_5.sce | c14b212b0fa9494bfe76e50525e6215f7a1d21e5 | [] | 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,089 | sce | Ex7_5.sce | clc
clear
mprintf('Mechanical vibrations by G.K.Grover\n Example 7.4.1\n')
//given data
E=1.96*10^11//youngs modulus in N/m^2
I=4*10^-7//moment of area in m^4
M1=100;M2=50//mass of discs 1 and 2 in Kgs
c=0.18//distance of disc 1 from support in m
l=0.3//distance of disc 2 from support in m
g=9.81//aceleration due to gravity in m/sec^2
//calculations
a=[(c^3/(3*E*I)),(c^2/(6*E*I)*(3*l-c));(c^2/(6*E*I)*(3*l-c)),(l^3/(3*E*I))]//from SOM
x1(1)=1;x2(1)=1
for i=1:10//upto 10th iteration for more perfect answer
F1(i)=100*x1(i)//'i' represents the dash(')
F2(i)=50*x2(i)
x1(i)=F1(i)*a(1,1)+F2(i)*a(1,2)
x2(i)=F1(i)*a(2,1)+F2(i)*a(2,2)
r=(x2(i)/x1(i))
x2(i+1)=r
x1(i+1)=1
end
x1dd=1
W1=(x1dd/x1(10))
W2=(r/x2(10))
Wn=sqrt((W1+W2)/2)//natural frequency in rad/sec
mprintf('The natural frequency of system in iilustrative example 7.2.1 obtained by\nStodala method is Wn=%f rad/sec',Wn)
mprintf('\nNOTE:The obtained answer is more near to the perfect answer \since 10 iterations/trials\nhas been carried out.In textbook only upto 3rd iteration has been carried out')
|
e11ecfc1a9cde0a4fe319abf392823e65f639b1d | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH8/EX8.9/8_9.sce | 23b50fac505fdc22b7668639eb4133216e49c29c | [] | 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 | 589 | sce | 8_9.sce | clear; clc; close;
yos = 30*10^(-6);
Idss = 16*10^(-3);
Vp = -4;
Vgsq = -2.86;
Idq = 4.56*10^(-3);
Rg = 1*10^(6);
Rs = 2.2*10^(3);
gmo = 2*Idss/abs(Vp);
gm = gmo*(1-(Vgsq/Vp));
rd = 1/yos;
Zi = Rg;
Zo = rd*Rs*gm^(-1)/((rd*Rs)+(Rs*gm^(-1))+(rd*gm^(-1)));
Zo2 = Rs*gm^(-1)/(Rs+gm^(-1));
Av = gm*(rd*Rs/(rd+Rs))/(1+(gm*(rd*Rs/(rd+Rs))));
Av2 = gm*Rs/(1+gm*Rs);
disp(gm,'gm(S) = ');
disp(rd,'rd(ohms) = ');
disp(Zi,'Zi(ohms) = ');
disp(Zo,'Zo(ohms) = ');
disp(Zo2,'Zo without rd = ')
disp(Av,'Voltage gain Av = ');
disp(Av2,'Volatge gain Av(ignoring rd) = ');
|
ad8fcf46392f8dda7ae7db93c9b986e2b61abcb5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1385/CH7/EX7.1/7_1.sce | 6292971e02863db9c5ad55ed838d080ac6374654 | [] | 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 | 272 | sce | 7_1.sce | clc
//initialisation of variables
R= 10 //ohms
V= 5 //v
t= 20 //min
//CALCULATIONS
I= V/R
Q= I*t*60
E= Q*V
//RESULTS
printf (' current= %.1f amp',I)
printf (' \n coloumbs of electricity will pass= %.f coloumbs',Q)
printf (' \n energy expended= %.f joules',E)
|
fa7bb60456ec7609c5afebf10cddbd7f345eae2b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH7/EX7.10/Ex7_10.sce | 9d52b4fec0073ac7c24fd14ed153684fd344afbe | [] | 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 | Ex7_10.sce | //Example 7_10
clc();
clear;
//To calculate the refractive index of the material of the core
NA=0.39
delta=0.05
n1=NA/sqrt(2*delta)
printf("The refractive index of the material of the core is %.4f",n1)
|
b94d4a4cbd1c18cddf0535eecdc01f137a04f4ce | 3ca7d40067d619bd7859f89de1882e22ef3a9fda | /testcases/public/test008.txt | 7de9e4ccf6578d5142fe7617e1d3bfbe944e7188 | [] | no_license | caojoshua/CS241-Advanced-Compiler-Construction-Project | 2b76c042ea6505c4a565ae5299efb5d983e0b4f3 | 1b25c9dd283b77555ccc3951924ac2882c1d92c2 | refs/heads/master | 2020-12-15T02:54:38.405198 | 2020-03-25T20:52:37 | 2020-03-25T20:52:56 | 234,971,962 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | txt | test008.txt | # While loop code generation test
# Also ensures code gen can handle constants in the condition
main
var i, j;
{
let i <- 0;
let j <- 0;
while i < 1000 do
let j <- j + 1
od
}. |
9a207dfe295dddbdd927e3a43c9cacf09aec9b19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH12/EX12.4/example4_sce.sce | 74b4758b2ddeaa1c49c225d0c428c051ab83a616 | [] | 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 | 264 | sce | example4_sce.sce | //chapter
//example 12.4
// page 414
n=4;// 4-bit R-2R ladder
Vofs=5;
R=Vofs/(2^n-1);//resolution
disp(R)
D1=1*2^3+0*2^2+0*2^1+0*2^0;//for input 1000
disp(D1)
Vout1=R*D1;
disp(Vout1)
D2=1*2^3+1*2^2+1*2^1+1*2^0;// for input 1111
Vout2=R*D2;
disp(Vout2) |
9d2a3322bcf143c53da4119d5362fd023b5ed8ca | 6a3d6ad5e81b7b8f9d48952cf7390a24ed063653 | /chips/Dmux8Way.tst | e0a166ab44ebdd6153debb1d382861ed84ee6995 | [] | no_license | phazel/nand2tetris | 597e98b6f661fa74a724a1f0644e60e9550c9efd | baa9fbfdcd1a87e3d22aeac876e089af104d76f7 | refs/heads/master | 2021-01-09T20:39:26.902012 | 2016-08-01T06:04:10 | 2016-08-01T06:04:10 | 63,301,906 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 738 | tst | Dmux8Way.tst | load DMux8Way.hdl;
output-file DMux8Way.out,
compare-to DMux8Way.cmp,
output-list sel%B1.3.1 in a b c d e f g h;
set sel %B000, set in 0, eval, output;
set sel %B001, set in 0, eval, output;
set sel %B010, set in 0, eval, output;
set sel %B011, set in 0, eval, output;
set sel %B100, set in 0, eval, output;
set sel %B101, set in 0, eval, output;
set sel %B110, set in 0, eval, output;
set sel %B111, set in 0, eval, output;
set sel %B000, set in 1, eval, output;
set sel %B001, set in 1, eval, output;
set sel %B010, set in 1, eval, output;
set sel %B011, set in 1, eval, output;
set sel %B100, set in 1, eval, output;
set sel %B101, set in 1, eval, output;
set sel %B110, set in 1, eval, output;
set sel %B111, set in 1, eval, output;
|
1830de129783861c7c112cdd43170e46bc49009d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH18/EX18.14/ex18_14.sce | 124b32036d7e56160826a6573019381d61d41015 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 300 | sce | ex18_14.sce | clc;
clear all;
Eg=0.3;//fermi level in eV
//Ni300=Nc*exp(Ec-Ef300/k*T) so..
//Ni300=Nc*exp(-Eg*1.6e-19/k*T)
//and //Ni330=Nc*exp(-(Ec-Ef300)/k*T) so..
//exp(Ec-Ef300/k*T)=exp(-(Ec-Ef300)/k*T) so..
//let Ec-Ef300=x
x=Eg*330/300;//fermi energy lies at
disp('eV',x,'fermi energy lies at:')
|
5426c578772964cddf77cf0ad41d386979d9e178 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH10/EX10.29/Example10_29.sce | 69598decd31640d7f5be1ede20270a1587ec4785 | [] | 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 | 363 | sce | Example10_29.sce | //Chapter-10,Example10_29,pg10_70
P=4
f=50
R2=0.025
X2=0.15
sfl=0.04
Tfl=150
sm=R2/X2
Tm=Tfl*((R2^2)+((sfl*X2)^2))*sm/(sfl*((R2^2)+((sm*X2)^2)))
Ns=120*f/P
N=Ns*(1-sm)
//at start
R21=X2
Rex=R21-R2
printf("maximum torque\n")
printf("Tm=%.2f Nm\n",Tm)
printf("speed N=%.f r.p.m\n",N)
printf("external resistance\n")
printf("Rex=%.3f ohm/ph",Rex)
|
8827e8f176932216de38db0d7e2d2809f06e9460 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH8/EX8.8.1/Ex8_8.sce | 2c434614f503f467c65f0975558114e89bbbff18 | [] | 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 | 246 | sce | Ex8_8.sce | clc
clear
P1=1;
P2=10;
Vs=0.014;
n=1.3;
V1=3;
FAD=3;
W=[n/(n-1)]*[P1*100*V1/60]*[((P2/P1)^((n-1)/n))-1];
printf('Power required= %2.1f kW',W);
printf('\n');
RPM=FAD/Vs;
printf('Rotational Speed= %2.0f rpm',RPM);
printf('\n');
|
a582552e4ed7f283db14219ee279614d2f7e8083 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH9/EX9.4/example9_4.sce | 3e4a46483028a6daf971ff9a356b8acec4d4de69 | [] | 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 | 162 | sce | example9_4.sce |
//example 9.4
//page 318
clc; funcprot(0);
//initialisation of variable
L=500;
S=0.004;//slope of slope line
hf=S*L;
disp(hf,"head loss (ft)=");
clear
|
7d3cb620995865608a5db002631f25bc9a3d2596 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH1/EX1.5/example1_5.sce | ad53dc34d6a2c36c5250dd5dd1082df5274fea56 | [] | 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 | 249 | sce | example1_5.sce | disp("Part a");
disp("at A the reading is 0.72 V");
disp("at B the reading is 2.37 V");
disp("at C the reading is 4.30 V");
disp("Part b");
disp("at A the reading is 23 V");
disp("at B the reading is 75 V");
disp("at C the reading is 136 V"); |
09e4b2cb0e0e9ab4fba851f90d9fc1fab076e9cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH8/EX8.12/12.sce | 1c4aad08ece4f1e2f35cf2e0373bdf55a76ba8fd | [] | 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 | 325 | sce | 12.sce | clc; funcprot(0);
//Example 8.12 Absolute Coefficients with metric units
// Initialisation of variables
WbyS = 30; //Wing loading(kg/m^2)
V = 40;
alpha = 2;
rho = 0.125;
// Calculations
Cl = 0.585; // Value of Cl from fig 8.10
V = sqrt(2*WbyS/(rho*Cl));
//Results
disp(V,"Required speed (m/s):"); |
1795294e07af0fdb3bd13eb3808a64ac0827d05a | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /patTS NR Varied.sce | 85a95fc3a1aaebce61a6b177b74366a95bf3fa1b | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 48,586 | sce | patTS NR Varied.sce | Name=patTS NR Varied
PlayerCharacters=Quaker400
BotCharacters=Quaker Rot.rot
IsChallenge=true
Timelimit=300.0
PlayerProfile=Quaker400
AddedBots=Quaker Rot.rot;Quaker Rot.rot;Quaker Rot.rot;Quaker Rot.rot
PlayerMaxLives=0
BotMaxLives=45;45;45;45
PlayerTeam=1
BotTeams=0;0;0;0
MapName=boxervert.map
MapScale=6.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=0.0
ScorePerDamage=0.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=1.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=
WeaponHeroTag=Rifle
DifficultyTag=3
AuthorsTag=patys, kidded
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=180 patTS targets varying in size, speed, and health - gauntlet style.
GameVersion=2.0.2.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=true
LockedFOVMin=103.0
LockedFOVMax=160.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=At Feet
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=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Low Skill At Feet
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Low Skill
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=Quaker600
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker600
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker550
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker550
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker500
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker500
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker450
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker450
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker400
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker400
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker355
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker355
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker320
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker320
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker290
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker290
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Quaker267
DodgeProfileNames=Long Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Quaker267
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Rotation Profile]
Name=Quaker Rot
ProfileNames=Quaker600;Quaker600;Quaker600;Quaker600;Quaker600;Quaker550;Quaker550;Quaker550;Quaker550;Quaker550;Quaker500;Quaker500;Quaker500;Quaker500;Quaker500;Quaker450;Quaker450;Quaker450;Quaker450;Quaker450;Quaker400;Quaker400;Quaker400;Quaker400;Quaker400;Quaker355;Quaker355;Quaker355;Quaker355;Quaker355;Quaker320;Quaker320;Quaker320;Quaker320;Quaker320;Quaker290;Quaker290;Quaker290;Quaker290;Quaker290;Quaker267;Quaker267;Quaker267;Quaker267;Quaker267
ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
Randomized=false
[Character Profile]
Name=Quaker400
MaxHealth=70.0
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=550.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=400.0
MainBBRadius=100.0
MainBBHasHead=true
MainBBHeadRadius=70.0
MainBBHeadOffset=-45.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker600
MaxHealth=105.0
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=825.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=600.0
MainBBRadius=150.0
MainBBHasHead=true
MainBBHeadRadius=105.0
MainBBHeadOffset=-67.5
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker550
MaxHealth=96.25
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=756.25
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=550.0
MainBBRadius=137.5
MainBBHasHead=true
MainBBHeadRadius=96.25
MainBBHeadOffset=-61.875
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker500
MaxHealth=87.5
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=687.5
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=500.0
MainBBRadius=125.0
MainBBHasHead=true
MainBBHeadRadius=87.5
MainBBHeadOffset=-56.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker450
MaxHealth=78.75
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=618.75
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=450.0
MainBBRadius=112.5
MainBBHasHead=true
MainBBHeadRadius=78.75
MainBBHeadOffset=-50.625
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker355
MaxHealth=62.200001
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=488.890015
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=355.0
MainBBRadius=88.889999
MainBBHasHead=true
MainBBHeadRadius=62.200001
MainBBHeadOffset=-40.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker320
MaxHealth=56.0
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=440.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=320.0
MainBBRadius=80.0
MainBBHasHead=true
MainBBHeadRadius=56.0
MainBBHeadOffset=-36.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker290
MaxHealth=50.900002
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=400.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=290.899994
MainBBRadius=72.730003
MainBBHasHead=true
MainBBHeadRadius=50.900002
MainBBHeadOffset=-32.73
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker267
MaxHealth=46.669998
WeaponProfileNames=;;;MG;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=366.670013
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=266.670013
MainBBRadius=66.669998
MainBBHasHead=true
MainBBHeadRadius=46.669998
MainBBHeadOffset=-30.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Long Strafes
MaxTargetDistance=4000.0
MinTargetDistance=700.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=1.0
MaxLRTimeChange=2.0
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.0
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
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=MG
Type=Hitscan
ShotsPerClick=10
DamagePerShot=1.0
KnockbackFactor=0.0
TimeBetweenShots=0.07
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=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=10000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=1.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.0001
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=0.5
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.01
HitSoundCooldown=0.01
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=4.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.01
HitscanVisualRadius=0.001
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=20
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=79.0
ADSFOVScale=Quake Champions
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=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=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=true
PBS0=0.0,0.0
PBS1=0.0,0.0
PBS2=0.0,0.0
PBS3=0.0,0.0
PBS4=0.0,0.0
PBS5=0.0,0.0
PBS6=0.0,0.0
PBS7=0.0,0.0
PBS8=0.0,0.0
PBS9=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-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
-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
-152.000000 704.000000 -280.000000
-72.000000 704.000000 -280.000000
-72.000000 704.000000 -296.000000
-152.000000 704.000000 -296.000000
-152.000000 16.000000 -280.000000
-72.000000 16.000000 -280.000000
-72.000000 16.000000 -296.000000
-152.000000 16.000000 -296.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
-160.000000 704.000000 -216.000000
-72.000000 704.000000 -216.000000
-72.000000 704.000000 -232.000000
-160.000000 704.000000 -232.000000
-160.000000 16.000000 -216.000000
-72.000000 16.000000 -216.000000
-72.000000 16.000000 -232.000000
-160.000000 16.000000 -232.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
-88.000000 704.000000 -216.000000
-72.000000 704.000000 -216.000000
-72.000000 704.000000 -296.000000
-88.000000 704.000000 -296.000000
-88.000000 16.000000 -216.000000
-72.000000 16.000000 -216.000000
-72.000000 16.000000 -296.000000
-88.000000 16.000000 -296.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
-160.000000 704.000000 -216.000000
-128.000000 704.000000 -216.000000
-128.000000 704.000000 -296.000000
-160.000000 704.000000 -296.000000
-160.000000 16.000000 -216.000000
-128.000000 16.000000 -216.000000
-128.000000 16.000000 -296.000000
-160.000000 16.000000 -296.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
-152.000000 696.000000 308.000000
484.000000 696.000000 308.000000
484.000000 696.000000 292.000000
-152.000000 696.000000 292.000000
-152.000000 0.000000 308.000000
484.000000 0.000000 308.000000
484.000000 0.000000 292.000000
-152.000000 0.000000 292.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-160.000000 696.000000 304.000000
-152.000000 696.000000 304.000000
-152.000000 696.000000 -808.000000
-160.000000 696.000000 -808.000000
-160.000000 0.000000 304.000000
-152.000000 0.000000 304.000000
-152.000000 0.000000 -808.000000
-160.000000 0.000000 -808.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
-152.000000 696.000000 -804.000000
484.000000 696.000000 -804.000000
484.000000 696.000000 -820.000000
-152.000000 696.000000 -820.000000
-152.000000 0.000000 -804.000000
484.000000 0.000000 -804.000000
484.000000 0.000000 -820.000000
-152.000000 0.000000 -820.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
484.000000 696.000000 292.000000
500.000000 696.000000 292.000000
500.000000 696.000000 -804.000000
484.000000 696.000000 -804.000000
484.000000 0.000000 292.000000
500.000000 0.000000 292.000000
500.000000 0.000000 -804.000000
484.000000 0.000000 -804.000000
faces
-256.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
-256.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
-256.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
-256.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
-256.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
-256.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-144.000000 160.000000 296.000000
488.000000 160.000000 296.000000
488.000000 160.000000 -800.000000
-144.000000 160.000000 -800.000000
-144.000000 144.000000 296.000000
488.000000 144.000000 296.000000
488.000000 144.000000 -800.000000
-144.000000 144.000000 -800.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
-144.000000 320.000000 304.000000
488.000000 320.000000 304.000000
488.000000 320.000000 -792.000000
-144.000000 320.000000 -792.000000
-144.000000 304.000000 304.000000
488.000000 304.000000 304.000000
488.000000 304.000000 -792.000000
-144.000000 304.000000 -792.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
-156.000000 0.000000 296.000000
488.000000 0.000000 296.000000
488.000000 0.000000 -808.000000
-156.000000 0.000000 -808.000000
-156.000000 -16.000000 296.000000
488.000000 -16.000000 296.000000
488.000000 -16.000000 -808.000000
-156.000000 -16.000000 -808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type PlayerSpawn
Vector3 position 296.000000 0.000000 -584.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 456.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 296.000000 0.000000 48.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 368.000000 0.000000 -256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -112.000000 160.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 16.000000 0.000000 48.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 0.000000 -560.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 160.000000 -560.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 160.000000 -584.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 368.000000 160.000000 -256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 160.000000 48.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 160.000000 48.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 320.000000 -560.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 320.000000 -584.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 368.000000 320.000000 -256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 320.000000 48.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 320.000000 48.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
|
cde67c31e6d9c168b8e1dc73387c970f6da37728 | 717ddeb7e700373742c617a95e25a2376565112c | /1514/CH18/EX18.8/18_8.sce | 4503a4c0c9d4c6238322f8dc2fd0a52fe1cb5f4e | [] | 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 | 421 | sce | 18_8.sce | //chapter 18
//example 18.8
//page no 581
clc;
clear all;
//given
eta=0.7;
Vbb=20;
VR1=eta*Vbb;
I1=2;//mA
R1=14/I1;
printf("\nR1=%d kohm,use standard value 6.8 kohm",R1);R1=6.8;
R2=(Vbb-14)/I1;
printf("\nR2=%d kohm,use standard value 2.7 kohm",R2);R2=2.7;
Rbb=R1+R2;
Vp=0.7+(Vbb*6.8)/Rbb;
Vv=1;//anode to cathode voltage drop
printf("\nVp=%d V",Vp);
printf("\nAnode to cathode voltage drop=%d V",Vv);
|
27c090e5cb645c6c5dff1578f9a880413ba4579e | 5d079b5e33f7565df988283b8566430d84135c9d | /euler.sce | ac60367baa958241042fbf5d2bf8d75bfdd625ca | [] | no_license | Torradera/MEC1804 | ee158d5c1afa0bb8f9156ea650beb16bbbad8b87 | e5e0d93f27ddb1b38bf182af0af6649fdab3a860 | refs/heads/master | 2021-03-09T18:10:47.009137 | 2020-03-11T22:47:41 | 2020-03-11T22:47:41 | 246,365,858 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | euler.sce | function u = f(t)
y = exp(-t)
endfunction
function y_ponto = g(t,y)
y_ponto = -exp(t)
endfunction
function [t,y] = euler(a,b,h,y0)
t = a:h:b
n = length(t);
y(1) = y0
for i = 1:n-1
y(i+1) = y(i) + g(t(i),y(i))*h;
end
endfunction
[t,ye] = euler[0,2.5,0.5,1]
plot(t', ye, 'o')
a = -0.5:.01:3;
b = f(a);
plot(a,b)
|
cb40ecdeae36568a2fa9b86102e3674338c469d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /914/CH9/EX9.3/ex9_3.sce | 1f2ffcef9bb49899a6beec7cbf6baaa0de043475 | [] | 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,017 | sce | ex9_3.sce | clc;
warning("off");
printf("\n\n example9.3 - pg389");
Nblades=4; // no. of blades
d=9/12; //[ft] - diameter of the impeller
dt=30/12; //[ft] - diameter of the tank
Nbaffles=4; // no. of baffles
h=30; // [inch] - height of unit
mu=10; //[cP] - viscosity of fluid
sg=1.1; // specific gravity of fluid
s=300; //[rpm] - speed of agitator
CbyT=0.3;
V=(%pi*dt^3)/4; //volume of tank in ft^3
V1=V*7.48; //[gal] - volume of tank in gallons
mu=mu*(6.72*10^-4); //[lb/ft*sec]
p=sg*62.4; //[lb/ft^3] - density of fluid
N=s/60; //[rps] - impeller speed in revolutions per second
Nre=((d^2)*N*p)/mu;
disp(Nre,"Nre=");
printf("\n\n Therefore the agitator operates in the turbulent region");
Npo=1.62;
gc=32.174;
P=(Npo*(p*(N^3)*(d^5)))/(gc*550);
Cf=63025;
Tq=(P/s)*Cf;
PbyV=P/V;
PbyV1=P/V1;
TqbyV=Tq/V;
TqbyV1=Tq/V1;
printf("\n\n The power per unit volume and the torque per unit volume is \n P/V=%f hp/ft^3=%f hp/gal\n Tq/V=%f in*lb/ft^3=%f in*lb/gal",PbyV,PbyV1,TqbyV,TqbyV1);
|
41762f1ef8fd5e4142d1b89dc6d710df9daed26a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH6/EX6.13/13.sce | 7becb3787082b434d21ac9cd7816918df25be500 | [] | 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,060 | sce | 13.sce | clc
clear
//Input data
u=960*(5/18) //Flight velocity in m/s
ma=54.5 //Mass flow rate of air in kg/s
dh=200 //Change of enthalpy for nozzle in kJ/kg
Cv=0.97 //Velocity coefficient
AFR=75 //Air fuel ratio
eff_cc=0.93 //Combustion efficiency
CV=45000 //Calorific value in kJ/kg
//Calculation
mf=ma/AFR //Mass flow rate of fuel in kg/s
Cj=Cv*sqrt(2*dh*10^3) //Jet velocity in m/s
F=ma*(Cj-u) //Thrust in kN
TSFC=mf*3600/(F) //Thrust specific fuel consumption in kg/Nhr
HS=mf*eff_cc*CV //Heat supplied in kJ/s
Pp=0.5*ma*(Cj^2-u^2)*10^-3 //Propulsive power in kW
Pt=F*u //Thrust power in kW
eff_p=Pt/(Pp*10^3) //Propulsive efficiency of the cycle
eff_t=Pp/HS //Efficiency of turbine
eff_o=Pt*10^-3/HS //Overall efficiency
//Output
printf('(A)Exit velocity of the jet is %3.2f m/s\n (B)Fuel rate is %3.4f kg/s\n (C)Thrust specific fuel consumption is %3.5f kg/Nhr\n (D)Thermal efficiency is %3.3f\n (E)Propulsive power is %3.2f kW\n (F)Propulsive efficiency is %3.4f\n (G)Overall efficiency is %3.5f',Cj,mf,TSFC,eff_t,Pp,eff_p,eff_o)
|
6de547675e5521629a898434e9696687867b0b2d | afcf746e249b9463101019f07a47845355c6acc2 | /starter_files/bonus_hw/task1/Sort4.tst | cd064de7b4c9909e446bbdaca9f339bbd5050f2d | [] | no_license | jyuan2pace/CS506 | afca44ee8df14436d72de97e658a61841091e651 | fa80d2786f006c226c6e6413ee23fe306d6c57d0 | refs/heads/master | 2020-07-28T13:04:37.077116 | 2019-11-24T20:15:20 | 2019-11-24T20:15:20 | 209,419,478 | 8 | 11 | null | null | null | null | UTF-8 | Scilab | false | false | 962 | tst | Sort4.tst |
load Sort4.asm,
output-file Sort4.out,
compare-to Sort4.cmp,
output-list RAM[0]%D2.6.2 RAM[1]%D2.6.2 RAM[2]%D2.6.2 RAM[3]%D2.6.2;
set RAM[0] 1,
set RAM[1] 2,
set RAM[2] 3,
set RAM[3] 4,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] 4,
set RAM[1] 3,
set RAM[2] 2,
set RAM[3] 1,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] 0,
set RAM[1] 0,
set RAM[2] 0,
set RAM[3] 0,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] 1,
set RAM[1] 1,
set RAM[2] 1,
set RAM[3] 1,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] -1,
set RAM[1] -1,
set RAM[2] -1,
set RAM[3] -1,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] -10,
set RAM[1] 5,
set RAM[2] 100,
set RAM[3] 9,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] -25,
set RAM[1] -20,
set RAM[2] -10,
set RAM[3] -30,
repeat 200 {
ticktock;
}
output;
set PC 0,
set RAM[0] -50,
set RAM[1] 0,
set RAM[2] -15,
set RAM[3] -30,
repeat 200 {
ticktock;
}
output;
|
f6f26e10c06ad898b12be586836daf292abd9fef | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH1/EX1.8/Ex1_8.sce | 4198f2ee1f963a94c902c90f1c26f4853b94197b | [] | 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 | 768 | sce | Ex1_8.sce | //chapter1
//example1.8
//page21
R=8 // ohm
R1=10 // ohm
R2=20 // ohm
R3=12 // ohm
//removing 100 ohm resistance, we form linear equations by assuming currents I1 through loop1 and I2 through loop2
//100=10*I1+20*(I1-I2)
//0=(12+8)*I2+20*(I2-I1)
//thus we get the following linear equations
//30*I1-20*I2=100
//-20*I1+40*I2=0
//solving these equations
a=[30 -20;-20 40]
b=[100;0]
x=inv(a)*b // matrix of I1 and I2
I2=x(2,1) // current through 8 ohm resistor
E0=I2*R
printf("voltage across AB with 100 ohm resistance not connected = %.3f V \n",E0)
R_equi=(R1*R2/(R1+R2))+R3
R0=R_equi*R/(R_equi+R)
printf("resistance between AB with 100 ohm removed and voltage source shorted = %.3f ohm \n",R0)
I=E0/(R0+R1)
printf("current through 100 ohm resistor = %.3f A",I) |
ab7eb4125e01649127de3084fb969a713d1337f0 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1.1/macros/tdcs/portrait.sci | 0f65c4a28baca585f1b27aca1b363a3d934a1ccc | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 4,487 | sci | portrait.sci | function []=portrait(fch,odem,xdim,npts,farrow,pinit)
// phase portrait
xselect();
ncnl=lines();
lines(0);
//addtitle(fch);
[lhs,rhs]=argn(0);
// minimal calling sequence
if rhs<=1,odem='default';end
// Interactive version
if odem = 'discrete'; style_d=x_choose(['trait continu','points'],['option de dessin']);
style_d=maxi(style_d-2,-1);end
if rhs <= 2,
if ~isdef('p_xdim');p_xdim=['-1';'-1';'1';'1'];end
p_xdim=x_mdialog('Graphic boundaries',...
['xmin';'ymin';'xmax';'ymax'],...
p_xdim);
xdim=evstr(p_xdim');
// Test sur le cadre
if xdim(3) <= xdim(1),
write(%io(2),'Error: xmin < xmax '),lines(ncnl(1));return,end
if xdim(4) <= xdim(2),
write(%io(2),'Error: ymin < ymax '),lines(ncnl(1));return,end
end
res=x_choose(['yes';'no'],'Do you also want to draw the vector field')
if res==1;
if ~isdef('p_nxx');p_nxx=['10';'10'];end;
p_nxx=x_mdialog('Number of grid points',...
['Nx';'Ny'],p_nxx);
nxx=evstr(p_nxx);
nx=maxi(nxx(1),2)
ny=maxi(nxx(2),2)
nx=(0:(nx-1))/(nx-1)
ny=(0:(ny-1))/(ny-1)
nx=xdim(1)*(ones(nx)-nx)+xdim(3)*nx;
ny=xdim(2)*(ones(ny)-ny)+xdim(4)*ny;
fchamp(fch,0,nx,ny);
else
p_nxx=['10';'10'];
end
plot2d([xdim(1);xdim(1);xdim(3)],[xdim(2);xdim(4);xdim(4)])
if rhs<=3,
if ~isdef('p_npts');p_npts=['100';'0.1'];end;
p_npts=x_mdialog('Requested points and step ',...
['n points';'step'],p_npts);
npts=evstr(p_npts');
end
ylast=(1/2)*[xdim(3)+xdim(1),xdim(4)+xdim(2)]';
if rhs<=4,farrow='f';end;
if rhs<=5
// Loop on Initial points
go_on=1
while go_on=1,
ftest=1;
while ftest=1,
n=x_choose(['New initial point';'Continue ode';'Quit'],"Choose ");
n=n-1;
if n=-1,go_on=0;lines(ncnl(1));
[p_xdim,p_npts,p_nxx]=resume(p_xdim,p_npts,p_nxx);return;end
if n=2,go_on=0;lines(ncnl(1));
[p_xdim,p_npts,p_nxx]=resume(p_xdim,p_npts,p_nxx);return;end
if n=0,[i,x,y]=xclick(); x0=[x,y];end;
if n=1,x0=ylast';end;
ftest=desorb(odem,x0',npts,fch,farrow,xdim);
if ftest=1;x_message('Initial value out of boundaries'),end
end
end
else
// No question mode
res=desorb(odem,pinit,npts,fch,farrow,xdim);
if res=1,write(%io(2),'Points hors du cadre elimines ');end;
end
lines(ncnl(1));
[p_xdim,p_npts,p_nxx]=resume(p_xdim,p_npts,p_nxx);
//end
function []=addtitle(fch)
// Adds know titles
//!
if type(fch)<>11& type(fch)<>13 then return;end;
if fch=linear,xtitle("Systeme lineaire"," "," ",0);end
if fch=linper,xtitle("Systeme lineaire perturbe "," "," ",0);end
if fch=cycllim,xtitle("Systeme avec cycle limite "," "," ",0);end
if fch=bioreact,xtitle("Bioreacteur ","biomasse ","sucre ",0);end
if fch=lincom,xtitle("Systeme lineaire commande "," "," ",0);end
if fch=p_p,xtitle("Modele proie-predateur ","proies ","predateurs ",0);end
if fch=compet,xtitle("Modele de competition ","population 1 "...
,"population2 ",0);end
if fch='bcomp',xtitle("Modele de competition observe-comtrole ",...
"population 1 ","population2 ",0);end
if fch='lcomp',xtitle("Modele de competition linearise observe-comtrole ",...
"population 1 ","population2 ",0);end
//end
function [res]=desorb(odem,x0,n1,fch,farrow,xdim);
// Used by portrait
//!
res=0
[nn1,n2]=size(x0);
if odem='discrete', style=style_d;end
for i=1:n2,
ftest=1;
if x0(1,i) > xdim(3), ftest=0;end
if x0(1,i) < xdim(1), ftest=0;end
if x0(2,i) > xdim(4), ftest=0;end
if x0(2,i) < xdim(2), ftest=0;end
if ftest=0;res=1,ylast=x0,else
write(%io(2),'Calling ode')
if odem='default' then
y=ode([x0(1,i);x0(2,i)],0,n1(2)*(0:n1(1)),fch);
else
y=ode(odem,[x0(1,i);x0(2,i)],0,n1(2)*(0:n1(1)),fch);
end;
[nn1,n11]=size(y);
// on coupe la trajectoire au temps d'arret T
// T d'atteinte du bord du cadre
[mi1,ki1]=mini(y(1,:),xdim(3)*ones(1,n11));
[ma1,ka1]=maxi(y(1,:),xdim(1)*ones(1,n11));
k1=maxi(ki1,ka1);
[mi2,ki2]=mini(y(2,:),xdim(4)*ones(1,n11));
[ma2,ka2]=maxi(y(2,:),xdim(2)*ones(1,n11));
k2=maxi(ki2,ka2);
[m11,k11]=maxi(k1);
[m22,k22]=maxi(k2);
if k11=1,k11=n1(1);end
if k22=1,k22=n1(1);end
kf=mini(k11,k22);
if kf=1, kf=n1(1),end
if farrow='t',
plot2d4("gnn",y(1,1:kf)',y(2,1:kf)',style,"111"," ",xdim);
else
plot2d(y(1,1:kf)',y(2,1:kf)',style,"111"," ",xdim);
end,
ylast=y(:,kf);
end
end
[ylast]=resume(ylast)
//end
|
b446b3ce38b734c8db78db99eb44432e23837e52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH6/EX5.2/EX5_2.sce | 6ca4927ea1b3ce74dc9378690cc9983a75ce18e4 | [] | 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 | 556 | sce | EX5_2.sce | // Grob's Basic Electronics 11e
// Chapter No. 05
// Example No. 5_2
clc; clear;
// An R1 of 20 Ohms, an R2 of 40 Ohms, and an R3 of 60 Ohms are connected in parallel across the 120-V power line. Using Kirchhoff’s current law, determine the total current It.
// Given data
R1 = 20; // Resistor 1=20 Ohms
R2 = 40; // Resistor 2=40 Ohms
R3 = 60; // Resistor 3=60 Ohms
Va = 120; // Applied Voltage=120 Volts
I1 = Va/R1;
I2 = Va/R2;
I3 = Va/R3;
It = I1+I2+I3
disp (It,'The Total Current in the Mainline in Amps')
|
c400c593135056cd1a4a33d46bcbf34a79435ab4 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/modulo.man.tst | 31b57fc0ea84cbd72b109c331b01d92976a3494d | [
"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 | 55 | tst | modulo.man.tst | clear;lines(0);
n=[1,2,10,15];m=[2,2,3,5];
modulo(n,m)
|
213dfd16a655c5a3c92660f73919a606049b9ad5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH7/EX7.4/ex_7_4.sce | 71d81e38cf2006939029e6608ff7a3ffa1283727 | [] | 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 | 510 | sce | ex_7_4.sce | //Example 7.4 //sheduled speed
clc;
clear;
close;
format('v',4)
s=1.5;//in Km
a=0.8;//aceleration in kmphps
tsr=26;//time for stop in seconds
rm=1.3;//ratio
b=3.2;//retardation in kmphps
k=((1/(2*a))+(1/(2*b)));//constant
T=1;//assume
va1=(3600*s)/T;//average spped
vm1=(va1*rm);//maximum speed
vm=sqrt((vm1-va1)/k);//maximum speed in kmph
va=vm/1.3;//actua speed in kmpj
ta=(3600*s)/va;//actual time in seconds
ts=ta+tsr;//shedule time
vs=(s*3600)/ts;//shedule speed in kmph
disp(vs,"schedule speed in kmph")
|
46847d097ba6b4bb1593f09f4d7a74ebeb094b20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH4/EX4.3/Ex4_3.sce | d3cba3b182cc90e2dd004d901671912fbc529efc | [] | 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,087 | sce | Ex4_3.sce | //===========================================================================
//chapter 4 example 3
clc;
clear all;
//variable decalartion
Smax = 3.0*10^6; //maximum stress in kg/m**2
E = 1.2*10^10; //young's modulus in kg/m**2
w = 0.0006; //width of spring in m
Td = 1.2*10^-4; //deflecting torque in kg-m
d = 90; //deflection in degrees
//calucaltions
theta = %pi/(2); //deflection in radians
//since T = ((E*W*(t*3))/(12*L))*theta
//t^3/l = (12*Tc)/(E*W*theta)
Tc = Td/(2); //controlling torque of each spring in kg-m
//x = t**3/l
x = (12*Tc)/((E*w*theta)); //equqation 1
//y =l/t
y = (E*theta)/(2*Smax); //equation 2
//by multiplying equations 1 and 2 (x*y =t**2 =z)
z = x*y;
t = sqrt(z); //thickness of spring strip in mm
l = y*t; //length on m
//result
mprintf("thickness of spring strip = %3.2f mm",(t*10^3));
mprintf("\nlength in = %3.2f m",l);
|
9bcf6a6c7b89d1196d5a50fff5a32ddf70637535 | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /uva.onlinejudge.org/112, Tree Summing/test0.tst | 67294c31f56b806388343d5934a44c385f6cf629 | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 73 | tst | test0.tst | 20 (5 () (5 () (5 () (5 () (4 () () ) ) ) ) )
~~~~~~~~~~~~~~~~~~~~~
no
|
958bb79bc89260d561cfedf1b914998fc6d2ce44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH9/EX9.11/Chapter9_example11.sce | 1e8fc8a772bdfe34a55fad58e5bb304fae36e964 | [] | 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 | 818 | sce | Chapter9_example11.sce | clc
clear
//Input data
d=0.155//Diameter of orifice in mm
Cd=0.94//Coefficient of discharge
td=3.18//Throat diameter in cm
Ca=0.84//Coefficient of discharge
x=29//Venturi depression
dw=0.89//Minimum depression of water in cm
sa=1.1//Specific weight of air in kg/m^3
sg=0.72//Specific gravity of petrol
cyd=[7.75,10.75]//Cylinder dimensions in cm
fc=10.9//Fuel consumption in kg/hr
N=3200//Speed in r.p.m
n=4//Number of cylinders
//Calculations
w=(((3.14/4)*td^2)/((3.14/4)*d^2))*(Ca/Cd)*sqrt((sa/(sg*1000))*(x/(x-dw)))//Air fuel ratio
Va=(3.14/4)*(td/100)^2*Ca*sqrt(2*9.81*sa*x*6)//Volume of air drawn/sec
vn=(Va/((3.14/4)*(cyd(1)/100)^2*(cyd(2)/100)*n*(N/(2*60))))*100//Volumetric efficiency in percent
//Output
printf('Air fue ratio is %3.1f \n Volumetric efficiency is %3.1f percent',w,vn)
|
9874c0057805769d6669c11b081b0e7e0c2e2b88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH2/EX2.5/ex2_5.sce | 94ca6812ddacbbdea0154fe371c6ddec6707f074 | [] | 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,069 | sce | ex2_5.sce |
//Calculate the most economical cross sectional area
clear;
clc;
//soltion
//given
id=0.1;//interest & depreciation charges
pf=.85;//lagging
Pm=10^3;//Watts//Max Demand
Pt=5*10^6//kWh//Toatal energy consumption
V=11000;//volts//supply voltage
cst=.05;//rs// cost of energy per unit
d=1.72*10^-6;//ohm cm//specific resistance
t=(365*24);//time of energy loss
printf("Annual cost of cable is Rs(80000a + 20000)per km\n");
lf=Pt/(Pm*t)//Annual load factor
printf("Annual load factor= %f\n", lf);
llf=.25*lf+.75*lf^2;//Loss load factor
printf("Loss load factor= %f\n",llf);
i=Pm*1000/(sqrt(3)*V*pf);//ampere
printf("Current in each conductor= %.1f A\n", i);
P2=80000*id;//energy lost per annum
printf("Capital cost= P2*a= %d*a*l \n", P2);
R=d*100*1000;//ohm
P3=(3*i^2*R*t*cst*llf)/1000;//kWh//annual cost of energy loss
printf("Energy loss per annum= (P3*l)/a= (%f*l)/a \n",P3);
a=sqrt(P3/P2);
printf("Economic cross section of conductor is= √(P3/P2)= %f square cm \n",a);
//THERE IS TYPOGRAPHICAL ERROR IN THE ANS IN BOOK IT IS 0.2404 cm^2
|
7ad8bd2386bcdb7df740c6dcc53bb3cb95be62bd | e6d5f1d801a3fe887b5dc04b8cc0a9eabc1fd432 | /TAPs/TAP_4.sce | 87f48449d25d3d8b8a7dec0c647553ae27f47875 | [] | no_license | lordjuacs/MateIII | 70def332063e56eb10fb47678a7e6130dc0dca63 | 164c53b61c9e35e565121f77ba2c578680a3ab56 | refs/heads/master | 2021-05-24T15:56:01.078904 | 2020-07-27T19:57:34 | 2020-07-27T19:57:34 | 253,643,962 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,387 | sce | TAP_4.sce | clc
disp("MATEMÁTICAS III - SECCIÓN 1.01")
disp("INTEGRANTES:")
disp("MAYRA DÍAZ")
disp("JOSÉ PORRES")
disp("GINO CAMIZÁN")
disp("JOAQUÍN RAMÍREZ")
disp("PARTE I")
disp("Pregunta A")
disp("g1(c) = c - ((10-c)/2.5)^2")
disp("g1(2) = -8.24 g1(6) = 3.44 ---> g1(2)*g1(6) < 1 --> Verdadero")
disp("g2(c) = c - 10 + 2.5*sqrt(c)")
disp("g2(2) = -4.64 g2(6) = 2.124 ---> g2(2)*g2(6) < 1 --> Verdadero")
disp("Pregunta B")
disp(floor(log2(2000)),"Mínimo n teraciones - Tol = 10^-3")
disp("Pregunta C")
disp("g1''(c) = -3.2 + 0.32*c")
disp("|g1(2)| = 2.56 > 1")
disp("|g1(6)| = 1.28 > 1")
disp("No converge")
disp("g2''(c) = -1.25/sqrt(c)")
disp("|g2(2)| = 0.884 < 1")
disp("|g2(6)| = 0.510 < 1")
disp("Sí converge")
disp("Pregunta D")
deff('y=g(x)', 'y= 10-2.5*sqrt(x)')
err = 1
x = 5.53
z = [x err]
for i = 1:10
xprev = x
x = g(x)
err = abs((x-xprev)/x)
z = [z; x err]
end
disp(z,"Punto Fijo Error")
disp(z(11,1) ,"Punto Fijo - Iteración 10")
disp(z(11,2) ,"Error - Iteración 10")
disp("PARTE II")
disp("Los cáculos se hicieron en metros (m) y metros cúbicos por segundo (m^3/""))")
disp("Pregunta A")
disp("Mínimos cuadrados")
x = [0.889, 1.085, 1.041, 1.397, 1.27, 0.94]'
y = [14.6, 16.7, 15.3, 23.2, 19.5, 16.1]'
tabla = [x y]
xy = []
for i=1:6
pro = tabla(i,1)*tabla(i,2)
xy = [xy; pro]
end
tabla = [tabla xy]
xcua = []
for i=1:6
x2 = tabla(i,1)*tabla(i,1)
xcua = [xcua; x2]
end
tabla = [tabla xcua]
tabla2 = [tabla; sum(tabla(:,1)) sum(tabla(:,2)) sum(tabla(:,3)) sum(tabla(:,4))]
xprom = sum(tabla(:,1))/6
yprom = sum(tabla(:,2))/6
disp(tabla)
disp(xprom, "xprom")
disp(yprom, "yprom")
a1 = (6*tabla2(7,3) - tabla2(7,1)*tabla2(7,2))/(6*tabla2(7,4) - tabla2(7,1)*tabla2(7,1))
a0 = yprom - a1*xprom
disp(a1, "a1")
disp(a0, "a0")
disp("Pregunta B")
A = [x ones(6,1)]
y =[14.6 16.7 15.3 23.2 19.5 16.1]'
[Q R] = qr(A)
R = R(1:2,:)
Q = Q(:,1:2)
disp(Q, "Q")
disp(R, "R")
c = inv(R)*Q'*y
disp("QR")
disp(c, "a1; a0")
disp("Pregunta C")
x0=1.2
flucua = 1.2*a1 + a0
fluqr = 1.2*c(1) + c(2)
disp("Flujo - Precipitación 120 cm")
disp(flucua, "Por Mínimos Cuadrados")
disp(fluqr, "Por QR")
disp("Pregunta D")
disp("Flujo - Precipitación 120 cm")
disp(21.0106419505999, "Por Laplace")
disp("Explicación: https://www.geogebra.org/m/wfa2g5ed")
disp(21.0106419505999, "Por Newton")
disp("Explicación: https://www.geogebra.org/m/x3fjjkfu")
|
948752a4a940a01777a31cba0e12b57b855099d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH7/EX7.5/7_5.sce | 3b3cdae2c92f70e6113c92b79defa1b5010abd8e | [] | 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,052 | sce | 7_5.sce | clear; clc; close;
Idss = 8*10^(-3);
Vp = -4;
Vdd = 16;
Rd = 2.4*10^(3);
Rs = 1.5*10^(3);
R1 = 2.1*10^(6);
R2 = 0.27*10^(6);
//finding Vg
Vg = R2*Vdd/(R1+R2);
//plotting transfer curve
Vgs1 = Vp;
Id1 = 0;
Vgs2 = Vp/2;
Id2 = Idss/4;
Vgs3 = 0;
Id3 = Idss;
x = [Vgs1 Vgs2 Vgs3];
y = [Id1 Id2 Id3];
yi=smooth([x;y],0.1);
a = gca();
a.thickness = 2;
a.y_location = 'right';
a.x_label.text = 'Vgs';
a.y_label.text = 'Id(mA)';
a.title.text = 'Q-Point determination';
a.grid = [1 1];
plot2d(yi(1,:)',yi(2,:)',[3]);
Id1 = 0;
Vgs1 = Vg-Id1*Rs;
Id2 = 4*10^(-3);
Vgs2 = Vg-Id2*Rs;
Id3 = 8*10^(-3);
Vgs3 = Vg-Id3*Rs;
x = [Vgs1 Vgs2 Vgs3];
y = [Id1 Id2 Id3];
plot2d(x,y);
a.data_bounds = [-4 0;2 8*10^(-3)];
Vgsq = -1.8;
disp(Vgsq,'Q-point value of Vgs(found after interpolation) is :');
Idq = 2.4*10^(-3);
Vd = Vdd-Idq*Rd;
Vs = Idq*Rs;
Vds = Vdd - Idq*(Rd+Rs);
disp(Idq,'Idq(Amperes) = ');
disp(Vds,'Vds(Volts) = ');
disp(Vd,'Vd(Volts) = ');
disp(Vs,'Vs(Volts) = ');
disp(Vds,'Vds(Volts) = ');
|
e4eb051d2dc806e85be31fb1f811a39492e1e4de | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH5/EX5.10/5_10.sce | 7f73ac53949ac0b216a8fabac31c69758d6a8a65 | [] | 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 | 671 | sce | 5_10.sce |
clear;
clc;
close;
disp("Example 5.10")
p=0.96 //p=p't8/pt8
f=0.02
fAB=0.04
z0=[0.45:0.03:0.65]
gmr=1.3/1.33 //gm=gm/gm' gm=gamma
gm=1.33
gm1=1.3
tlAB=7
tl=6
i=2
for tlAB=7:1:9
tt=6.5
g1=[]
gc1=1
for tt=0.45:0.03:0.65
A=(1+f+fAB)/(1+f)*((gmr)^(1/2))*1/p*((tlAB/(tl*tt))^(1/2))*((((gm1+1)/2)^((gm1+1)/(2*(gm1-1))))/(((gm+1)/2)^((gm+1)/(2*(gm-1)))))
g1(gc1)=A
gc1=gc1+1
end
plot2d(z0,g1,i)
xgrid
i=i+1
xlabel("Turbine expansion parameter")
ylabel("A8-AB-ON/A8-AB-OFF")
title("Nozzle throat area variation with ")
legend(["tau(AB)=7","tau(AB)=8","tau(AB)=9"])
end |
4221f8a47f1db4b22015195306869e225108551c | 69e6d1280f03e3c574e785a802d9c0d899b6e182 | /Audio6KHz/TPFiltroFIRAudio.sce | 1f30663cba4a4cc4f8729008d363446cf30455c8 | [] | no_license | FedericoCalonge/TES_TPFinal | a66e635a6bc25455ca88847529eca0dc754549b1 | b657f5f478d206ec87eab2ff3183d349b3c4cd3b | refs/heads/master | 2020-06-19T14:57:20.335836 | 2019-07-16T06:07:45 | 2019-07-16T06:07:45 | 196,738,791 | 0 | 0 | null | 2019-07-13T15:46:53 | 2019-07-13T15:46:53 | null | UTF-8 | Scilab | false | false | 1,258 | sce | TPFiltroFIRAudio.sce | function y = u(x)
y = (sign(x) + 1)/2
endfunction
function y = rect(x)
y = u(x + 1/2) - u(x - 1/2)
endfunction
function y = rampa(x)
y = x.*u(x)
endfunction
function y = sincPi(x)
y = sinc(x*%pi)
endfunction
function y = polyval(p, x)
y = 0
p = p(length(p):-1:1)
for k = 1:length(p)
y = y + p(k) * x.^(k - 1)
end
endfunction
function y = polyvalNegativo(p, x)
y = 0
p = p(length(p):-1:1)
for k = 1:length(p)
y = y + p(k) * x.^(1 - k)
end
endfunction
A = 4500
B = 500
C = 1 / (2*B)
N = 20 // Maxima cantidad de terminos positivos de T.Fourier en tiempo discreto
[x, fs, bits] = wavread('.\Audio6KHz\GrabacioAudioProfeConTono1erCuat2019.wav');
Ts = 1 / fs;
f = 0:0.1:fs
k = 0:2*N
hc = 4*A*B*C*sincPi(2*A*(k - N)*Ts).*sincPi(2*B*(k - N)*Ts)
Z = exp(%i*2*%pi*f*Ts)
Hz = polyvalNegativo(Ts*hc, Z)
plot(f, abs(Hz), 'r')
xgrid()
// Se usa Hz para filtrar una señal de audio
t = Ts:Ts:(Ts*length(x));
y = filter(Ts*hc, 1, x) //denominador=1.
figure(1)
title('señal de entrada')
plot(t, x)
figure(2)
title('señal de salida')
plot(t, y)
wavwrite(y, fs, bits, '.\Audio6KHz\TPFiltroFIRAaudio6KHz_out.wav')
/* testPolyVal
x = 0:0.1:3
testpol = polyval([2 2 1], x)
figure(1)
plot(x, testpol)
*/
|
cfafa08ac103a2b48afcc630b897bc4397855efa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2795/CH13/EX13.10/Ex13_10.sce | c995684ad519580b8ec63cea56b21f06df918397 | [] | 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 | 874 | sce | Ex13_10.sce | // Scilab Code Ex13.10: Page-509(2014)
clc; clear;
k = 1.38e-023; // Boltzmann constant, J/K
e = 1.6e-019; // Energy equivalent of 1 eV, J
h = 6.62e-034; // Planck's oconstant, Js
m = 1.67e-027; // Mass of the neutron, kg
lambda = 0.060e-009; // Wavelength of the neutron beam, m
p = h/lambda; // Momentum of the neutron from de-Broglie relation, kg-m/s
K = p^2/(2*m*e); // Kinetic energy of the neutron needed to study atomic structure, eV
// As K = 3/2*k*T, solving for T
T = 2/3*K*e/k; // The temperature of the neutron needed to study atomic structure, K
printf("\nThe energy and temperature of the neutron needed to study the atomic structure of solids = %4.2f eV and %4d K respectively", K, T);
// Result
// The energy and temperature of the neutron needed to study the atomic structure of solids = 0.23 eV and 1760 K respectively |
d757e7f97d60a5704c265f66bca65e2e07a67e88 | d7087cf730b37f76170323e080c090f8094979ac | /test/exec/brack_command_5.tst | 60dd90152ce93ecd0daab1504f5cb9d418edb610 | [] | no_license | VladimirMeshcheriakov/42sh | 025dffe358b86f48eaf7751a5cb08d4d5d5366c4 | 52d782255592526d0838bc40269f6e71f6a51017 | refs/heads/master | 2023-03-15T17:26:20.575439 | 2015-06-26T12:44:05 | 2015-06-26T12:44:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | tst | brack_command_5.tst | <cmd>
../build/42sh</cmd>
<ref>
bash</ref>
<stdin>
{ echo melanie; echo adolphie; echo melanie; echo adolphie; } ; { echo melanie; echo adolphie; echo melanie; echo adolphie; }
</stdin> |
ef973efade751c1bf5e114247f44289ea6ec77a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH12/EX12.8/ex_12_8.sce | ba456d41746c1fb28837d7235cd31e59979a7af9 | [] | 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 | 304 | sce | ex_12_8.sce |
//Example 12.8 // speed
clc;
clear;
close;
//given data :
g=9.81; // gravity og earth
Sh=13.6; // gravity of mercury
Sl=1.025; // gravity of sea water
y=0.2; // reading of the manometer in m
h=y*((Sh/Sl)-1);
V=sqrt(2*g*h);
disp("velocity of sub-marine,V(m/s) "+string(V)+" or "+string(V*(3.6))+" km/h")
|
ef6a8f88ca2a9f24cf54c403d4758bc886ca20be | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH7/EX7.10/7_10.sce | 28f697b0f092ea6246b27e6ee5ab86f57052ed00 | [] | 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 | 7_10.sce | //To calculate the magnetic moment and saturation magnetisation
AW = 157.26; //atomic weight
d = 7.8*10^3; //density, kg/m^3
A = 6.025*10^26; //avagadro number
mew0 = 4*%pi*10^-7;
N = d*A/AW; //number of atoms 1 kg contains
g = N/10^3; //number of atoms 1 g contains
mew_B = 7.1; //bohr magneton
mew_m = 9.27*10^-24;
mew_mg = g*mew_B*mew_m; //magnetic moment per gram, Am^2
printf("magnetic moment per gram is %5.2f Am^2",mew_mg);
Bs = N*mew0*mew_m; //saturation magnetisation, Wb/m^2
printf("saturation magnetisation is %5.4f Wb/m^2",Bs);
//answer for saturation magnetisation given in the book is wrong
|
4f772c76b0479b8115a2652f69beb81f1efe25d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH12/EX12.5/Ex12_5.sce | c5e75ef8fbcdab96bc268344c7c6060af64c4af6 | [] | 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 | 311 | sce | Ex12_5.sce | clear
//
//
//
//Variable declaration
c=3*10^8; //velocity of matter wave(m/s)
h=6.62*10^-34; //plank's constant(Js)
lamda=6940*10^-10; //wavelength(m)
P=1; //power(J)
//Calculation
n=P*lamda/(h*c); //number of ions
//Result
printf("\n number of ions is %0.2f *10^18",n/10^18)
|
c1379df3c684fde2e52b1cc827e582156246ea07 | b6cf003e2be5ca13661ebe6ba87ee4bafd46f80e | /valeursManquantes.sce | e31a3d3da1586d671078bb4463695dbb477cb005 | [] | no_license | labatvalen/CompressiveSensing | ea11ccf07078d809bf50f0bc53d9c3c47b7f8f59 | e06a160bae04bdc8ee2778238f0f1bce74a41f7e | refs/heads/main | 2023-04-05T00:37:31.774162 | 2021-04-15T09:48:48 | 2021-04-15T09:48:48 | 358,204,909 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,552 | sce | valeursManquantes.sce | /*-------------------------------------------------
Auteur : Manon Cassagne & Valentin Labat
Vous trouverez ci-dessous les fonctions de reconstruction du vecteur avec valeurs manquantes
---------------------------------------------------*/
////////////////// Partie sur zr/////////////////
// On importe les fichiers scilab nécessaires
exec("COSAMP.sce")
exec("Procede.sce")
exec("irls.sce")
// On lit les valeurs dans les csv associés
z = read_csv("Donnees/z.csv",";")
// On enlève la première ligne, qui est la légende des colonnes
z = z(2:86,:)
z = strtod(z,",") // On remplace les valeurs de X qui sont considérés comme des chaines de caractère par des nombres, et on définit le séparateur "," qui est le séparateur du fichier csv
D = read_csv('Resultats/Dico.csv',";")
D = strtod(D,".")
[lignesD,colonnesD] = size(D)
[lignes, colonnes] = size(z)
// On calcules les phis nécessaires
phi2 = phi2(lignes,lignesD)
phi4 = phi4(lignes,lignesD)
// Calcul des dictionnaires
Dico2 = phi2 * D
Dico4 = phi4 * D
signal = z
eps = 1e-4
parcimonie = 108
kmax = 150
// Calcul des alphas par cosamp et irls
[alpha_COSAMP2, iterations_COSAMP2, residuel_COSAMP2] = COSAMP(signal, Dico2, parcimonie, eps, kmax)
[alpha_COSAMP4, iterations_COSAMP4, residuel_COSAMP4] = COSAMP(signal, Dico4, parcimonie, eps, kmax)
// Reconstruction des vecteurs
zr2cosamp = Dico2 * alpha_COSAMP2
zr4cosamp = Dico4 * alpha_COSAMP4
// Ecriture dans csv
csvWrite(zr2cosamp, "Resultats/z/zr2cosamp.csv", ";")
csvWrite(zr4cosamp, "Resultats/z/zr4cosamp.csv", ";")
|
d1a7fc548df781b2beb0ee22558cc18fd6b64574 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH1/EX1.3/Ex1_3.sce | 72b5cc6fe4cca3c44a140e8e61f46fe23b8ae6b4 | [] | 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 | 185 | sce | Ex1_3.sce | clc
clear
//Initialization of variables
gc=32.1739 //lbm ft/lbf s^2
F=5.00e-9 //lbf hr/ft^2
//calculations
F2=F*3600*gc
//results
printf("Force required = %.2e lbm/ft sec",F2)
|
4326766bce494ce7c4d58c81fd13d2c63c7bfcca | 9715cbe7e8e57bb70f628b3bd021842f99fbad75 | /taller/soluciones/NewtonOptimo.sce | 0473985b1429fb73450338b13348623b78526a1c | [] | no_license | UNIVALLE-EISC/numerical-methods | a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe | 3ea9401e281523e15be0525bfe36e48560caf646 | refs/heads/master | 2021-01-10T15:22:36.080955 | 2018-10-02T21:37:42 | 2018-10-02T21:37:42 | 51,824,833 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 678 | sce | NewtonOptimo.sce | //Pagina 361 - Numerical methods Chapra 6 Edition
function [xrold, xr, ea, niter] = NewtonOptimo(funcion, pt, xr, eads, maxit)
// Escriba su código aquí.
//mode(0);
niter = maxit;
i = 1;
while(i <= maxit)
xrold = xr;
fxr = funcion(xr);
fxrpt_s = funcion(xr+pt*xr);
fxrpt_r = funcion(xr-pt*xr);
fxr_derv1 = (fxrpt_s - fxrpt_r)./(2*pt*xr);
fxr_derv2 = (fxrpt_s-2*fxr + fxrpt_r)./((pt*xr)^2);
xr = xr - (fxr_derv1)./(fxr_derv2);
ea = abs((xr - xrold)/xr)*100;
if ea<eads then
niter = i;
break;
end
i = i+1;
end
endfunction
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.