blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0100b5ce113d0efa16ca193bf957f897c736599a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2915/CH6/EX6.17/Ex6_17.sce | a6c7aa5f8b7b46795a24b31fa03b020eec02cd87 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | Ex6_17.sce | clc,clear
//Example 6.17
//to express an equation in polar coordinates
RHS=9 ;
//Note that LHS is basically an equation of circle
//But at any instant , it is numberically same as 9
LHS_numerically=RHS ;
r=sqrt(LHS_numerically) ;
printf('The equation in terms of polar coordinates is : r =%.0f',r)
|
c8b45212a21981c415e68d28625fe4fa0ef6d4c9 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/rc2poly/rc2poly5.sce | 58b94aa57b48dfbf7178e2bdb28d1d39c9d00341 | [] | 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 | 149 | sce | rc2poly5.sce | //check o/p when null vector is passed as i/p
X = [0 0 0 0 0 0];
[a] = rc2poly(X)
disp(a)
//output
// 1. 0. 0. 0. 0. 0. 0.
|
ed8b17807e7cfada3a2f9a565322580f5bb01571 | d7087cf730b37f76170323e080c090f8094979ac | /test/lexer/test2.tst | 6a4b773e1068f290827c941cfa741ab44b52e49b | [] | 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 | 128 | tst | test2.tst | <cmd>
./main_test/lexer_tst 'echo toto; echo $((4 + 3 (5 + (3 + 8))));'</cmd>
<ref>
cat ./lexer/test2.ref</ref>
<ret>
0</ret>
|
a985d1448399ead38e71f246315e813b47317484 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH5/EX5.6/ex5_6.sce | 91b190b1e9391f5d9112a9d9278154d60a4e244a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 511 | sce | ex5_6.sce | //Frequency Modulation : Transmission : example 5-6 : (pg 218)
d=75*10^3;
fi=30*10^3;
fi1=15*10^3;
d1=1*10^3;
fi2=100;
fi3=2*10^3;
a=d/fi;
b=d/fi1;
c=d1/fi2;
d=d1/fi3;
DR=d1/fi3;
//part(a)
printf("\nThe maximum deviation in broadcast FM is 75 kHz");
printf("\nmf = %.f",a);//for fi=30kHz
printf("\nFor fi = 15kHz, \nmf1 = %.f",b);
//part(b)
printf("\nmf2 = %.f",c);//for fi=100Hz and d=1kHz
printf("\nfor fi=2kHz \nmf3 = %.f",d);
printf("\nDR = fdev(max)/fi(max) = %.1f",DR);//deviation ratio |
290750304e772d4585f2f2470cc65bc5b3aa571a | 39d212a1aaf3f1dfc8993d47aef9f7b8d4c34008 | /8.sce | 86bcc3edaa4af7062266af7c542e99a287e73f73 | [] | no_license | majsterkovic/ni-scilab | 25e6ef2c46c0973a48f651b7dfaafed5dbffb5c6 | 05d98042fb4bc424638f0832d1a14bdfce625d53 | refs/heads/master | 2023-03-12T09:50:27.944550 | 2021-03-01T22:35:17 | 2021-03-01T22:35:17 | 343,575,544 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 50 | sce | 8.sce | A=testmatrix('magi',5)
B = A(2:3, 1:5)
C = [A; B]
|
dfda2784276984192fbc77dd7970f6d0863ad39b | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-MathematicalFunctions/FLNormLoss-NZ-01.tst | 6f20f64df583c3ee32e68358b2f3e6ad99c2a0ca | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,296 | tst | FLNormLoss-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata
--
-- Copyright (c): 2017 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: Math Functions
--
-- Test Unit Number: FLNormLoss-NZ-01
--
-- Name(s): FLNormLoss
--
-- Description: Scalar function which returns the normalized loss below a threshold.
--
-- Applications:
--
-- Signature: FLNormLoss(x DOUBLE PRECISION, y DOUBLE PRECISION)
--
-- Parameters: See Documentation
--
-- Return value: DOUBLE PRECISION
--
-- Last Updated: 05-15-2017
--
-- Author: <Sam.Sharma@fuzzylogix.com>
--
-- BEGIN: TEST SCRIPT
-- .run file=../PulsarLogOn.sql
-- .set width 2500
-- BEGIN: POSITIVE TEST(s)
---- Positive Test 1: Output less than 100
--- Return expected results, Good
SELECT FLNormLoss(36, 50.5) AS FLNormLoss;
---- Positive Test 2: Output over 100
--- Return expected results, Good
SELECT FLNormLoss(-36, 50.5) AS FLNormLoss;
---- Positive Test 3: First parameter as positive.
--- Return expected results - 0, Good
SELECT FLNormLoss(100.1, 50.5) AS FLNormLoss;
---- Positive Test 4: First parameter as large.
--- Return expected results - 0, Good
SELECT FLNormLoss(1e307, 50.5) AS FLNormLoss;
---- Positive Test 5: Close to Boundary 1e307: Returns a large number
SELECT FLNormLoss(-1e307, 6) AS FLNormLoss;
---- Positive Test 6: Close to Boundary 1e307: Returns Infinity
SELECT FLNormLoss(-1e307, 5) AS FLNormLoss;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
---- Negative Test 1: First paramter as NULL.
--- Return expected error/empty output, Good
SELECT FLNormLoss(null, 5) AS FLNormLoss;
---- Negative Test 2: First paramter as NULL.
--- Return expected error/empty output, Good
SELECT FLNormLoss(78.0, null) AS FLNormLoss;
-- END: TEST SCRIPT
|
765eb6829de9f0d213fadc68762c3cab5ede2eee | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.1_5.tst | 05049ae527637271f22fbb16d5239767b30ae3f4 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,796 | tst | bow.1_5.tst | 1 10:0.5 19:0.047619047619047616 30:0.07142857142857142 66:0.5 149:1.0 203:1.0
1 4:0.09090909090909091 11:1.0 49:0.1111111111111111 249:0.5 345:1.0
1 3:1.0 13:0.5 14:0.07142857142857142 17:0.017857142857142856 28:1.0 30:0.07142857142857142 84:0.1111111111111111 187:1.0 298:1.0 883:1.0
1 4:0.09090909090909091 6:0.5 10:0.5 14:0.07142857142857142 17:0.03571428571428571 25:1.0 74:0.3333333333333333 84:0.1111111111111111 665:1.0 721:1.0 1294:1.0
1 4:0.09090909090909091 84:0.1111111111111111 150:1.0 156:1.0 542:1.0
1 6:0.5 13:0.5 14:0.03571428571428571 19:0.047619047619047616 1022:1.0
1 6:0.5 10:0.5 13:0.5 14:0.03571428571428571 17:0.03571428571428571 19:0.047619047619047616 49:0.1111111111111111 68:1.0 69:0.4 137:1.0 181:0.5 517:1.0 1356:1.0
1 14:0.03571428571428571 17:0.03571428571428571 25:1.0 30:0.07142857142857142 72:1.0 121:0.3333333333333333 404:1.0 469:1.0 475:1.0 698:1.0
1 13:0.5 19:0.09523809523809523 20:1.0 55:0.5 74:0.6666666666666666 159:0.14285714285714285 160:0.5 1039:1.0
1 13:0.5 14:0.03571428571428571 17:0.017857142857142856 30:0.07142857142857142 69:0.2 121:0.3333333333333333 149:1.0 160:1.0 183:0.2 226:1.0 249:0.5 286:1.0 556:1.0 611:1.0 1036:1.0 1462:1.0 1644:1.0
1 4:0.09090909090909091 6:0.5 10:0.5 14:0.03571428571428571 54:0.25 84:0.1111111111111111 86:1.0 93:1.0 569:1.0 663:1.0 991:1.0
1 25:1.0 396:1.0 494:1.0 1233:0.5
1 25:1.0 30:0.07142857142857142 84:0.1111111111111111 148:1.0 286:1.0 326:1.0 409:1.0
1 3:1.0 6:0.5 13:0.5 14:0.10714285714285714 25:1.0 28:1.0 29:1.0 42:0.25 43:0.5 56:0.3333333333333333 60:0.5 181:0.5 207:0.16666666666666666 214:0.4 236:0.5 237:1.0 409:1.0 480:1.0 556:1.0 581:0.5 794:1.0 920:1.0
1 54:0.25 69:0.2 236:0.5 448:1.0 556:1.0 652:0.14285714285714285
1 4:0.09090909090909091 14:0.03571428571428571 54:0.25 64:1.0 171:0.25 598:1.0 1404:1.0
1 4:0.09090909090909091 14:0.03571428571428571 19:0.047619047619047616 25:1.0 69:0.2 542:1.0 851:1.0 963:1.0
1 349:0.3333333333333333
1 10:0.5 13:0.5 25:1.0 69:0.2 70:0.5 193:0.5
1 25:1.0 30:0.07142857142857142 64:1.0 67:1.0 70:0.5 183:0.2
1 279:1.0 1036:1.0
1 14:0.03571428571428571 69:0.2
1 6:0.5 14:0.03571428571428571 30:0.07142857142857142 1664:1.0
1 4:0.09090909090909091 19:0.047619047619047616 25:1.0 66:0.5 679:1.0 1036:1.0
1 10:0.5 19:0.047619047619047616 25:1.0 66:0.5 199:0.16666666666666666 237:1.0 394:1.0 1147:1.0 1642:1.0
1 19:0.047619047619047616 69:0.2 84:0.1111111111111111 121:0.3333333333333333 189:0.25 249:0.5 355:1.0 489:1.0 511:1.0 1036:1.0
1 3:1.0 6:0.5 14:0.07142857142857142 17:0.03571428571428571 19:0.09523809523809523 20:1.0 21:1.0 74:0.3333333333333333 91:1.0 181:0.5 226:1.0 249:0.5 274:1.0 602:1.0 705:1.0 856:1.0 911:1.0 1036:1.0
1 17:0.03571428571428571 19:0.047619047619047616 837:1.0 842:1.0
1 6:0.5 14:0.03571428571428571 17:0.03571428571428571 69:0.4 381:1.0 486:1.0 611:1.0 837:1.0 1022:1.0 1302:2.0
1 14:0.03571428571428571 17:0.017857142857142856 20:1.0 30:0.07142857142857142 184:0.5 250:1.0 349:0.3333333333333333 625:1.0 924:1.0 1572:1.0 1731:1.0
1 3:1.0 4:0.18181818181818182 349:0.3333333333333333
1 6:0.5 14:0.07142857142857142 17:0.017857142857142856 30:0.07142857142857142 133:1.0 226:1.0 377:1.0 465:1.0
1 25:1.0 167:1.0 901:0.5
1 6:0.5 13:1.0 14:0.10714285714285714 17:0.03571428571428571 19:0.047619047619047616 49:0.1111111111111111 74:0.3333333333333333 84:0.1111111111111111 256:0.5 442:1.0 553:1.0 837:1.0
1 17:0.017857142857142856 20:1.0 25:1.0 147:1.0 171:0.5 284:1.0 828:1.0 1430:1.0
1 13:0.5 127:1.0 249:0.5 441:1.0
1 14:0.03571428571428571 17:0.017857142857142856 475:1.0 883:1.0
1 4:0.09090909090909091 13:0.5 202:0.14285714285714285
1 19:0.047619047619047616 20:1.0 21:1.0 43:0.5
1 3:1.0 14:0.07142857142857142 17:0.017857142857142856 25:2.0 28:1.0 84:0.1111111111111111 298:1.0 326:1.0 462:1.0 716:1.0 1497:1.0 1612:1.0
|
3d9abcb13a47f2520102f0142de8a85db82b6e60 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/gr_harm_easa/resources/initgrobj.sce | 360965dd5dfd8193413e32ba7048ec3318c5e770 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | initgrobj.sce | function [t00,txx,txy,txz,tyy,tyz,tzz,alp]=initgrobj(nx,ny,nz,time,par1,par2,x,y,z,r,alp)
// [t00,txx,txy,txz,tyy,tyz,tzz,alp]=initgrobj(nx,ny,nz,time,par1,par2,x,y,z,r)
// Initialise gij for set of parts moving
// Assume alp shifted by -2GM/r
// numobjects
// location of object
// velocity of object vz=0
// init with v^2/rcm=sum over all obj[GmM/r^2]
//update alp
endfunction
|
3a8380c0d2522dc5da87490fd81a962f08758f52 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/TK36LRU/ATWM1_Working_Memory_MEG_TK36LRU_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | 5c45b734ee538aad2623acc5ec1ac6f1a3c0dacb | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,597 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
43 61 292 292 399 125 1742 2992 1942 fixation_cross gabor_121 gabor_179 gabor_100 gabor_032 gabor_121_alt gabor_179_alt gabor_100 gabor_032 "1_1_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_121_179_100_032_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_150_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_1_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2242 fixation_cross gabor_098 gabor_178 gabor_056 gabor_123 gabor_098 gabor_178 gabor_056_alt gabor_123_alt "1_2_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_098_178_056_123_target_position_1_2_retrieval_position_2" gabor_circ gabor_178_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_2_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_087 gabor_138 gabor_104 gabor_169 gabor_087 gabor_138_alt gabor_104_alt gabor_169 "1_3_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_087_138_104_169_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_169_framed blank blank blank blank fixation_cross_target_position_1_4 "1_3_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_016 gabor_077 gabor_037 gabor_094 gabor_016_alt gabor_077 gabor_037_alt gabor_094 "1_4_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_016_077_037_094_target_position_2_4_retrieval_position_2" gabor_circ gabor_122_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_4_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_131 gabor_001 gabor_167 gabor_048 gabor_131 gabor_001 gabor_167_alt gabor_048_alt "1_5_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_131_001_167_048_target_position_1_2_retrieval_position_1" gabor_083_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_5_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 1892 fixation_cross gabor_110 gabor_060 gabor_002 gabor_166 gabor_110_alt gabor_060_alt gabor_002 gabor_166 "1_6_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_110_060_002_166_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_139_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_6_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2092 2992 2192 fixation_cross gabor_062 gabor_044 gabor_023 gabor_105 gabor_062_alt gabor_044_alt gabor_023 gabor_105 "1_7_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2200_gabor_patch_orientation_062_044_023_105_target_position_3_4_retrieval_position_2" gabor_circ gabor_044_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_7_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_044_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_113 gabor_030 gabor_098 gabor_008 gabor_113_alt gabor_030_alt gabor_098 gabor_008 "1_8_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_113_030_098_008_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_008_framed blank blank blank blank fixation_cross_target_position_3_4 "1_8_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 2492 fixation_cross gabor_149 gabor_042 gabor_009 gabor_116 gabor_149 gabor_042_alt gabor_009 gabor_116_alt "1_9_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_149_042_009_116_target_position_1_3_retrieval_position_1" gabor_149_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_9_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2042 fixation_cross gabor_060 gabor_093 gabor_040 gabor_123 gabor_060_alt gabor_093_alt gabor_040 gabor_123 "1_10_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_060_093_040_123_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_171_framed blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2092 2992 2192 fixation_cross gabor_082 gabor_143 gabor_108 gabor_125 gabor_082_alt gabor_143_alt gabor_108 gabor_125 "1_11_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_082_143_108_125_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_059_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_11_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_033 gabor_076 gabor_154 gabor_018 gabor_033 gabor_076_alt gabor_154 gabor_018_alt "1_12_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_033_076_154_018_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_154_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_12_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1742 2992 1992 fixation_cross gabor_045 gabor_074 gabor_091 gabor_109 gabor_045 gabor_074_alt gabor_091_alt gabor_109 "1_13_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_045_074_091_109_target_position_1_4_retrieval_position_2" gabor_circ gabor_029_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_13_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_029_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2242 fixation_cross gabor_067 gabor_052 gabor_139 gabor_174 gabor_067 gabor_052_alt gabor_139 gabor_174_alt "1_14_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_067_052_139_174_target_position_1_3_retrieval_position_1" gabor_112_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2192 fixation_cross gabor_162 gabor_040 gabor_104 gabor_128 gabor_162 gabor_040_alt gabor_104 gabor_128_alt "1_15_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_162_040_104_128_target_position_1_3_retrieval_position_1" gabor_162_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_15_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1942 2992 2292 fixation_cross gabor_124 gabor_006 gabor_042 gabor_170 gabor_124_alt gabor_006 gabor_042 gabor_170_alt "1_16_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_124_006_042_170_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_042_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_16_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_073 gabor_003 gabor_021 gabor_051 gabor_073_alt gabor_003 gabor_021 gabor_051_alt "1_17_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_073_003_021_051_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_161_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_17_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_161_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1842 2992 2442 fixation_cross gabor_052 gabor_073 gabor_121 gabor_158 gabor_052_alt gabor_073 gabor_121 gabor_158_alt "1_18_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_2450_gabor_patch_orientation_052_073_121_158_target_position_2_3_retrieval_position_1" gabor_100_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_18_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_100_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2142 fixation_cross gabor_036 gabor_058 gabor_090 gabor_163 gabor_036_alt gabor_058_alt gabor_090 gabor_163 "1_19_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_036_058_090_163_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_116_framed blank blank blank blank fixation_cross_target_position_3_4 "1_19_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_116_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2392 fixation_cross gabor_130 gabor_113 gabor_146 gabor_096 gabor_130 gabor_113_alt gabor_146_alt gabor_096 "1_20_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_130_113_146_096_target_position_1_4_retrieval_position_1" gabor_130_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_20_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 1892 fixation_cross gabor_132 gabor_173 gabor_002 gabor_116 gabor_132_alt gabor_173 gabor_002 gabor_116_alt "1_21_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_132_173_002_116_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_048_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_21_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1742 2992 2292 fixation_cross gabor_136 gabor_031 gabor_052 gabor_072 gabor_136_alt gabor_031_alt gabor_052 gabor_072 "1_22_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2300_gabor_patch_orientation_136_031_052_072_target_position_3_4_retrieval_position_1" gabor_090_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_22_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_090_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2442 fixation_cross gabor_034 gabor_177 gabor_066 gabor_090 gabor_034 gabor_177_alt gabor_066 gabor_090_alt "1_23_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_034_177_066_090_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_066_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_23_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_066_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_101 gabor_162 gabor_073 gabor_011 gabor_101_alt gabor_162 gabor_073 gabor_011_alt "1_24_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_101_162_073_011_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_073_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_24_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 2092 fixation_cross gabor_137 gabor_006 gabor_158 gabor_081 gabor_137_alt gabor_006 gabor_158_alt gabor_081 "1_25_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_137_006_158_081_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_031_framed blank blank blank blank fixation_cross_target_position_2_4 "1_25_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1842 2992 2392 fixation_cross gabor_067 gabor_123 gabor_157 gabor_141 gabor_067 gabor_123_alt gabor_157 gabor_141_alt "1_26_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2400_gabor_patch_orientation_067_123_157_141_target_position_1_3_retrieval_position_2" gabor_circ gabor_123_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_26_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_123_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2592 fixation_cross gabor_006 gabor_158 gabor_140 gabor_122 gabor_006_alt gabor_158 gabor_140_alt gabor_122 "1_27_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_006_158_140_122_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_122_framed blank blank blank blank fixation_cross_target_position_2_4 "1_27_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_012 gabor_088 gabor_137 gabor_167 gabor_012 gabor_088 gabor_137_alt gabor_167_alt "1_28_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_012_088_137_167_target_position_1_2_retrieval_position_1" gabor_058_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_28_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_037 gabor_124 gabor_096 gabor_015 gabor_037 gabor_124 gabor_096_alt gabor_015_alt "1_29_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_037_124_096_015_target_position_1_2_retrieval_position_1" gabor_037_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_29_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 1992 fixation_cross gabor_056 gabor_006 gabor_166 gabor_135 gabor_056_alt gabor_006 gabor_166 gabor_135_alt "1_30_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_056_006_166_135_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_target_position_2_3 "1_30_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_135_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2092 fixation_cross gabor_092 gabor_179 gabor_152 gabor_028 gabor_092 gabor_179_alt gabor_152 gabor_028_alt "1_31_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_092_179_152_028_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_152_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_31_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_013 gabor_168 gabor_099 gabor_143 gabor_013 gabor_168_alt gabor_099 gabor_143_alt "1_32_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_013_168_099_143_target_position_1_3_retrieval_position_1" gabor_013_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_32_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 2342 fixation_cross gabor_098 gabor_041 gabor_128 gabor_162 gabor_098_alt gabor_041 gabor_128 gabor_162_alt "1_33_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_098_041_128_162_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_128_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_33_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_120 gabor_003 gabor_154 gabor_175 gabor_120_alt gabor_003 gabor_154 gabor_175_alt "1_34_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_120_003_154_175_target_position_2_3_retrieval_position_2" gabor_circ gabor_003_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_34_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2242 2992 1942 fixation_cross gabor_131 gabor_014 gabor_065 gabor_103 gabor_131_alt gabor_014 gabor_065_alt gabor_103 "1_35_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_131_014_065_103_target_position_2_4_retrieval_position_2" gabor_circ gabor_014_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_35_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1842 2992 2192 fixation_cross gabor_133 gabor_110 gabor_177 gabor_048 gabor_133_alt gabor_110 gabor_177 gabor_048_alt "1_36_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2200_gabor_patch_orientation_133_110_177_048_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_048_framed blank blank blank blank fixation_cross_target_position_2_3 "1_36_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_048_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2042 fixation_cross gabor_019 gabor_107 gabor_075 gabor_144 gabor_019_alt gabor_107 gabor_075 gabor_144_alt "1_37_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_019_107_075_144_target_position_2_3_retrieval_position_2" gabor_circ gabor_057_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_37_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_176 gabor_024 gabor_129 gabor_060 gabor_176 gabor_024 gabor_129_alt gabor_060_alt "1_38_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_176_024_129_060_target_position_1_2_retrieval_position_1" gabor_041_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_38_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2142 fixation_cross gabor_045 gabor_170 gabor_155 gabor_119 gabor_045 gabor_170_alt gabor_155_alt gabor_119 "1_39_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_045_170_155_119_target_position_1_4_retrieval_position_1" gabor_045_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_39_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2092 fixation_cross gabor_123 gabor_033 gabor_168 gabor_055 gabor_123 gabor_033_alt gabor_168 gabor_055_alt "1_40_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_123_033_168_055_target_position_1_3_retrieval_position_1" gabor_078_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_40_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_078_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1792 2992 2542 fixation_cross gabor_134 gabor_115 gabor_073 gabor_090 gabor_134 gabor_115_alt gabor_073_alt gabor_090 "1_41_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2550_gabor_patch_orientation_134_115_073_090_target_position_1_4_retrieval_position_2" gabor_circ gabor_161_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_41_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_161_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 2042 fixation_cross gabor_047 gabor_176 gabor_127 gabor_152 gabor_047_alt gabor_176 gabor_127_alt gabor_152 "1_42_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_047_176_127_152_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_152_framed blank blank blank blank fixation_cross_target_position_2_4 "1_42_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_089 gabor_031 gabor_162 gabor_005 gabor_089 gabor_031 gabor_162_alt gabor_005_alt "1_43_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_089_031_162_005_target_position_1_2_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_43_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_089 gabor_123 gabor_006 gabor_148 gabor_089_alt gabor_123 gabor_006 gabor_148_alt "1_44_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_089_123_006_148_target_position_2_3_retrieval_position_2" gabor_circ gabor_073_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_44_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_075 gabor_127 gabor_046 gabor_015 gabor_075 gabor_127_alt gabor_046 gabor_015_alt "1_45_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_075_127_046_015_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_046_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_45_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2492 fixation_cross gabor_074 gabor_053 gabor_005 gabor_036 gabor_074 gabor_053_alt gabor_005_alt gabor_036 "1_46_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2500_gabor_patch_orientation_074_053_005_036_target_position_1_4_retrieval_position_1" gabor_074_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_46_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_074_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1892 2992 2342 fixation_cross gabor_157 gabor_128 gabor_096 gabor_076 gabor_157 gabor_128 gabor_096_alt gabor_076_alt "1_47_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2350_gabor_patch_orientation_157_128_096_076_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_096_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_47_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_096_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_085 gabor_108 gabor_044 gabor_161 gabor_085 gabor_108_alt gabor_044_alt gabor_161 "1_48_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_085_108_044_161_target_position_1_4_retrieval_position_1" gabor_134_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_48_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 1992 fixation_cross gabor_090 gabor_123 gabor_036 gabor_013 gabor_090_alt gabor_123_alt gabor_036 gabor_013 "1_49_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2000_gabor_patch_orientation_090_123_036_013_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_013_framed blank blank blank blank fixation_cross_target_position_3_4 "1_49_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2092 2992 2292 fixation_cross gabor_137 gabor_097 gabor_178 gabor_007 gabor_137 gabor_097 gabor_178_alt gabor_007_alt "1_50_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_137_097_178_007_target_position_1_2_retrieval_position_2" gabor_circ gabor_051_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_50_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1842 2992 2342 fixation_cross gabor_017 gabor_107 gabor_036 gabor_141 gabor_017_alt gabor_107 gabor_036_alt gabor_141 "1_51_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_2350_gabor_patch_orientation_017_107_036_141_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_173_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_51_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_173_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_038 gabor_146 gabor_064 gabor_115 gabor_038_alt gabor_146 gabor_064 gabor_115_alt "1_52_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_038_146_064_115_target_position_2_3_retrieval_position_2" gabor_circ gabor_006_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_52_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 2592 fixation_cross gabor_124 gabor_061 gabor_016 gabor_175 gabor_124_alt gabor_061 gabor_016 gabor_175_alt "1_53_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2600_gabor_patch_orientation_124_061_016_175_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_53_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 2042 fixation_cross gabor_018 gabor_170 gabor_126 gabor_053 gabor_018_alt gabor_170 gabor_126_alt gabor_053 "1_54_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_018_170_126_053_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_103_framed blank blank blank blank fixation_cross_target_position_2_4 "1_54_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_103_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_116 gabor_057 gabor_007 gabor_163 gabor_116_alt gabor_057_alt gabor_007 gabor_163 "1_55_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_116_057_007_163_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_028_framed blank blank blank blank fixation_cross_target_position_3_4 "1_55_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1742 2992 2142 fixation_cross gabor_168 gabor_153 gabor_082 gabor_001 gabor_168_alt gabor_153 gabor_082 gabor_001_alt "1_56_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_168_153_082_001_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_132_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_56_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2492 fixation_cross gabor_084 gabor_125 gabor_107 gabor_149 gabor_084_alt gabor_125_alt gabor_107 gabor_149 "1_57_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_084_125_107_149_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_059_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_57_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2142 2992 2292 fixation_cross gabor_002 gabor_122 gabor_050 gabor_179 gabor_002_alt gabor_122_alt gabor_050 gabor_179 "1_58_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2300_gabor_patch_orientation_002_122_050_179_target_position_3_4_retrieval_position_1" gabor_140_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_58_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_140_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_161 gabor_029 gabor_001 gabor_080 gabor_161_alt gabor_029_alt gabor_001 gabor_080 "1_59_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_161_029_001_080_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_001_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_59_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2242 2992 2292 fixation_cross gabor_139 gabor_113 gabor_050 gabor_161 gabor_139 gabor_113_alt gabor_050 gabor_161_alt "1_60_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_139_113_050_161_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_050_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_60_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2092 2992 1992 fixation_cross gabor_179 gabor_043 gabor_094 gabor_121 gabor_179 gabor_043 gabor_094_alt gabor_121_alt "1_61_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2000_gabor_patch_orientation_179_043_094_121_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_121_framed blank blank blank blank fixation_cross_target_position_1_2 "1_61_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_121_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_173 gabor_005 gabor_093 gabor_125 gabor_173 gabor_005_alt gabor_093_alt gabor_125 "1_62_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_173_005_093_125_target_position_1_4_retrieval_position_1" gabor_173_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_62_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2242 fixation_cross gabor_157 gabor_046 gabor_067 gabor_178 gabor_157 gabor_046 gabor_067_alt gabor_178_alt "1_63_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_157_046_067_178_target_position_1_2_retrieval_position_1" gabor_019_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_63_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2142 2992 2342 fixation_cross gabor_134 gabor_150 gabor_165 gabor_117 gabor_134 gabor_150_alt gabor_165 gabor_117_alt "1_64_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2350_gabor_patch_orientation_134_150_165_117_target_position_1_3_retrieval_position_2" gabor_circ gabor_010_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_64_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_010_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_007 gabor_088 gabor_173 gabor_153 gabor_007 gabor_088 gabor_173_alt gabor_153_alt "1_65_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_007_088_173_153_target_position_1_2_retrieval_position_2" gabor_circ gabor_040_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_65_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_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;
43 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_081 gabor_138 gabor_050 gabor_155 gabor_081_alt gabor_138 gabor_050_alt gabor_155 "1_66_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_081_138_050_155_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_107_framed blank blank blank blank fixation_cross_target_position_2_4 "1_66_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 1892 fixation_cross gabor_006 gabor_160 gabor_121 gabor_144 gabor_006_alt gabor_160_alt gabor_121 gabor_144 "1_67_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_006_160_121_144_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_121_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_67_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 1892 fixation_cross gabor_099 gabor_055 gabor_035 gabor_125 gabor_099_alt gabor_055 gabor_035_alt gabor_125 "1_68_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_099_055_035_125_target_position_2_4_retrieval_position_2" gabor_circ gabor_009_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_68_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1892 2992 2542 fixation_cross gabor_094 gabor_056 gabor_162 gabor_121 gabor_094_alt gabor_056 gabor_162 gabor_121_alt "1_69_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2550_gabor_patch_orientation_094_056_162_121_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_121_framed blank blank blank blank fixation_cross_target_position_2_3 "1_69_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_121_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2242 2992 2392 fixation_cross gabor_082 gabor_106 gabor_154 gabor_041 gabor_082 gabor_106_alt gabor_154 gabor_041_alt "1_70_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2400_gabor_patch_orientation_082_106_154_041_target_position_1_3_retrieval_position_1" gabor_082_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_70_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_082_retrieval_position_1" 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;
}; |
bc4b14c93f5967886a7c68cc157109ed740a5f83 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH2/EX2.5.a/ex_2_5_a.sce | 2995f96555f654b15d119146a7db4ac5c3c9b7df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sce | ex_2_5_a.sce | // Example 2.5.a: Calculate Common Emitter D.C. Current gain
alfa=0.950;//Common base D.C. Current gain
beta= (alfa/(1-alfa));
disp(beta,"Common Emitter D.C. Current gain")
|
7fab36fd061d6c3751ee73d31fda1707017bd6ce | 5e244ee21a463b92f547cd5626e466ab167a3e1b | /Semester 5/OST/07. Design of FIR Filters by Hamming Window/ost7.sce | 454db599d5e4ff0140297a3d4f7acb79f03c8fb9 | [] | no_license | bumblebee26/Lab-Experiments | 5ab36e3a52fd3348d0d7634a08541e229e55680f | 8408eceabf65489d477c1e62a998c39b0bd0d828 | refs/heads/master | 2020-04-20T12:44:52.375127 | 2020-02-28T15:10:45 | 2020-02-28T15:10:45 | 168,850,941 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 761 | sce | ost7.sce | clc
clear all
N=31
n=-15:15
h=(1/4)*sinc(n*3.14/4)
w=0.54+0.46*cos(2*3.14*n/(N-1))
//whm = window('hm', N);
figure(1)
plot2d3(n,h)
a=gca();
a.x_location="origin"
a.y_location="origin"
title('Impulse response of the Desired Filter')
xlabel('Discrete Time')
ylabel('Impulse Response')
figure(2)
plot2d3(n,w)
a=gca();
a.x_location="origin"
a.y_location="origin"
title('Hamming Window')
xlabel('Discrete Time')
ylabel('Amplitude')
figure(3)
x=w.*h
plot2d3(n,x)
a=gca();
a.x_location="origin"
a.y_location="origin"
title('Impulse response of the Designed Filter')
xlabel('Discrete Time')
ylabel('Amplitude')
figure(4)
[xm,fr]=frmag(x,256)
plot(fr,xm)
a=gca();
title('Frequency response of the Designed Filter')
xlabel('Discrete Frequency')
ylabel('Amplitude')
|
547746b482d814c49d3ef1867ef9ade0572d64f7 | 39c5c468df5e2bde0147a30cf092fc8da3e7ed3e | /UFRGS/calcNumerico/area2/jacobi.sce | cc717bfe03f7eb4f1b9c88ef51bcb43f603c889e | [] | no_license | andredxc/Files | 9dffc9fe5f7e923b83035d794dfa15c930cdb898 | e32309b9ab548b829b04be66c2776cf9c9c6656e | refs/heads/master | 2021-06-03T10:44:01.606242 | 2020-09-21T15:39:48 | 2020-09-21T15:39:48 | 107,410,076 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | jacobi.sce | format(25)
x = [3 4]'
y = 3 ./ x
n = length(x)
plot(x, y, 'ro-'); xgrid
// Matriz de Vandermonde
for i = 1:n
V(i,j) = x(i)^(j - 1)
end
end
//Interpolação
X = 3 + (28 / 100) // Ponto para fazer a intepolação
a = inv(V) * y
p = 0
for k = 1:n
p = p + a(k) * X.^(k - 1)
end
plot(X, p, 'b.-'); xgrid
disp(p, "P = ")
|
db4644632331f8f6f744e884ec566756c578c5c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1022/CH6/EX6.5/6_5.sce | 15c74062153c57df5c9f70a3cfabd93aff615bf7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_5.sce | clc
//initialisation of variables
M= 50. //gm
T= 98. //C
Mw= 75. //gm
T1= 19. //C
Tm= 27. //C
Mc= 123. //gm
SH= 0.1 //cal gm^-1 C^-1
Qinst= 6.5 //cal
//CALCULATIONS
c= (Mc*SH+Mw+Qinst)/(M*(T-Tm))
//RESULTS
printf ('Mean specific heat of the metal sample= %.4f cal/C gm',c)
//The answer given in textbook is Wrong
|
b2d4e4eb829563446876b255c0eb3c0ada24a273 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH13/EX13.13/example13_13.sce | 058aac981c28ddc872d89da5e908a7a1b28fc4f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 661 | sce | example13_13.sce | clear;
clc;
//Example13.13[Effective Emissivity of Combustion Gases]
d=5,H=5;//Diameter and height of cylindrical furnace[m]
T=1200;//Temp of gases[K]
P=2;//Pressure[atm]
yN2=0.8,yH2O=0.08,yO2=0.07,yCO2=0.05;//Volumetric Composition
//Solution:-
Pc=yCO2*P;//[atm]
Pw=yH2O*P;//[atm]
disp("atm",Pw,"and","atm",Pc,"The partial pressures of CO2 and H2O are")
L=0.6*d;//[m]
x=Pc*L,y=Pw*L;//[m.atm]
ec_1=0.16,ew_1=0.23;//Emissivity of CO2 and H2O at 1 atm pressure
Cc=1.1,Cw=1.4;//Pressure Correction Factors are
del_e=0.048;//Emissivity correction factor at T=1200K
e_g=Cc*ec_1+Cw*ew_1-del_e;
disp(e_g,"The effectivity of the combustion gases is") |
c206da534dc68c8f1c8931090ecc25dc5777565c | ac66d3377862c825111275d71485e42fdec9c1bd | /Resources/res/map/map1112.sce | 88ce1e948a5735d438d1e5f59d0033950f0e6a92 | [] | no_license | AIRIA/CreazyBomber | 2338d2ad46218180f822682d680ece3a8e0b46c3 | 68668fb95a9865ef1306e5b0d24fd959531eb7ad | refs/heads/master | 2021-01-10T19:58:49.272075 | 2014-07-15T09:55:00 | 2014-07-15T09:55:00 | 19,776,025 | 0 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,155 | sce | map1112.sce | <?xml version="1.0" encoding="UTF-8"?>
<Project Name="map1112" Width="13" Height="9" CellSize="40" BackgroundSize="1" Background="9plus.png">
<Cell Name="木箱" X="2" Y="1" />
<Cell Name="木箱" X="3" Y="1" />
<Cell Name="木箱" X="5" Y="1" />
<Cell Name="木箱" X="6" Y="1" />
<Cell Name="木箱" X="8" Y="1" />
<Cell Name="木箱" X="9" Y="1" />
<Cell Name="出生点" X="1" Y="2" />
<Cell Name="樱桃树" X="4" Y="2" />
<Cell Name="木箱" X="6" Y="2" />
<Cell Name="樱桃树" X="10" Y="2" />
<Cell Name="木箱" X="3" Y="3" />
<Cell Name="丛林图腾2" X="4" Y="3" />
<Cell Name="丛林图腾2" X="10" Y="3" />
<Cell Name="木箱" X="1" Y="4" />
<Cell Name="樱桃树" X="1" Y="5" />
<Cell Name="木箱" X="3" Y="5" />
<Cell Name="丛林图腾2" X="5" Y="5" />
<Cell Name="木箱" X="7" Y="5" />
<Cell Name="丛林图腾1" X="10" Y="5" />
<Cell Name="丛林图腾2" X="2" Y="6" />
<Cell Name="木箱" X="2" Y="7" />
<Cell Name="木箱" X="6" Y="7" />
<Cell Name="通关点-1" X="7" Y="7" />
<Cell Name="猿人" X="9" Y="7" arg0="7" />
<Cell Name="蘑菇怪" X="9" Y="7" arg0="1" />
</Project> |
f2c8636ad9b811e3099c4ecb19b84907af60540b | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.13_20.tst | 175b96eda6ff40adaf9c19a5abe421f698974ca3 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 14,264 | tst | bow.13_20.tst | 13 23:0.5 31:0.25 42:0.25 56:0.25 100:0.5 136:2.0 148:0.3333333333333333 158:0.1111111111111111 165:1.0 202:1.0 207:1.0 248:0.2 354:0.5 908:1.0 1392:0.3333333333333333 2266:1.0
13 4:0.14285714285714285 46:0.04 111:0.125 135:0.1 191:0.2 224:0.3333333333333333 248:0.2 256:0.3333333333333333 283:0.5 462:1.0 1053:1.0 1887:1.0 2118:1.0
13 4:0.2857142857142857 9:0.25 55:1.0 107:0.5 158:0.1111111111111111 205:1.0 309:0.3333333333333333 311:1.0 802:1.0 1131:1.0 1132:1.0 1474:1.0 1512:0.5 2022:1.0 2121:1.0 2124:1.0 2126:1.0
13 1:0.07692307692307693 107:0.5 191:0.2 309:0.3333333333333333 356:0.16666666666666666 773:1.0 1007:1.0 1131:1.0
13 19:0.14285714285714285 107:1.0 118:1.0 133:0.5 142:0.3333333333333333 205:1.0 252:1.0 310:0.5 398:1.0 488:1.0 839:0.3333333333333333 1223:0.16666666666666666 1392:0.3333333333333333 1512:0.5
13 1:0.07692307692307693 31:0.25 42:0.25 54:0.5 132:0.3333333333333333 240:0.2 488:1.0 746:0.5 747:1.0 1223:0.16666666666666666
13 18:1.0 42:0.25 48:0.14285714285714285 52:0.1 56:0.25 84:2.0 165:1.0 184:0.16666666666666666 185:1.0 311:2.0 354:0.5 488:1.0 1223:0.16666666666666666 1392:0.3333333333333333 1547:1.0 1836:1.0 2051:1.0 3183:1.0
13 16:0.125 17:1.0 19:0.2857142857142857 104:1.0 107:0.5 135:0.1 136:1.0 158:0.1111111111111111 224:0.3333333333333333 285:1.0 333:1.0 488:1.0 907:1.0 1223:0.16666666666666666
13 8:0.3333333333333333 9:0.25 31:0.5 80:1.0 84:1.0 117:0.023255813953488372 135:0.1 145:0.5 149:2.0 205:1.0 206:1.0 260:1.0 311:1.0 591:1.0 809:1.0 1327:1.0 1392:0.3333333333333333 1452:1.0 1548:1.0 1765:0.5 1822:1.0 1961:1.0 2054:2.0 2268:1.0
13 9:0.25 19:0.14285714285714285 48:0.14285714285714285 52:0.1 110:0.3333333333333333 141:1.0 184:0.16666666666666666 185:1.0 207:1.0 286:0.25 389:0.25 401:0.5 409:0.5 552:0.3333333333333333 802:1.0
13 11:2.0 17:1.0 48:0.14285714285714285 107:0.5 135:0.1 195:1.0 224:0.3333333333333333 292:1.0 293:1.0 344:1.0 403:1.0 414:0.5 465:0.1 545:1.0 549:1.0 776:0.3333333333333333 2107:1.0
13 42:0.25 45:0.16666666666666666 56:0.25 240:0.2 311:1.0 356:0.16666666666666666 357:1.0 890:1.0 981:1.0 1665:1.0 1668:1.0 1837:1.0
13 488:1.0 603:1.0 1223:0.16666666666666666 2130:1.0
13 42:0.25 111:0.125 191:0.2 488:1.0 665:1.0 1223:0.16666666666666666
13 11:3.0 31:0.5 38:2.0 54:0.5 111:0.125 130:1.0 207:1.0 285:1.0 286:0.25 288:1.0 356:0.3333333333333333 465:0.1 484:0.5 488:1.0 545:1.0 723:1.0 776:0.3333333333333333 1101:1.0 1223:0.16666666666666666 1333:1.0 2130:1.0 3348:1.0 3544:1.0
13 11:1.0 19:0.14285714285714285 38:1.0 52:0.1 111:0.125 224:0.3333333333333333 253:0.5 326:1.0 488:1.0 750:1.0 1223:0.16666666666666666 1500:1.0 1791:1.0
13 1:0.07692307692307693 18:3.0 21:0.3333333333333333 52:0.1 53:1.0 56:0.25 84:1.0 104:1.0 106:1.0 118:1.0 165:1.0 178:1.0 223:0.5 260:4.0 289:0.5 398:1.0 418:0.3333333333333333 551:3.0 878:1.0 918:1.0 1061:1.0 1286:0.5 1718:1.0 3887:1.0
13 48:0.14285714285714285 104:1.0 107:0.5 488:1.0 662:1.0 663:1.0 1035:1.0 1223:0.16666666666666666 3838:1.0
13 9:0.25 17:2.0 31:0.5 48:0.2857142857142857 107:0.5 110:0.3333333333333333 133:0.5 135:0.1 158:0.1111111111111111 184:0.16666666666666666 185:1.0 302:0.5 401:0.5 409:0.5 488:1.0 989:1.0 1223:0.16666666666666666 1241:0.3333333333333333 1885:1.0 2462:0.5
13 4:0.14285714285714285 19:0.14285714285714285 31:0.25 46:0.04 107:0.5 127:0.5 148:0.3333333333333333 158:0.1111111111111111 260:1.0 356:0.16666666666666666 389:0.25 408:0.14285714285714285 488:1.0 1223:0.16666666666666666 2117:1.0 3852:1.0 4273:1.0 4286:1.0 4611:1.0
13 52:0.1 110:0.3333333333333333 158:0.1111111111111111 207:1.0 386:1.0 389:0.25 667:1.0
13 4:0.14285714285714285 17:1.0 111:0.125 115:1.0 1223:0.16666666666666666 3100:1.0 3652:1.0 3984:1.0 4286:1.0
13 4:0.14285714285714285 11:1.0 45:0.16666666666666666 107:0.5 145:0.5 256:0.3333333333333333 488:1.0 891:2.0 980:0.3333333333333333 981:1.0 1223:0.16666666666666666 3770:1.0
13 4:0.14285714285714285 31:0.25 45:0.16666666666666666 52:0.1 158:0.1111111111111111 488:1.0 1223:0.16666666666666666 1244:1.0
13 1:0.07692307692307693 4:0.14285714285714285 31:0.25 45:0.16666666666666666 111:0.125 256:0.3333333333333333 488:1.0 1223:0.16666666666666666
13 4:0.2857142857142857 21:0.3333333333333333 111:0.125 142:0.3333333333333333 248:0.2 260:1.0 286:0.25 356:0.16666666666666666 488:1.0 552:0.3333333333333333 1223:0.16666666666666666 1286:0.5 3984:1.0 4463:1.0
13 4:0.14285714285714285 31:0.25 54:0.5 288:1.0 335:1.0 354:0.5 488:1.0 669:1.0 953:1.0 1223:0.16666666666666666 4087:1.0 4611:1.0
13 3:0.5 31:0.5 38:2.0 42:0.25 48:0.14285714285714285 110:0.3333333333333333 135:0.1 165:1.0 202:1.0 241:1.0 346:1.0 420:1.0 488:1.0 603:1.0 727:0.3333333333333333 1023:0.25 1599:0.2 1668:2.0 3586:1.0 4331:1.0
13 27:1.0 42:0.25 110:0.3333333333333333 122:0.16666666666666666 135:0.1 148:0.3333333333333333 221:0.3333333333333333 248:0.4 288:1.0 350:0.07142857142857142 389:0.25 669:1.0 727:0.3333333333333333 1380:1.0 1499:1.0 1536:1.0 2363:0.5 3161:1.0
13 11:1.0 21:0.3333333333333333 31:0.5 42:0.25 46:0.04 56:0.25 108:1.0 111:0.125 136:2.0 178:1.0 207:1.0 272:1.0 354:0.5 484:0.5 520:0.5 980:0.3333333333333333 1499:1.0 1514:1.0 2640:1.0 2741:1.0 4089:1.0
13 11:1.0 19:0.14285714285714285 31:0.25 38:1.0 51:0.125 85:1.0 111:0.125 191:0.2 356:0.16666666666666666 1313:0.5 1512:0.5 2239:1.0 2381:1.0
13 8:0.3333333333333333 9:0.25 11:1.0 17:1.0 19:0.14285714285714285 31:0.5 42:0.5 51:0.125 52:0.1 73:2.0 107:0.5 111:0.125 117:0.023255813953488372 178:1.0 207:1.0 256:0.3333333333333333 258:0.3333333333333333 551:1.0 576:1.0 591:1.0 642:1.0 658:1.0 953:1.0 1128:1.0 1267:1.0 2966:1.0
13 18:1.0 42:0.25 48:0.14285714285714285 50:1.0 107:0.5 135:0.1 405:0.1 1419:1.0 1809:1.0 3153:1.0
13 9:0.25 31:0.25 38:1.0 48:0.14285714285714285 104:1.0 117:0.023255813953488372 148:0.3333333333333333 158:0.3333333333333333 184:0.16666666666666666 248:0.2 457:1.0 566:1.0 759:1.0 1214:1.0 1599:0.2 1629:0.5 2631:1.0
13 6:0.07142857142857142 18:1.0 31:0.75 38:1.0 42:0.75 46:0.04 48:0.14285714285714285 52:0.2 158:0.2222222222222222 184:0.16666666666666666 185:1.0 224:0.3333333333333333 350:0.07142857142857142 365:0.5 408:0.14285714285714285 436:1.0 779:1.0 1025:1.0 1061:1.0 1595:1.0 1599:0.2 1632:1.0 1814:1.0 1969:0.5 3055:1.0
13 19:0.14285714285714285 31:0.25 46:0.04 52:0.1 110:0.3333333333333333 132:0.3333333333333333 184:0.16666666666666666 185:1.0 240:0.2 310:0.25 398:1.0 488:1.0 1512:0.5 1599:0.2
13 8:0.3333333333333333 18:1.0 31:0.5 38:1.0 52:0.1 85:1.0 104:1.0 158:0.1111111111111111 224:0.3333333333333333 260:1.0 332:1.0 408:0.14285714285714285 485:1.0 780:1.0 1928:1.0 4450:1.0
13 11:1.0 17:1.0 107:0.5 135:0.1 224:0.3333333333333333 292:1.0 293:1.0 465:0.1 545:1.0 549:1.0 776:0.3333333333333333 806:1.0 2107:1.0 2239:1.0 4549:1.0
13 9:0.25 19:0.14285714285714285 107:1.0 135:0.1 139:1.0 148:0.3333333333333333 158:0.2222222222222222 191:0.2 223:0.5 248:0.2 256:0.3333333333333333 335:1.0 449:1.0 782:1.0 783:1.0 1351:1.0 1512:0.5 3265:1.0 3377:1.0 3855:1.0 3873:1.0
13 11:1.0 31:0.25 38:1.0 42:0.5 160:1.0 212:0.5 359:2.0 1887:1.0 2221:1.0
13 9:0.25 18:1.0 31:0.25 42:0.25 296:1.0 408:0.14285714285714285 488:1.0 1361:1.0
13 1:0.07692307692307693 48:0.14285714285714285 135:0.2 156:0.16666666666666666 1087:1.0 1512:0.5 2013:1.0 2504:1.0
13 94:1.0
13 48:0.14285714285714285 56:0.25 117:0.023255813953488372 1512:0.5 1632:1.0
13 117:0.023255813953488372 127:0.5 223:0.5 1512:0.5
13 1:0.07692307692307693 45:0.16666666666666666 46:0.04 56:0.25 64:1.0 158:0.1111111111111111 208:1.0 272:1.0 346:1.0 707:1.0 868:1.0 1512:0.5 1629:0.5
13 4:0.14285714285714285 38:1.0 43:0.16666666666666666 48:0.2857142857142857 61:0.5 80:1.0 130:1.0 205:1.0 251:1.0 472:1.0 655:0.25 720:1.0 1215:1.0 3982:1.0
13 84:1.0 104:1.0 156:0.16666666666666666 297:1.0 338:1.0 354:0.5 389:0.25 661:1.0 1512:0.5 1687:1.0 2334:1.0
13 2:0.5 11:1.0 36:1.0 104:1.0 117:0.023255813953488372 158:0.1111111111111111 221:0.3333333333333333 500:0.5 727:0.3333333333333333 2327:1.0 2476:1.0 4405:1.0
13 2239:1.0
13 11:1.0 45:0.16666666666666666 48:0.14285714285714285 52:0.1 207:1.0 260:1.0 1158:1.0 1986:1.0
13 42:0.25 178:1.0 2095:1.0 3190:1.0 3715:1.0
13 1:0.07692307692307693 3:0.5 16:0.125 17:1.0 42:0.25 107:0.5 135:0.1 148:0.3333333333333333 2918:1.0
13 31:0.5 38:1.0 48:0.14285714285714285 49:1.0 107:0.5 142:0.3333333333333333 302:0.5 346:1.0 418:0.3333333333333333 1512:0.5 1976:1.0
13 2:0.5 19:0.2857142857142857 48:0.14285714285714285 52:0.1 66:0.2 107:0.5 158:0.1111111111111111 302:0.5 311:1.0 389:0.25 438:1.0 551:1.0 597:1.0 667:1.0 686:0.14285714285714285 1213:1.0 1512:0.5
13 11:2.0 19:0.2857142857142857 31:0.5 48:0.14285714285714285 49:1.0 50:1.0 56:0.25 59:1.0 107:1.0 186:1.0 240:0.2 256:0.3333333333333333 289:0.5 302:0.5 350:0.07142857142857142 414:0.5 437:1.0 552:0.3333333333333333 1829:1.0 3192:1.0
13 8:0.3333333333333333 31:0.25 48:0.14285714285714285 248:0.2 309:0.3333333333333333 925:1.0 1128:1.0 1240:1.0 1291:1.0 1727:1.0 2041:1.0 2063:1.0
13 42:0.25 107:0.5 126:0.5 405:0.1 1022:1.0 1935:1.0 2454:0.5
13 1:0.07692307692307693 19:0.14285714285714285 107:0.5 240:0.2 438:1.0 488:1.0 739:1.0 1032:1.0 1512:0.5 1765:0.5
13 31:0.25 52:0.1 206:1.0 207:1.0 272:2.0 1293:1.0 1846:1.0
13 6:0.07142857142857142 31:0.75 42:0.25 107:0.5 117:0.023255813953488372 132:0.3333333333333333 158:0.1111111111111111 196:1.0 207:1.0 212:0.5 221:0.3333333333333333 240:0.2 1291:1.0 1392:0.3333333333333333 2154:1.0 2937:1.0
13 31:0.25 45:0.16666666666666666 52:0.1 56:0.25 132:0.3333333333333333 148:0.3333333333333333 240:0.2 1668:1.0
13 4:0.14285714285714285 19:0.14285714285714285 30:1.0 31:0.25 32:1.0 191:0.2 240:0.2 309:0.3333333333333333 1629:0.5 1721:1.0 2126:1.0
13 31:0.25 46:0.04 56:0.25 165:1.0 178:2.0 551:1.0 817:1.0 1290:1.0 2122:1.0 2123:1.0 3901:1.0
13 19:0.14285714285714285 110:0.3333333333333333 145:0.5 418:0.3333333333333333 488:1.0
13 11:1.0 19:0.2857142857142857 31:0.75 158:0.1111111111111111 302:0.5 646:1.0 1213:1.0 1387:0.5 1524:0.5 1619:1.0 1706:1.0 1829:1.0 2154:1.0 3529:1.0
13 31:0.25 42:0.25 77:1.0 85:1.0 103:1.0 104:1.0 107:1.0 108:1.0 178:1.0 389:0.25 457:1.0 465:0.1 1043:1.0 1313:0.5 1314:1.0 1836:1.0 2454:0.5 2642:1.0
13 6:0.07142857142857142 7:1.0 8:0.3333333333333333 9:0.25 31:0.25 38:1.0 42:0.25 48:0.14285714285714285 52:0.1 104:1.0 148:0.3333333333333333 158:0.4444444444444444 392:0.041666666666666664 488:1.0 527:0.2 566:1.0 585:1.0 986:0.5 1014:1.0 1214:1.0 1215:1.0 1291:1.0 2197:1.0 3873:1.0
13 45:0.16666666666666666 48:0.14285714285714285 135:0.1 184:0.16666666666666666 434:1.0 440:1.0 552:0.3333333333333333 1662:1.0 2047:1.0
13 4:0.2857142857142857 42:0.25 85:1.0 104:1.0 111:0.125 135:0.1 184:0.16666666666666666 185:1.0 268:0.5 310:0.25 328:1.0 488:1.0 566:1.0 1313:0.5 1819:1.0 2379:0.3333333333333333 4223:1.0
13 4:0.14285714285714285 19:0.14285714285714285 104:1.0 107:0.5 111:0.125 122:0.16666666666666666 136:1.0 161:1.0 302:0.5 488:1.0 783:1.0 812:1.0
13 8:0.3333333333333333 18:1.0 31:0.25 42:0.25 46:0.04 104:1.0 111:0.125 354:0.5 398:1.0 408:0.14285714285714285 438:1.0 508:1.0 1107:1.0 1223:0.16666666666666666 1281:1.0 1512:0.5 3223:1.0 3224:1.0 3230:1.0
13 38:1.0 42:0.25 132:0.3333333333333333 145:0.5 488:1.0 662:1.0 2818:1.0 3272:1.0 3273:1.0
13 42:0.5 54:0.5 111:0.125 191:0.2 398:1.0 438:1.0 440:1.0 733:1.0 761:1.0 1128:1.0 1512:0.5 4359:1.0
13 48:0.14285714285714285 110:0.3333333333333333 117:0.023255813953488372 141:1.0 156:0.16666666666666666 205:1.0 286:0.25 310:0.25 420:0.5 465:0.1 488:1.0 527:0.2 655:0.25 980:0.3333333333333333 1974:0.5 2350:1.0
13 45:0.16666666666666666 158:0.1111111111111111 878:1.0 1427:1.0 1568:1.0 1838:1.0 2622:1.0 3627:1.0
13 42:0.25 48:0.14285714285714285 148:0.3333333333333333 186:1.0 655:0.25 693:0.5 1028:1.0 1037:1.0 1551:1.0 1629:0.5 1834:1.0 2537:1.0
13 11:1.0 45:0.16666666666666666 52:0.1 434:1.0 2537:1.0 2688:1.0
13 8:0.3333333333333333 19:0.14285714285714285 54:0.5 61:1.0 66:0.2 142:0.3333333333333333 198:1.0 397:1.0 398:1.0 399:0.5 490:0.3333333333333333 1620:1.0
13 6:0.07142857142857142 107:0.5 158:0.1111111111111111 223:0.5 571:1.0 1122:1.0
13 9:0.25 42:0.25 46:0.04 108:1.0 136:1.0 158:0.1111111111111111 186:1.0 191:0.2 739:1.0 1885:1.0 2776:1.0 3715:1.0 4273:1.0
13 9:0.25 19:0.14285714285714285 31:0.25 45:0.16666666666666666 46:0.04 48:0.14285714285714285 107:0.5 122:0.16666666666666666 132:0.3333333333333333 158:0.1111111111111111 186:1.0 191:0.2 223:0.5 256:0.3333333333333333 309:0.3333333333333333 486:1.0 655:0.25 739:1.0 1229:1.0 1244:1.0 1381:1.0 1619:1.0 2119:1.0
13 1:0.07692307692307693 2:1.0 3:0.5 46:0.04 48:0.14285714285714285 51:0.125 107:1.0 110:0.3333333333333333 135:0.2 221:0.3333333333333333 253:0.5 288:1.0 309:0.3333333333333333 330:1.0 335:1.0 356:0.16666666666666666 438:1.0 597:1.0 662:1.0 702:0.2 746:0.5 1175:1.0 3026:1.0
13 38:1.0 45:0.16666666666666666 104:1.0 132:0.3333333333333333 212:0.5 240:0.2 1313:0.5 2053:1.0
13 38:1.0 42:0.25 240:0.2 371:1.0 373:1.0 374:1.0 1416:1.0 1599:0.2
13 4:0.2857142857142857 11:1.0 19:0.14285714285714285 31:0.25 207:1.0 260:1.0 420:0.5 1050:1.0 1367:1.0 1711:1.0
13 8:0.3333333333333333 11:1.0 95:1.0 252:1.0 414:0.5 527:0.2
13 3:0.5 4:0.14285714285714285 181:0.3333333333333333 354:0.5 697:1.0
13 642:1.0 653:1.0 1453:1.0
13 4:0.14285714285714285 8:0.3333333333333333 19:0.14285714285714285 31:0.25 48:0.14285714285714285 107:0.5 110:0.3333333333333333 256:0.3333333333333333 273:1.0 333:1.0 489:1.0 565:1.0 1286:0.5
13 42:0.25 49:1.0 68:1.0 352:1.0 1004:1.0
13 11:2.0 12:2.0 92:0.5 107:0.5 117:0.023255813953488372 207:1.0 405:0.1 564:1.0
13 3:0.5 4:0.14285714285714285 38:1.0 55:1.0 57:1.0 117:0.023255813953488372 142:0.3333333333333333 191:0.2 346:1.0 389:0.25 1103:1.0
13 142:0.3333333333333333 186:1.0 286:0.25 401:0.5 707:1.0 890:1.0 992:1.0 1102:1.0 3232:1.0
13 31:0.25 142:0.3333333333333333 186:1.0 286:0.25 313:0.2 401:0.5 635:1.0 707:1.0 756:1.0 992:1.0 2875:1.0 3232:1.0
13 4:0.14285714285714285 107:0.5 136:1.0 191:0.2 342:1.0 418:0.3333333333333333 580:1.0 4405:1.0
13 4:0.14285714285714285 16:0.125 17:1.0 107:0.5 354:0.5
13 1:0.07692307692307693 9:0.25 11:1.0 42:0.25 49:1.0 50:1.0 51:0.125 73:1.0 79:1.0 80:1.0 81:1.0 107:0.5 118:1.0 145:0.5 248:0.2 268:0.5 285:1.0 310:0.25 527:0.2 907:1.0 915:1.0 3036:1.0 3396:1.0 4253:1.0
13 11:1.0 38:1.0 42:0.25 56:0.25 95:1.0 527:0.2 4283:1.0
|
18b9c196a4f586026af363e4c57e1c320238459b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH1/EX1.27/27.sce | eb4061944485229b1f01e60d38374a319c5c7ad1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sce | 27.sce | clc
// Given that
m_0 = 1.6e-27 // mass of proton in kg
KE = 500 // kinetic energy of electron in MeV
c = 3e8 // speed of light in m/sec
// Sample Problem 27 on page no. 54
printf("\n # PROBLEM 27 # \n")
printf(" Standard formula used \n")
printf("\n E = m*c^2 \n")
del_m = KE*1e6*1.6e-19/c^2 // change in mass of proton in kg
printf("\n Change in mass of proton is %e kg. ",del_m)
|
6a7f80e724315439477c605ddc591660bc9c7573 | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH5/EX5.15/example_15.sce | edb638d86095e16e88bec643fa6dc317f6384a59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 654 | sce | example_15.sce | clc
clear
printf("example 5.15 page number 207\n\n")
//to find the amount of vapor and liquid and amount of heat transfer
F = 5000 //in kg/hr
xF = 0.01
xL = 0.02;
L = F*xF/xL;
V = F-L;
printf("L = %f Kg/hr\n V = %f kg/hr",L,V)
TF= 303 //in K
hF = 125.9 //in KJ/kg
T1 = 373.2 //in K
Hv = 2676.1 //in kJ/kg
hL = 419.04; //in kJ/kg
Ts = 383.2 //in K
Hs = 2691.5 //in kJ/kg
hs = 461.30 //in kJ/kg
S = (F*hF-L*hL-V*Hv)/(hs-Hs);
printf("\n\namount of steam = %f kg steam/h",S)
q = S*(Hs - hs);
q = q*1000/3600 //conversion to Watt
U = q/(69.9*10);
printf("\n\nheat reansfer coefficient = %f W/sq m K",U)
|
5f0c2b07ee787a74f09ddac6f7fd17f7288488fb | 39b357bcd82af01ab069c0a12ca520c112ecd5fa | /mlt/presets/filter/dynamicText/(default).tst | 6f14e537e980dd41cccce49d23a833142ea45c50 | [] | no_license | 0TemetNosce0/moviemator_qml | 6963eed2d455e52b8c0e613fe3c3902c33423e2a | b0d2eaef84ab6d9b099deed8c2678d365c65cc88 | refs/heads/master | 2021-05-25T12:22:53.788915 | 2019-08-26T03:37:52 | 2019-08-26T03:37:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | tst | (default).tst | geometry=0.0148437 0.441667 0.948438 0.1958 1
shear_x=0
halign=center
valign=bottom
size=140.976
fgcolour=255 255 255 255 1
family=Verdana
weight=400
olcolour=255 0 0 0 1
outline=0
bgcolour=0 0 255 255 1
pad=0
letter_spaceing=0
shadow_distance=0
shadow_angle=45
|
e217d41c0dd74fa2af8a4d7f2db1511c6c33b7f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2780/CH13/EX13.1/Ex13_1.sce | 8f70b8f10996f2c9293b4df723579df25b59cede | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | Ex13_1.sce | clc
//to calculate value of Temperature
Bc=105*10^3 //magnetic field in amp/m
Bo=150*10^3 //critical field of the metal in amp/m
Tc=9.2 //critical temperature of the metal in K
T=Tc*sqrt(1-(Bc/Bo))
disp("value of temperature is T="+string(T)+"K")
|
ca5099241366399b7995e91e974089d89911d8d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH4/EX4.10/410.sce | e38c3094d81c4ea920a1b3198da14dad9516dbeb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | 410.sce | // problem 4.10
r=5
h1=5
d=0.08
a=0.005
h2=h1-2
Cd=0.6
g=9.81
z=((2*r*((h1^1.5)-(h2^1.5)))/3)-((((h1^2.5)-(h2^2.5)))/5)
T=(z*2*3.142)/(Cd*a*((2*g)^0.5))
disp(T,"time in seconds to lower the level by 2m")
|
377655a50eb637daa6c032d7e1791a5bbff83ffc | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH2/EX2.9/2_9.sce | c21cdbad70cc77f903b1ef777ceafb8aafb8a7bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 2_9.sce | //acids and bases//
//example 2.9//
M=0.001;//molarity of benzoic acid//
N=M;//normality of benzoic acid//
V=1/N;
K=7.3*10^-5;//dissociation constant of benzoic acid//
a=sqrt(K*V);//since benzoic acid is very weak//
printf('the degree of ionization of the solution is %f',a);
H=N*a;
printf('\n The H+ concentration of the solution is %fg.ion/lit',H);
|
530b455bd952a98112182b279deecea6ee19c321 | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH5/EX5.5/example_5_5.sce | 450d8cd417169df607d1fbd0bd508e28c2e87c6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | example_5_5.sce | //Example 5.5
clc //clears the command window
clear //clears all the variables
format('v',18) //increasing the precision
n=32; // given 32 1's
dec=2^n - 1 ;
printf("The decimal equivalent of 32 bit number with all 1s is = %f ",dec); // displaying the result
|
6c2da4570afca9ae2310fb51fcb5b69213aae7eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH8/EX8.3/Ex8_3.sce | cf692919bcff252a65678d36dea8d9268cc7c4ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex8_3.sce | clear
//
//
//Initilization of Variables
d=750 //mm //Diameter of water supply pipes
h=50*10**3 //mm //Water head
sigma=20 //N/mm**2 //Permissible stress
rho=9810*10**-9 //N/mm**3
//Calculations
//Pressure of water
P=rho*h //N/mm**2
//Stress
//sigma=p*d*(2*t)**-1
//After further simplifying
t=P*d*(2*sigma)**-1 //mm
//Result
printf("\n Thickness of seamless pipe is %0.3f mm",t)
|
9e9452a24cb77ecb8e13f9a0a8ae3204c3616cb8 | fdc5047b7bf8122bad1e621df236b0481226c36e | /exemplos/xls-link-0.5.0-src/tests/unit_tests/xls_CopyDataRange.tst | b4b355f92c38f0723a4a95c7443eb2fd90dff8e3 | [] | no_license | jpbevila/virtualHartSci | aea3c6ba23d054670eb193f441ea7de982b531cc | a3f5be6041d230bd9f0fd67e5d7efa71f41cfca5 | refs/heads/main | 2023-07-26T23:05:28.044194 | 2021-09-09T11:50:59 | 2021-09-09T11:50:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 862 | tst | xls_CopyDataRange.tst | // ====================================================================
// Allan CORNET
// DIGITEO 2008 - 2010
// ====================================================================
// <-- CLI SHELL MODE -->
// ====================================================================
test_path = fullfile(xls_getRootPath(), "tests", "unit_tests");
assert_checkfalse(xls_IsExcelRunning());
r = xls_NewExcel();
assert_checktrue(r);
r = xls_Open(fullfile(test_path, "xls_CopyDataRange.xls"));
assert_checktrue(r);
r = xls_SetWorksheet(1);
assert_checktrue(r);
r = xls_CopyDataRange('A1:C2','A12:C13');
assert_checktrue(r);
result1 = xls_GetData('A1:C2');
result2 = xls_GetData('A12:C13');
assert_checkfalse(or(result1 <> result2));
// disable "Save" msg box ==> not saved !!!
r = xls_SetSave(%t);
assert_checktrue(xls_Close());
assert_checktrue(xls_Quit());
|
76b8b98933b91140ec492b643baa50f4e96e2a6d | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /kMatlab/kLinLight.sci | 41a7e05f3996a30313850c3f6e0930b375c0dd40 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 390 | sci | kLinLight.sci | function [value] = kLinLight(ref)
// Ouput variables initialisation (not found in input variables)
value=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
reply = kTurret(ref,2,"L");
// !! L.3: Matlab function sscanf not yet converted, original calling sequence used
[value,count,errmsg] = sscanf(mtlb_e(reply,3:$),"%d,%d");// cmd==''L''
endfunction
|
7a8b2f61b52cf0408eca9f4b9f9bf3c1b4652097 | 449d555969bfd7befe906877abab098c6e63a0e8 | /49/CH6/EX6.10/ex10.sce | 66ed239ec5c1cc48136ecc83edab5bd798e3edf5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | ex10.sce | //CHAPTER 6 _ PRESSURE AND SOUND MEASUREMENT
//Caption : Sound Measurement
// Example 10// Page 370
Lp1=75 //('enter the sound level first machine=:')
Lp2=77 //('enter the sound level second machine=:')
Lp3=79 //('enter the sound level third machine=:')
disp("Since the noise levels are incoherent,the total sound pressure is the sum of the mean square value of the individual sound pressures")
disp("Lp_total=10*log10(10^(Lp1/10)+10^(Lp2/10)+10^(Lp3/10))")
Lp_total=10*log10(10^(Lp1/10)+10^(Lp2/10)+10^(Lp3/10));
printf('The total sound pressure is %ddB',Lp_total)
//decibles are normally rounded off to the nearest integers |
52f8e7d394dffeb1a7683d7cf5364d1be9149e50 | 7ef51c5d0a21a0b16fdcf1e2b0ba34941a192b5d | /resultados/get_equalization_signal.sci | 6152471649ecfb0dc0c7c1de4db8d6bcc0e21e86 | [] | no_license | josepedro/TCC | c4ab515fea01859420ba3f5123815430ea2b0e02 | 72622069c60ae6c639d9aa2189f868b6db22c6df | refs/heads/master | 2021-01-21T22:29:10.992789 | 2014-12-26T22:32:02 | 2015-01-02T03:06:25 | 22,113,358 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sci | get_equalization_signal.sci | function rfeq = get_equalization_signal(respfreq)
//EQUALIZACAO
x = gsort(respfreq);
x = x(length(respfreq)-3);
a = (max(respfreq)-min(respfreq))/x;
b = max(respfreq)-a*x;
rfeq = (respfreq-b)/a;
endfunction |
181df598fcce400e4a2de041d63085a3ac8b4fb1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH4/EX4.9/Ex4_9.sce | d9417bfea1f83e39c89142192481130a831d3d3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 527 | sce | Ex4_9.sce | clear;
clc;
disp('Example 4.9');
// aim : To determine
// the specific volume
// Given values
t = 325; // temperature, [C]
P = 2; // pressure, [MN/m^2]
// solution
// from steam table at given t and P
vf = .1321; // [m^3/kg]
tf = 212.4; // saturation temperature, [C]
mprintf('\n The specific volume of steam at pressure of 2 MN/m^2 and with temperature 325 C is = %f m^3/kg \n',vf);
doh= t-tf; // degree of superheat, [C]
mprintf('\n The degree of superheat is = %f C\n',doh);
// End
|
6b1f82dad576c4837ab5b4981b01d2edb61758c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1457/CH9/EX9.7/9_7.sce | d5d159b08f55916108d27543f49990be66209c83 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 528 | sce | 9_7.sce | clc
//Initialization of variables
A=140 //in^2
P=48 //lb/in^2
mu=3.78*10^-7
g=32.2
G=100 //lb/s
p=80 //lb/in^2
T=65+460 //R
k=1.4
R=1715
//calculations
Rh=A/P /12
R1=G*4*Rh/ (mu*g*A/144)
R2=R1
f=0.0083
gam1=p*g*144/(R*T)
V1=G*144/gam1/A
c=sqrt(k*R*T)
M1=V1/c
M2=1/sqrt(k)
D=4*Rh
L= ((1-M1^2 /M2^2)/(k*M1^2) - 2*log(M2/M1) )*D/f
Ln=500 //ft
P2=sqrt((p*144)^2 - G^2 *R*T/(g^2 *(A/144)^2 *f*Ln/D))
Pa=12.2
//results
printf("Max. length = %d ft",L)
printf("\n Pressure required = %.1f psia",P2/144 -Pa)
|
2953449c9c33c8264169c0170ce1758b9856366e | 262ac6443426f24d5d9b13945d080affb0bd6d9b | /opgaves/semimagisch-vierkant-herkennen/edit-me.sce | a376f7b7199419f0105aecb0d01b5a01fff0a9cf | [] | no_license | slegers/Scilab | 9ebd1d486f28cf66e04b1552ad6e94ea4bc98a0b | 1b5dc3434def66355dafeb97c01916736a936301 | refs/heads/master | 2021-01-12T01:42:01.493578 | 2017-01-09T10:54:09 | 2017-01-09T10:54:09 | 78,420,343 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 685 | sce | edit-me.sce | function [r] = solve(ns)
// Geef %t terug indien ns een semimagisch vierkant is,
// %f indien niet.
r = %t
// numbercount
for (num = 1:9)
numcount = 0
for (i = 1:size(ns,"r"))
for (j = 1:size(ns,"c"))
if (ns(i,j) == num) then
numcount = numcount + 1
end
end
end
if (numcount > 1) then
r = %f
end
end
//horizontal en vertical check
for (i = 1:size(ns,"c"))
for (j = 1:size(ns,"r"))
if (sum(ns(i,:)) <> sum(ns(:,j))) then
r = %f
end
end
end
endfunction
|
18dfe8f2a990b821686c50e47f09e8ef28f491d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH11/EX11.4/example4.sce | 839b75408bc80448e985f487cffbad1fef77e434 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | example4.sce | //Chapter-11 example 4
//=============================================================================
clc;
clear;
PW = 1.5*10^-6;//pulse width in sec
PRF = 2000//per second
//Calculations
Dc = PW*PRF;//duty cycle
//Output
mprintf('Duty Cycle is %e',Dc);
//==========end of program=====================================================
|
2332b55e39a434e7f113d7f9332948ca8eeecc01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH21/EX21.9/ex21_9.sce | 045466567fa7a5b9cb47819e14bf78714873da4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | ex21_9.sce | clc;
clear all;
E=1000;//applied electrical field
P=4.3E-8;//polarisation
e0=8.854e-12;//permittivity of vacume
er=1+(P/(E*e0));//relative permittivity of NACl
disp('',er,'relative permittivity of NACl is:')
|
5136dd9426170f41c7357ed2076bbd5c131f4950 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH2/EX2.34/ex2_34.sce | f6cf033f07bcc09242e07144e4a41878f59ebc53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | ex2_34.sce | //Example 2.34
clc
funcprot(0);
printf("Enter the value of radius:");
radius=scanf("%d");
pi=3.141593;
circumference = 2 * pi * radius;
area = pi* radius*radius;
|
a8ede67ad6b40e37882f1589f913b784217d5b71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH10/EX10.7/ch10_ex_7.sce | 0199f014caea3767c97ad651a368a70dba85181b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,107 | sce | ch10_ex_7.sce | //CHAPTER 10- THREE-PHASE INDUCTION MACHINES
//Example 7
disp("CHAPTER 10");
disp("EXAMPLE 7");
//VARIABLE INITIALIZATION
P=4; //number of poles
f=50; //in Hz
r2=0.1; //rotor resistance in Ohms
X2=2; //standstill reactance in Ohms
E1=100; //induced emf between slip ring in Volts
N_r=1460; //full load speed in rpm
//SOLUTION
//solution (i)
N_s=(120*f)/P;
s_fl=(N_s-N_r)/N_s;
disp(sprintf("(i) The slip at full load is %f %%",s_fl*100));
s_m=r2/X2;
disp(sprintf("The slip at which maximum torque occurs is %f %%",s_m*100));
//solution (ii)
E2=E1/sqrt(3);
disp(sprintf("(ii) The emf induced in rotor per phase is %f V",E2));
//solution (iii)
X2_dash=s_fl*X2;
disp(sprintf("(iii) The rotor reactance per phase is %f Ω",X2_dash));
//solution (iv)
z=sqrt((r2^2)+(X2_dash)^2);
I2=(s_fl*E2)/z;
disp(sprintf("(iv) The rotor current is %f A",I2));
//solution (v)
pow_fact_r=r2/z;
disp(sprintf("(v) The rotor power factor is %f (lagging)",pow_fact_r));
//END
|
e02f5b0b7a31072ed244e4f70507f4f1253fab39 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1/macros/robust/colinout.sci | 00f05b9531bf219a4a51aa272ab8fd2f1fddcf5f | [
"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 | 93 | sci | colinout.sci | function [Inn,X,Gbar]=colinout(G)
[Innt,Xt,Gbart]=rowinout(G');
Inn=Innt';X=Xt';Gbar=Gbart';
|
f1fff4dbabbcf83062db504a674473936be71a31 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3683/CH14/EX14.2/Ex14_2.sce | b028b2fb02fde0912b3a07bfea86e3d68158b868 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | Ex14_2.sce | b=300//width, in mm
d=600//effective depth, in mm
fck=15//in MPa
fy=500//in MPa
Xc=0.456*d//in mm
Mu=0.36*fck*b*Xc*(d-0.416*Xc)/10^6//in kN-m
Ast=round(0.36*fck*b*Xc/0.87/fy)//in sq mm
mprintf("Moment of resistance of the beam=%f kN-m\nSteel required=%d sq mm", Mu,Ast)
|
5a3f0ff4db1ef3dac10074fa0ad8ef451d96c42f | f2600ec138f16af47aacc9f45f2b9eda8a4e8e1e | /lab2 qns/qn3.tst | ce96020a49e805b235c8db4b5a8ded7bf3e31614 | [] | no_license | cs20b002/CS2310-LAB2 | d3ca59befdc7ad9410e2923efac8c14dfe109c44 | 7890e39056b337d1ced5cd13b9a753d43892aa5f | refs/heads/main | 2023-07-13T23:24:08.324119 | 2021-08-29T06:54:56 | 2021-08-29T06:54:56 | 400,974,629 | 0 | 0 | null | 2021-08-29T07:03:51 | 2021-08-29T07:03:51 | null | UTF-8 | Scilab | false | false | 911 | tst | qn3.tst | load qn3.hdl,
output-file qn1.out,
output-list x0%B3.1.3 x1%B3.1.3
output-list s0%B3.1.3 s1%B3.1.3 s2%B3.1.3
output-list y0%B3.1.3 y1%B3.1.3 y2%B3.1.3 y3%B3.1.3;
output-list y4%B3.1.3 y5%B3.1.3 y6%B3.1.3 y7%B3.1.3;
output-list z0%B3.1.3 z1%B3.1.3 z2%B3.1.3 z3%B3.1.3;
output-list z4%B3.1.3 z5%B3.1.3 z6%B3.1.3 z7%B3.1.3;
set x0 0,
set x1 1,
set s0 0,
set s1 0,
set s2 0,
eval,
output;
set x0 0,
set x1 0,
set s0 1,
set s1 0,
set s2 0,
eval,
output;
set x0 1,
set x1 1,
set s0 0,
set s1 1,
set s2 0,
eval,
output;
set x0 1,
set x1 0,
set s0 1,
set s1 1,
set s2 0,
eval,
output;
set x0 0,
set x1 1,
set s0 0,
set s1 0,
set s2 1,
eval,
output;
set x0 1,
set x1 1,
set s0 1,
set s1 0,
set s2 1,
eval,
output;
set x0 0,
set x1 0,
set s0 0,
set s1 1,
set s2 1,
eval,
output;
set x0 0,
set x1 0,
set s0 1,
set s1 1,
set s2 1,
eval,
output; |
c425db050115c5ab24ec20f60da849b04166200d | 816ccefab515b9e1fc5871beebf0913ecd2c8b94 | /regTests/cgtc/endgame.tst | 598a8dc198b929eda7a688f618f88fc8278dd5b5 | [] | no_license | CurtisHughey/ergo | 45dff870a6592cb29b9aa68c416bae1577f41452 | 634ea9eddbd23c917407e667a535be9dae32d55c | refs/heads/master | 2020-04-06T07:02:17.089864 | 2016-08-21T23:53:12 | 2016-08-21T23:53:12 | 58,999,319 | 8 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,111 | tst | endgame.tst | #------------------------------------------------------------------------------
# Endgame
#
# Computer Go Test Collection http://www.cs.ualberta.ca/~games/go/
#
# $Source: /usr/cvsroot/project_cgtc/endgame.tst,v $
# $Id: endgame.tst,v 1.5 2004/05/15 04:07:45 mmueller Exp $
#------------------------------------------------------------------------------
loadsgf ./sgf/endgame/endgame.1.sgf
10 reg_genmove black
#? [J18]
# seems better than playing a monkey jump immediately
loadsgf ./sgf/endgame/endgame.3.sgf
30 reg_genmove black
#? [T4|B16]
40 reg_genmove black
#? [!T5]
loadsgf ./sgf/endgame/endgame.4.sgf
50 reg_genmove black
#? [E2]
51 reg_genmove white
#? [D2|K2]
loadsgf ./sgf/endgame/endgame.5.sgf
60 reg_genmove black
#? [G4|A11]
loadsgf ./sgf/endgame/endgame.6.sgf
70 reg_genmove black
#? [D3]
71 reg_genmove white
#? [D3]
loadsgf ./sgf/endgame/endgame.8.sgf
80 reg_genmove black
#? [C3]
81 reg_genmove white
#? [C3]
loadsgf ./sgf/endgame/endgame.9.sgf
90 reg_genmove black
#? [B2]
loadsgf ./sgf/endgame/endgame.10.sgf
110 reg_genmove black
#? [H6]
111 reg_genmove white
#? [H6]
|
85aaa4f33faabab6982c43e5afcf3525584f4931 | cc92caf8abb34d22061361fe3456acfcb09bf912 | /Algebra/fe.sce | edd6e660ff9d916969013d40fb557e7c7b3ce961 | [] | no_license | TheSennin/Arquivos_Facul | b2a4fbbd6c37908e2bc8ae6d2dde18f676adad56 | f53f3055433ae0e679146134021d24484863e664 | refs/heads/master | 2021-06-05T14:14:39.772698 | 2019-09-13T19:50:18 | 2019-09-13T19:50:18 | 95,835,767 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | fe.sce | A=read("C:\Users\GUSTAVO\Desktop\Matriz.txt",4,4)
for i=1:4
soma=0
cont=0
for j=1:4
soma = soma + abs(A(i,j))
end
if (soma == 0.0) then
printf("Linha %d \n",i)
cont = cont + 1
else
printf("Linha não nula \n")
end
end
printf("Número de linhas nulas: %g \n",cont)
i=1
j=1
for m=1:4-i
for n=1:4-j
A2 = A(m,n)
printf("%d \n",A2)
end
end
deterA =
|
a0549b4a956123959f3d081559b4067e12ce5ec5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3401/CH7/EX7.5/Ex7_5.sce | 44e7188b74d405fe046757b707e60b056844a431 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Ex7_5.sce | clc
T=300//K
Na=10^16// cm^-3
Nd=10^15// cm^-3
e=1.6*10^-19// eV
epsilon0=8.85*10^-14// F/m
epsilons=11.7
Vbi=0.635// V
Vr=5// V
C=((e*(epsilons*epsilon0)*Na*Nd)/(2*(Vbi+Vr)*(Na+Nd)))^0.5
A=10^-4// cm^2
C=C*A
disp(C,"the value of c with cross section area in F is")
|
47e59c02f983b5a89a08eafca4d184fd2a1ab5d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH6/EX6.27/ex6_27.sce | 9f878c39dde8278ed081fcc06bed3e0029be432b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | ex6_27.sce | // Exa 6.27
clc;
clear;
close;
// Given data
V_DD = 15;// in V
R_D = 10;// in kohm
R_D = R_D * 10^3;// in ohm
I_D = V_DD/R_D;// in A
disp(I_D*10^3,"The drain current in mA is");
V_D = V_DD - I_D*R_D;// in V
disp(V_D,"The drain voltage in V is");
|
c3169ec25400350831ce7b69675d62e089fdde2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3878/CH21/EX21.10/Ex21_10.sce | 12809173ad54d28a03d1ad21c1df204d44f0ccb3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 557 | sce | Ex21_10.sce | clear
// Variable declaration
T_d=23// The dry bulb temperature in °C
H=40// % saturation
SH=36// The sensible heat to be removed in kW
LH=14// The latent heat in kW
// Calculation
// Plotting on the chart ( Figure 21.10 ) from 23°C/40% and using the ratio
R=SH/(SH+LH)
printf("\n The process line meets the saturation curve at - 1°C, giving the ADP (which meansthat condensate will collect on the fins as frost).")
printf("\n Taking the condition at 5°C dry bulb and measuring the proportion along theprocess line gives a coil contact factor of 75")
|
dc4d957b70a5847739643ae94849cc07d05ba082 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH17/EX16.9/EX16_9.sce | 0f306330e7d4336617ccac01294475ad01c5baeb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 718 | sce | EX16_9.sce | // Grob's Basic Electronics 11e
// Chapter No. 16
// Example No. 16_9
clc; clear;
// Determine the capacitance and tolerance for the capacitor in Fig. 16–15.
disp ('The dots in the top row are read from left to right in the direction of the arrow. In the bottom row, they are read in the reverse order from right to left. The first dot at the left in the top row is black, indicating a mica capacitor. The next two color dots are blue and red, for 62 as the first two digits in the numerical value of the capacitance. The next dot, at the far right in the bottom row, is red, indicating a multiplier of 100. Therefore, C = 62*100 = 6200 pF. The next dot is gold, indicating a capacitor tolerance of +-5%.')
|
da788209938810716e3cfe56f46795b26e9bcb3b | 449d555969bfd7befe906877abab098c6e63a0e8 | /147/CH8/EX8.2/Example8_2.sce | c08d06eba62a2866086333e050042deab3200172 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Example8_2.sce | //Base to base collector leakage current Icbo
close();
clear;
clc;
Beta = 100;
Icbo = 5*10^(-6);
//Part(a)
Ib = 0;
Iceo = (Beta+1)*Icbo;
//Part(b)
Ib = 40*10^(-6);
Ic = Beta*Ib + (Beta+1)*Icbo;
mprintf('(a):Iceo = %0.0f micro A \n(b):Ic = %0.3f mA',Iceo*10^(6),Ic*1000); |
db7c8c55b6b1859f70d5a114b38b3fdc78c45b80 | 0b723790e0b9a96d140e3d5d5c309a627aa5eefb | /program1_PES2UG19CS301.sce | 7b2c11637869b22d15cff15c61e3a76c1fa4d6b1 | [] | no_license | Priya2410/Scilab-Assignment | 89e7e3cd1a5e7ebcb9321aa037d5882131533e39 | 103a4441b637e37dc1309a62da3000155056e99f | refs/heads/main | 2023-04-16T19:55:26.248164 | 2021-04-29T16:38:59 | 2021-04-29T16:38:59 | 361,316,782 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 629 | sce | program1_PES2UG19CS301.sce | clc;clear;
A = [2,5,1;4,8,1;0,1,-1], b = [0;2;3];
disp("Matrix before Gaussian Elimination: ")
disp(A);
Ab = [A b];
a = Ab;
n = 3;
for i = 2:n
for j=2:n+1
a(i,j) = a(i,j) - a(1,j)*a(i,1)/a(1,1);
end
a(i,1) = 0;
end
for i=3:n
for j=3:n+1
a(i,j) = a(i,j)-a(2,j)*a(i,2)/a(2,2);
end
a(i,2) = 0;
end
x(n) = a(n,n+1)/a(n,n);
for i=n-1:-1:1
sumk = 0;
for k=i+1:n
sumk = sumk+a(i,k)*x(k);
end
x(i) = (a(i,n+1) - sumk)/a(i,i);
end
disp("Values of x,y,z:")
disp(x);
disp("Matrix after Gaussian Elimination: ")
disp(a);
disp("The pivots are: ");
disp(a(3,3),a(2,2),a(1,1));
|
b051022cabfbe56b439749ad68c6f7c93208c09e | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH15/EX15.22/15_22.sce | 07cd047abe030dd953f50295e9e1be4cbf16d5f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,166 | sce | 15_22.sce | clear;
clc;
//Example - 15.22
//Page number - 545
printf("Example - 15.22 and Page number - 545\n\n");
//Given
T = 25;//[C]
// At 50 C
P_1_sat = 7.866;//[kPa]
P_2_sat = 3.140;//[kPa]
// G_E/(R*T) = 1.4938*x_1*x_2/(1.54*x_1 + 0.97*x_2)
// The excess Gibbs free energy expression can be written as
// x_1*x_2/(G_E/(R*T)) = 1.54*x_1/1.4938 + 0.97*x_2/1.4938 = x_1/0.97 + x_2/1.54
// Comparing with the van Laar expression
// x_1*x_2/(G_E/(R*T)) = x_1/B + x_2/A, we get
A = 1.54;
B = 0.97;
// The activity coefficients are thus given by
// log(Y1) = A/(1+ (A*x_1)/(B*x_2))^(2)
// log(Y2) = B/(1+ (B*x_2)/(A*x_1))^(2)
x_1 = [0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,0.95];
x_2 = zeros(1,10);
Y1 = zeros(1,10);
Y2 = zeros(1,10);
P = zeros(1,10);
y_1 = zeros(1,10);
printf(" x_1 \t\t Y1 \t\t Y2 \t\t P (kPa) \t\t y_1 \n\n");
for i=1:10;
x_2(1,i) = 1 - x_1(i);
Y1(1,i) = exp(A/(1+ (A*x_1(i))/(B*x_2(i)))^(2));
Y2(1,i) = exp(B/(1+ (B*x_2(i))/(A*x_1(i)))^(2));
P(1,i) = x_1(i)*Y1(i)*P_1_sat + x_2(i)*Y2(i)*P_2_sat;
y_1(1,i) = (x_1(i)*Y1(i)*P_1_sat)/P(i);
printf(" %f\t\t %f\t\t %f \t\t %f \t\t %f \n\n",x_1(i),Y1(i),Y2(i),P(i),y_1(i));
end
// The azeotrope is formed near x_1 = 0.95 as in this region a maxima in pressure is obtained.
// At the azeotrope point, Y1*P1_sat = Y2*P2_sat
// log(Y1) - log(Y2) = log(P_2_sat/P_2_sat)
// On putting the values and then solving the above equation
deff('[y]=f(x_1)','y= A/(1+ (A*x_1)/(B*(1-x_1)))^(2)- B/(1+ (B*(1-x_1))/(A*x_1))^(2) - log(P_2_sat/P_1_sat)');
x_1_prime = fsolve(0.1,f);
// At x_1
x_2_prime = 1 - x_1_prime;
Y1_prime = exp(A/(1+ (A*x_1_prime)/(B*x_2_prime))^(2));
Y2_prime = exp(B/(1+ (B*x_2_prime)/(A*x_1_prime))^(2));
P_prime = x_1_prime*Y1_prime*P_1_sat + x_2_prime*Y2_prime*P_2_sat;//[kPa] - Azeotrope pressure
y_1_prime = (x_1_prime*Y1_prime*P_1_sat)/P_prime;
// Since x_1_prime = y_1_prime,the azeotrope formation will take place
printf(" \n\nPart II \n\n");
printf(" The azeotrope composition is x_1 = y_1 = %f\n",x_1_prime);
printf(" The azeotrope presssure is %f kPa \n",P_prime);
|
8451d457e10eb649254a6538d4f4796603d76a2c | a095402148fd6b18b79f79dcaf460ddd3a81cd14 | /exp1/master.sce | 9e4393b4a999b0ba800e32d8cf5aadd3ba546822 | [] | no_license | avravikiran/sip-lab | b3ccc5b4e4f9d3353aff364adc966d9d46835f10 | 213d7e63bd08da70e286484dcc3d4e55fb43fbcd | refs/heads/master | 2021-06-22T19:03:10.747224 | 2017-08-10T20:59:57 | 2017-08-10T20:59:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 589 | sce | master.sce | stacksize('max');
mode(-1)
//exec('/usr/share/scilab/contrib/sivp/loader.sce');
getd;
//cd '/home/priya/Desktop/img-disp-scilab-1';
fname='quickbird.jpg';
win4pix='win4pix.txt';
//RGB=evstr(x_dialog('RGB bands ?','1 1 1'));
//subsetrow=evstr(x_dialog('Enter Row Start and Row End for subset image ','70 180'));
//subsetcol=evstr(x_dialog('Enter Column Start and Column End for subset image ','70 180'));
RGB=[1 2 3];
subsetrow=[1 278];
subsetcol=[1 231];
img = imgdisplay(fname,RGB,subsetrow,subsetcol,win4pix,'/home/avravikiran/Pictures');
//imshow(img)
disp(size(img),"size of image")
|
4908aacbe924ddf02af77c4853242642ad7f0a43 | d8b00ba08203d369b2c5f550547a8bec3b784a8f | /mylu3b.sci | 30da5bbe488754102181b412e9f0816da5b3af1c | [] | no_license | braisalemaghiles/TP-Calcul-Numerique | 8f75a0af2b82fb8e4b586d19320da406128e7611 | 260fed32749d444756d6cd32f873d5238d95851f | refs/heads/main | 2023-01-31T13:19:03.073956 | 2020-12-17T13:22:58 | 2020-12-17T13:22:58 | 314,294,362 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 693 | sci | mylu3b.sci | function [L,U] = mylu3b(A)
n=size(A,1);
q=size(1,n);
row = [1:n];
for k=1:n-1
[piv,ind]=max(abs(A(k:n,k)));
ind = k-1+ind;
q(1,k)=row(1,ind);
if(ind~=k)
new = A(ind,:);
A(ind,:)=A(k,:);
A(k,:)=new;
row(1,ind)=row(1,k);
row(1,k)=q(1,k);
end
for i=k+1:n
A(i,k)=A(i,k)/A(k,k);
end
for i=k+1:n
for j=k+1:n
A(i,j)=A(i,j)-A(i,k)+A(k,j);
end
end
end
Idn=speye(n,n);
P=Idn(row,:);
L=tril(A,-1)-speye(n,n);
U=triu(A);
endfunction
|
5bd191ed4f44858e81141734cb34819f4b3733b6 | 18137e490b85726a353b3039386d13ce07cee8d6 | /Hack CPU/Test Instances/HackALU.tst | a6b1c1f73ee315030f30aebfcb5f77b878cce25c | [] | no_license | saha-nab2001/Hack-ALU-and-Hack-CPU-in-HDL | 087c9d59a9032ac4a145b8f899364ee9d6a6d74d | 3b1c461aa0f331ce7d7505b6ad9b0eab70f102e3 | refs/heads/main | 2023-06-15T16:59:24.758610 | 2021-07-19T15:50:45 | 2021-07-19T15:50:45 | 387,511,878 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,258 | tst | HackALU.tst | load HackALU.hdl,
output-file HackALU.out,
output-list x%B1.16.1 y%B1.16.1 zx%B3.1.3 nx%B3.1.3 zy%B3.1.3 ny%B3.1.3 f%B3.1.3 n0%B3.1.3 out%B1.16.1 zr%B3.1.3 ng%B3.1.3;
//x=12345, y= 6789, out = 0
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 0;
set zy 1;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=12345, y= 6789, out = 1
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 1;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = -1
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 1;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=12345, y= 6789, out = x
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 0;
set n0 0;
eval, output;
//x=12345, y= 6789, out = y
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 0;
set n0 0;
eval, output;
//x=12345, y= 6789, out = notx(bitwise complement)
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 0;
set n0 1;
eval, output;
//x=12345, y= 6789, out = noty(bitwise complement)
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 0;
set n0 1;
eval, output;
//x=12345, y= 6789, out = -x
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = -y
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = x+1
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 1;
set zy 1;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = y+1
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 0;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = x-1
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 1;
set n0 0;
eval, output;
//x=12345, y= 6789, out = y-1
set x %B0011000000111001,
set y %B0001101010000101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=12345, y= 6789, out = x+y
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 0;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=12345, y= 6789, out = x-y
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 1;
set zy 0;
set ny 0;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = y-x
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 0;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=12345, y= 6789, out = x AND y
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 0;
set zy 0;
set ny 0;
set f 0;
set n0 0;
eval, output;
//x=12345, y= 6789, out = x OR y
set x %B0011000000111001,
set y %B0001101010000101,
set zx 0;
set nx 1;
set zy 0;
set ny 1;
set f 0;
set n0 1;
eval, output;
//x=3762, y= -2971, out = 0
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 0;
set zy 1;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=3762, y= -2971, out = 1
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 1;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = -1
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 1;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=3762, y= -2971, out = x
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 0;
set n0 0;
eval, output;
//x=3762, y= -2971, out = y
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 0;
set n0 0;
eval, output;
//x=3762, y= -2971, out = notx(bitwise complement)
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 0;
set n0 1;
eval, output;
//x=3762, y= -2971, out = noty(bitwise complement)
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 0;
set n0 1;
eval, output;
//x=3762, y= -2971, out = -x
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = -y
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = x+1
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 1;
set zy 1;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = y+1
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 0;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = x-1
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 1;
set ny 1;
set f 1;
set n0 0;
eval, output;
//x=3762, y= -2971, out = y-1
set x %B0000111010110010,
set y %B1111010001100101,
set zx 1;
set nx 1;
set zy 0;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=3762, y= -2971, out = x+y
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 0;
set ny 0;
set f 1;
set n0 0;
eval, output;
//x=3762, y= -2971, out = x-y
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 1;
set zy 0;
set ny 0;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = y-x
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 0;
set ny 1;
set f 1;
set n0 1;
eval, output;
//x=3762, y= -2971, out = x AND y
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 0;
set zy 0;
set ny 0;
set f 0;
set n0 0;
eval, output;
//x=3762, y= -2971, out = x OR y
set x %B0000111010110010,
set y %B1111010001100101,
set zx 0;
set nx 1;
set zy 0;
set ny 1;
set f 0;
set n0 1;
eval, output;
|
0e2b167bf60e1ab22489aec33e4a8e10dfe637dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH10/EX10.6/example_10_6.sce | 2b4049854469d47d8580c71ed99261c0fb2b1684 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,275 | sce | example_10_6.sce | clear;
clc;
disp("--------------Example 10.6---------------")
//words
x1=[0 0 0 0 0];
x2=[0 1 0 1 1];
x3=[1 0 1 0 1];
x4=[1 1 1 1 0];
//function to find Hamming distance
function [d]=hamming_distance(x,y)
xd=bitxor(x,y);
d=num_of_ones(xd);
endfunction
function [count]= num_of_ones (d)// function to find the number of ones in a binary number
count=0;
for i=1:length(d)
if(d(i)== 1)
count = count+1; //number of ones
end
end
endfunction
d1=hamming_distance(x1,x2);
printf("\nThe Hamming distance d(OOO00, 01011) is %d.\n",d1); // display result
d2=hamming_distance(x1,x3);
printf("\nThe Hamming distance d(OOO00, 10101) is %d.\n",d2); // display result
d3=hamming_distance(x1,x4);
printf("\nThe Hamming distance d(OOO00, 11110) is %d.\n",d3); // display result
d4=hamming_distance(x2,x3);
printf("\nThe Hamming distance d(O1011, 10101) is %d.\n",d4); // display result
d5=hamming_distance(x2,x4);
printf("\nThe Hamming distance d(O1011, 11110) is %d.\n",d5); // display result
d6=hamming_distance(x3,x4);
printf("\nThe Hamming distance d(10101, 11110) is %d.\n",d6); // display result
dmin=min(d1,d2,d3,d4,d5,d6);
printf("\nThe minimum Hamming distance dmin is %d.",dmin); // display result
|
56b29cc95d1f06a07f5ff29acde388ab507686b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH6/EX6.4/exa6_4.sce | 509c3ead90f3e10beabfe1383354a0bcd421d341 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 343 | sce | exa6_4.sce | // Example 6-4
// Root locus
clear; clc;
xdel(winsid()); //close all windows
// please edit the path
// cd "/<your code directory>/";
// exec("rootl.sci");
s = %s;
D = s*(s + 0.5)*(s^2 + 0.6*s + 10);
H = syslin('c',1,D);
disp(roots(D),'open loop poles =');
rootl(H,[-6 -6; 6 6],'Root locus of G(s) = 1/(s*(s + 0.5)*(s^2 + 0.6*s + 10)');
|
66b9f462830c967471ddcbb5d65fb67d54aa0a7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3843/CH5/EX5.6/Ex5_6.sce | bc09c3aa61f1221a03311007f51e02e0f1f632a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 526 | sce | Ex5_6.sce | // Example 5_6
clc;funcprot(0);
// Given data
T_H=500;// K
T_L=300;// K
P_1=80*10^3;// Pa
v_4=10;// m^3/kg
R=287;// J/kg.K
k=1.4;// The specific heat ratio
// Calculation
n=(1-(T_L/T_H))*100;// %
T_1=T_L;// K
T_2=T_H;// K
v_1=(R*T_1)/P_1;// m^3/kg
v_2=v_1*(T_1/T_2)^(1/(k-1));// m^3/kg
T_4=T_L;// K
T_3=T_H;// K
v_3=v_4*(T_4/T_3)^(1/(k-1));// m^3/kg
q_H=(R/10^3)*T_H*log(v_3/v_2);// kJ/kg
w=(n/100)*q_H;// kJ/kg
printf("\nThe thermal efficiency,n=%2.0f percentage \nThe work output,w=%3.0f kJ/kg",n,w);
|
35571781164b998edc468285f7cb0bf55e39374c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH6/EX6.1/EX6_1.sce | 92927ceea18b38c8545f4af375096fe11af31f2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 887 | sce | EX6_1.sce | //Chapter 6, Example 6.1, page 186
clc
//Initialisation
c=3*10**8 //speed of light
f=400*10**6 //frequency in Hz
l1=15*10**3 //distance in m
l2=15*10**3 //distance in m
l=30*10**3 //distance in m
k=1.33 //k factor
d1=15 //distance in Km
d2=15 //distance in Km
re=6370 //distance in Km
//Calculation
h=c*f**-1 //wavelength in m
r1=sqrt(l1*l2*h/l) //Fresnel radius
ho=(500*d1*d2)/(k*re) //Earth bulge
//Results
printf("(1) Fresnel radius, r1 = %d m",r1)
printf("\n(2) h0 = %.2f m",ho)
|
f67dd3191176c7b4e028c4d90d91b4c610bce9f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH11/EX11.5/11_5.sce | 47a951777b0eef6ae647e7ab4e15375637bf8374 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 11_5.sce | clc;
clear;
format('v',11);
S=10^6;
Z0=377;
E=sqrt(S*Z0);
H=E/Z0;
disp(E,"The magnitude of the electric field vector,E(in V/m)=");
disp(H,"The magnitude of the magnetic field vector,H(in A/m)=");
|
30c7d115afd0b7f826ff4931f4ce068cad8bd2f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /72/CH6/EX6.4.1/6_4_1.sce | 3fcc22f4560d76b04705f1a0e42b295904c453d5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 620 | sce | 6_4_1.sce | //chapter_no.-6, page_no.-260
//Example_no.6-4-1
clc;
//(a) Calculate_the_strong_potential_w(inv)_for_strong_inversion
kt=26*(10^-3);
Na=3*(10^17);
Ni=1.5*(10^10);
wsinv=2*kt*log(Na/Ni);
disp(wsinv,'the_strong_potential_w(inv)_for_strong_inversion(volts)');
//(b)Calculate_the_insulator_Capacitance
eir=4;
ei=8.854*(10^-12)*eir;
d=.01*(10^-6);
Ci=ei/d;
Ci=Ci*(1000);
disp(Ci,'the_insulator_Capacitance(mF/m^2)=');
//(c) Calculate_the_threshold_voltage
q=1.6*(10^-19);
Na=3*(10^23);
er=11.8;
e=8.854*er*(10^-12);
Vth=wsinv+((2/(Ci*(10^-3)))*((e*q*Na*.437)^(1/2)))
disp(Vth,'the_threshold_voltageis ()Volts=');
|
e5170f07ac50f8f1ed4809bb64a0af4abc881544 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH12/EX12.12/ch12_12.sce | 43c02f6bee6e2c3a00a59b6fb8cb18faa38be889 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | sce | ch12_12.sce | clear;
clc;
V_s=400;
V_ml=sqrt(2)*V_s;
V_f=3*V_ml/%pi;
R_f=300;
I_f=V_f/R_f;
T_e=60;
k=1.1;
I_a=T_e/(k*I_f);
N=1000;
w_m=2*%pi*N/60;
r_a=.3;
V_t=k*I_f*w_m+I_a*r_a;
a=acosd(V_t*%pi/(3*V_ml)); printf("firing angle=%.3f deg",a);
N=3000;
w_m=2*%pi*N/60;
a=0;
V_t=3*V_ml*cosd(a)/%pi;
I_f=(V_t-I_a*r_a)/(w_m*k);
V_f=I_f*R_f;
a=acosd(V_f*%pi/(3*V_ml)); printf("\nfiring angle=%.3f deg",a);
|
638f82390dfccf3dcd98c45bc42d2c0063d7e700 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH1/EX1.17/Ex1_17.sce | 875fe99499ee5135ed2b15e16cda9f8bea54e881 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,309 | sce | Ex1_17.sce | clear all; clc;
disp("Scilab Code Ex 1.17 : ")
//Given:
d_ac= 20; //mm
area_ac = %pi*(d_ac/2)^2; //Area = (%pi\4)d^2
area_al = 1800; //mm^2
d_pins = 18; //mm
area_pins = %pi*(d_pins/2)^2;
st_fail_stress = 680; //MPa
al_fail_stress = 70; //MPa
shear_fail_pin = 900; //MPa
fos = 2; //Factor of safety
l_ab = 2; //m
l_ap = 0.75; //m
st_allow= st_fail_stress /fos; //MPa
al_allow = al_fail_stress/fos; //MPa
pin_allow_shear = shear_fail_pin/fos; //MPa
//Rod AC
f_ac = (st_allow*area_ac)/1000;
P1 = ((f_ac*l_ab)/(l_ab-l_ap));
//Block B
f_b =(al_allow*area_al)/1000;
P2 = ((f_b*l_ab)/l_ap);
//Pin A or C:
V = (pin_allow_shear*area_pins)/1000;
P3 = (V*l_ab)/(l_ab-l_ap);
if(P1<P2 & P1<P3)
big = P1;
else if(P2<P1 & P2<P3)
big = P2;
else big = P3;
end
//Displaying Results:
printf("\n\nThe load allowed on rod AC = %.1f kN",round(P1));
printf("\nThe load allowed on block B = %.1f kN",P2);
printf("\nThe load allowed on pins A or C = %.1f kN",P3);
printf("\nThe largest load that can be applied to the bar = %.1f kN ",big);
//----------------------------------------------------------------------------------END----------------------------------------------------------------------------
|
f793fc33560bdbfa9814b48dbe46bd5f92b1602a | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH27/EX27.4/Example27_4.sce | 33bdeac5b238a6e245f5edd6e3226037bda17634 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 456 | sce | Example27_4.sce | //Given that
l = 1.2*10^-2 //in meter
b = 1.2*10^-2 //in meter
h = 15*10^-2 //in meter
resistivityIron = 9.68*10^-8 //in ohm.m
//Sample Problem 27-4(1)
printf("**Sample Problem 27-4(1)**\n")
R1 = resistivityIron*h/(l*b)
printf("The resistance of the block is equal to %eOhm\n", R1)
//Sample Problem 27-4(2)
printf("\n**Sample Problem 27-4(2)**\n")
R2 = resistivityIron*l/(b*h)
printf("The resistance of the block is equal to %eOhm", R2) |
648dabd4064d592f02a31a9d77dc78b9ec960fd4 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.19_4.tst | 2c2f4ca9ec089fe1dbde7e6a505505e92bf8b49b | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 21,609 | tst | bow.19_4.tst | 19 24:0.5 31:0.2 45:1.0 52:0.5 95:0.4 131:1.0 212:0.5 239:0.2 259:0.07142857142857142 260:1.0 576:1.0 980:0.25 1176:1.0 2219:1.0 3606:1.0 4731:1.0
19 24:0.25 31:0.4 81:0.5 86:0.5 193:0.034482758620689655 328:0.2 448:1.0 477:0.14285714285714285 767:1.0 799:0.14285714285714285 980:0.25 3633:1.0 4176:1.0 5189:1.0
19 8:0.05 12:2.0 14:0.2 21:0.5 31:0.2 45:2.0 142:0.5 169:0.16666666666666666 193:0.06896551724137931 259:0.07142857142857142 260:1.0 282:1.0 295:1.0 328:0.2 477:0.14285714285714285 872:1.0 1026:1.0 1966:1.0 2179:1.0 3209:1.0 3526:0.14285714285714285 3539:0.3333333333333333 3822:1.0 3925:1.0
19 8:0.05 32:1.0 58:0.1 328:0.2 400:1.0 448:1.0 494:1.0 2672:0.3333333333333333 3280:1.0 3526:0.14285714285714285 3755:0.3333333333333333 4065:1.0 4091:1.0 4743:1.0
19 8:0.05 14:0.2 45:2.0 86:0.5 88:0.25 123:1.0 161:0.3333333333333333 162:0.3333333333333333 222:1.0 266:1.0 332:1.0 794:1.0 824:1.0 876:1.0 1113:0.25 1261:1.0 2426:1.0 3517:0.5 3824:1.0 4053:1.0 4077:1.0
19 24:0.25 123:1.0 162:0.16666666666666666 201:0.125 478:1.0 980:0.25 2240:1.0 3657:1.0 3755:0.3333333333333333 4293:0.5 5189:1.0
19 17:0.25 45:1.0 123:1.0 162:0.16666666666666666 193:0.017241379310344827 328:0.2 542:1.0 741:1.0 755:1.0 834:1.0 1439:1.0 1611:0.25 2972:1.0 3584:1.0 4049:1.0 4213:1.0 4349:1.0 4468:1.0
19 45:1.0 128:0.25 130:0.5 141:0.5 175:0.5 181:0.07692307692307693 193:0.017241379310344827 239:0.2 259:0.07142857142857142 281:0.5 898:0.038461538461538464 3573:0.5 3778:0.16666666666666666 3907:1.0 4079:1.0 4409:1.0 4463:1.0
19 22:0.125 26:1.0 86:0.5 123:2.0 138:1.0 161:0.3333333333333333 162:0.16666666666666666 281:0.5 291:1.0 300:1.0 328:0.2 342:1.0 461:1.0 698:1.0 745:1.0 862:1.0 1807:1.0 1808:1.0 1962:1.0 2110:1.0 2972:1.0 3633:1.0 3647:0.5 3824:2.0 3860:1.0
19 24:0.25 128:0.5 130:0.5 259:0.14285714285714285 327:0.25 518:1.0 875:1.0 898:0.038461538461538464 4209:1.0
19 14:0.2 21:0.5 26:1.0 44:1.0 45:5.0 84:1.0 88:0.25 95:0.2 141:0.5 144:0.2 193:0.017241379310344827 202:1.0 228:0.5 259:0.07142857142857142 260:1.0 298:1.0 340:0.3333333333333333 477:0.14285714285714285 489:1.0 509:1.0 792:1.0 925:1.0 2672:0.3333333333333333 3917:1.0 3943:1.0 4396:1.0
19 14:0.2 45:1.0 130:0.5 141:0.5 193:0.017241379310344827 201:0.125 260:1.0 281:0.5 799:0.14285714285714285 1859:0.6666666666666666 3289:1.0 3548:1.0 3568:1.0 3822:1.0
19 8:0.05 12:1.0 14:0.4 16:1.0 21:0.5 45:3.0 54:0.5 128:0.25 129:0.3333333333333333 193:0.017241379310344827 212:0.5 259:0.07142857142857142 295:1.0 385:0.3333333333333333 439:0.5 475:1.0 523:0.5 573:1.0 604:1.0 1439:1.0 1962:1.0 3563:1.0 4867:1.0
19 8:0.05 17:0.25 45:2.0 58:0.1 63:1.0 86:0.5 99:0.3333333333333333 101:1.0 161:0.3333333333333333 162:0.16666666666666666 169:0.3333333333333333 193:0.034482758620689655 196:1.0 259:0.07142857142857142 304:2.0 327:0.25 448:1.0 458:1.0 573:1.0 1253:1.0 1256:1.0 1716:1.0 1962:1.0 2163:1.0 2343:1.0 2757:1.0 4414:1.0 5111:1.0
19 8:0.05 14:0.4 17:0.25 101:1.0 107:0.16666666666666666 123:1.0 161:0.3333333333333333 162:0.16666666666666666 193:0.017241379310344827 259:0.07142857142857142 298:1.0 385:0.3333333333333333 477:0.14285714285714285 494:1.0 556:1.0 889:1.0 955:1.0 1405:1.0 1810:1.0 2565:1.0 2576:1.0 2909:1.0 3478:0.2 3642:1.0 3647:0.5 3748:0.5 3778:0.16666666666666666 3792:1.0 3876:1.0 4845:1.0 4909:1.0
19 8:0.05 22:0.125 31:0.2 44:1.0 51:1.0 52:0.5 54:0.5 88:0.25 91:2.0 99:0.6666666666666666 123:1.0 134:1.0 162:0.3333333333333333 193:0.05172413793103448 259:0.07142857142857142 290:1.0 332:1.0 437:1.0 448:1.0 522:1.0 523:0.5 576:1.0 1123:0.5 3732:1.0 3778:0.16666666666666666 3840:1.0 4085:1.0 4409:1.0 4468:1.0
19 7:0.6666666666666666 8:0.05 17:0.25 21:0.5 22:0.125 23:0.25 24:0.25 88:0.5 128:0.25 195:1.0 259:0.07142857142857142 328:0.2 448:1.0 715:1.0 898:0.038461538461538464 1113:0.25 1315:1.0 3647:0.5 4079:1.0 4087:0.2 4178:1.0 5165:1.0
19 8:0.2 14:0.2 21:1.0 31:0.2 45:2.0 86:0.5 101:1.0 123:1.0 130:0.5 162:0.16666666666666666 193:0.05172413793103448 195:1.0 259:0.07142857142857142 263:1.0 273:0.5 274:1.0 298:1.0 301:1.0 328:0.2 332:1.0 401:1.0 610:1.0 625:1.0 642:1.0 792:1.0 965:2.0 1291:1.0 1807:1.0 2760:1.0 3209:1.0 4023:1.0 4471:1.0
19 14:0.2 24:0.5 51:1.0 54:0.5 61:1.0 86:0.5 101:1.0 128:0.25 130:0.5 153:0.3333333333333333 161:0.3333333333333333 162:0.3333333333333333 168:1.0 193:0.017241379310344827 195:1.0 259:0.21428571428571427 266:1.0 305:1.0 328:0.2 448:1.0 630:1.0 1131:2.0 1256:1.0 1435:1.0 1931:0.5 1939:1.0 2170:1.0 2428:0.5 3548:1.0 3606:1.0 4755:1.0 5094:1.0
19 22:0.25 24:0.25 58:0.1 77:0.5 172:1.0 259:0.07142857142857142 291:1.0 342:1.0 522:1.0 1105:1.0 1230:1.0 1682:1.0 2219:1.0 2329:1.0 2683:1.0 2710:1.0 3641:1.0 3647:0.5 3671:1.0 3792:1.0 4213:1.0 4310:1.0 4693:1.0 5066:1.0 5359:1.0
19 54:0.5 58:0.1 123:1.0 193:0.017241379310344827 259:0.07142857142857142 328:0.2 799:0.14285714285714285 866:1.0 2179:1.0 3539:0.3333333333333333 3568:1.0
19 7:0.3333333333333333 8:0.05 17:0.5 21:1.0 31:0.2 45:1.0 86:0.5 101:1.0 107:0.16666666666666666 123:2.0 128:0.25 168:1.0 169:0.16666666666666666 193:0.034482758620689655 201:0.125 239:0.2 281:0.5 448:1.0 507:0.3333333333333333 792:2.0 799:0.14285714285714285 889:1.0 1506:1.0 1611:0.25 2208:1.0 3633:1.0 4220:0.5 5324:1.0
19 7:0.3333333333333333 8:0.1 21:0.5 24:0.25 146:1.0 162:0.16666666666666666 193:0.06896551724137931 259:0.21428571428571427 266:1.0 295:2.0 300:0.5 439:0.5 477:0.14285714285714285 625:1.0 965:1.0 3526:0.14285714285714285 4278:1.0 4321:1.0 5045:1.0 5106:1.0
19 17:0.25 31:0.2 45:1.0 95:0.2 193:0.034482758620689655 259:0.14285714285714285 260:1.0 300:0.5 448:1.0 523:0.5 576:1.0 788:1.0 2266:1.0 2602:1.0 3647:0.5 4247:1.0 4321:1.0 4463:1.0 5497:1.0
19 14:0.4 17:0.25 45:1.0 193:0.034482758620689655 252:0.3333333333333333 266:1.0 347:0.5 477:0.14285714285714285 788:1.0 898:0.038461538461538464 1256:1.0 1315:1.0 1612:1.0 3526:0.14285714285714285 3565:1.0 3927:1.0 4139:1.0
19 22:0.125 193:0.017241379310344827 291:1.0 477:0.14285714285714285 522:1.0 1113:0.25 1123:0.5 3478:0.2 3526:0.14285714285714285 3647:0.5 3778:0.16666666666666666 5093:1.0
19 17:0.25 123:1.0 128:0.25 162:0.16666666666666666 175:0.5 195:1.0 328:0.2 714:1.0 4190:0.5 4994:1.0
19 21:0.5 45:1.0 88:0.25 162:0.16666666666666666 193:0.017241379310344827 222:1.0 259:0.14285714285714285 268:1.0 304:1.0 448:1.0 477:0.14285714285714285 771:1.0 898:0.038461538461538464 937:0.125 1598:0.5 1957:1.0 2972:1.0 3526:0.14285714285714285 3748:0.5 4354:1.0 4975:1.0
19 193:0.034482758620689655 259:0.07142857142857142 304:1.0 328:0.2 745:1.0 791:1.0 937:0.125 4087:0.2 4321:1.0
19 12:1.0 58:0.2 77:0.5 174:0.08333333333333333 259:0.07142857142857142 288:1.0 420:0.5 944:1.0 1110:1.0 1117:1.0 1939:1.0 3526:0.14285714285714285
19 8:0.05 17:0.5 21:0.5 31:0.2 81:0.5 95:0.4 96:1.0 101:2.0 141:0.5 162:0.16666666666666666 168:2.0 275:1.0 301:1.0 305:1.0 326:0.5 489:1.0 537:1.0 543:1.0 1600:1.0 2355:0.5 3822:1.0 4279:1.0
19 8:0.05 57:1.0 123:1.0 128:0.25 162:0.3333333333333333 175:0.5 193:0.017241379310344827 195:1.0 259:0.07142857142857142 305:1.0 453:1.0 489:1.0 803:1.0 858:1.0 870:1.0 937:0.125 1050:1.0 1611:0.25 2235:1.0 2801:1.0 3568:1.0 3628:1.0 3734:1.0 5381:1.0
19 8:0.1 12:1.0 14:0.4 21:0.5 31:0.2 45:1.0 51:1.0 58:0.1 86:0.5 107:0.16666666666666666 193:0.05172413793103448 195:1.0 212:0.5 252:0.3333333333333333 281:0.5 304:1.0 477:0.14285714285714285 706:1.0 718:1.0 799:0.14285714285714285 1338:1.0 2319:1.0 2353:1.0 4023:1.0 4071:1.0 4660:0.5 5165:1.0
19 7:0.3333333333333333 8:0.15 21:1.5 88:0.25 137:1.0 175:0.5 295:1.0 417:0.2 600:0.2 653:1.0 670:1.0 794:1.0 872:1.0 3822:1.0 4111:1.0
19 14:0.4 21:0.5 45:2.0 86:0.5 193:0.034482758620689655 228:0.5 295:1.0 300:1.0 449:1.0 477:0.14285714285714285 522:1.0 542:1.0 898:0.038461538461538464 1745:1.0 2514:1.0 3545:0.3333333333333333 3878:1.0 3927:1.0 4201:1.0 4613:1.0 4693:1.0 4867:1.0
19 8:0.1 12:1.0 17:0.25 24:0.25 31:0.2 153:0.3333333333333333 193:0.017241379310344827 266:1.0 298:1.0 437:1.0 609:1.0 824:1.0 1439:1.0 1745:1.0 2251:1.0 3836:1.0 4307:0.3333333333333333 4485:1.0
19 7:0.3333333333333333 14:0.2 17:0.5 21:0.5 45:1.0 58:0.1 88:0.25 99:0.3333333333333333 141:0.5 162:0.16666666666666666 193:0.017241379310344827 202:1.0 212:0.5 260:1.0 391:1.0 448:1.0 477:0.14285714285714285 593:0.5 1081:1.0 1174:1.0 1245:1.0 1338:1.0 1405:1.0 3358:1.0 3671:1.0 4497:1.0 4755:1.0 4896:1.0 5192:1.0
19 8:0.05 14:0.2 24:0.5 31:0.2 88:0.25 128:0.25 134:1.0 161:0.3333333333333333 162:0.16666666666666666 193:0.034482758620689655 259:0.07142857142857142 342:1.0 2982:1.0 3237:1.0 3526:0.14285714285714285 3539:0.3333333333333333 3606:1.0 3878:1.0 3933:1.0 4166:0.25 5045:1.0 5189:1.0
19 7:0.6666666666666666 14:0.4 21:0.5 24:0.25 45:1.0 58:0.2 86:1.0 99:0.3333333333333333 101:1.0 107:0.16666666666666666 123:2.0 128:0.25 130:0.5 145:0.2 168:1.0 169:0.16666666666666666 193:0.034482758620689655 195:1.0 201:0.125 222:1.0 232:1.0 259:0.07142857142857142 266:1.0 270:1.0 273:0.5 300:0.5 328:0.4 477:0.14285714285714285 649:0.5 799:0.2857142857142857 834:1.0 872:1.0 1123:0.5 1315:2.0 1573:1.0 2124:1.0 2421:1.0 2942:1.0 3519:1.0 3579:0.5 3747:2.0 4220:0.5
19 8:0.1 21:0.5 24:0.25 45:3.0 46:1.0 52:0.5 88:0.5 99:0.3333333333333333 161:0.3333333333333333 162:0.16666666666666666 165:0.5 193:0.034482758620689655 259:0.21428571428571427 268:1.0 288:1.0 300:0.5 448:1.0 898:0.038461538461538464 970:1.0 1128:1.0 1168:1.0 4382:1.0 4471:1.0
19 17:0.25 115:1.0 162:0.16666666666666666 193:0.034482758620689655 239:0.2 328:0.2 448:1.0 461:1.0 538:2.0 1174:1.0 2829:1.0 3747:1.0 4343:1.0 4648:1.0
19 8:0.05 24:0.25 54:0.5 123:1.0 134:1.0 201:0.125 239:0.2 259:0.14285714285714285 275:1.0 417:0.2 794:1.0 2654:0.07692307692307693 2880:1.0 3526:0.14285714285714285 3826:1.0 4010:1.0 4271:1.0
19 17:0.5 69:1.0 164:0.5 193:0.017241379310344827 259:0.07142857142857142 281:0.5 409:0.3333333333333333 1439:1.0 2000:1.0 2409:1.0 3566:0.5 3641:1.0 3778:0.16666666666666666 3907:1.0
19 6:1.0 12:2.0 24:0.25 45:1.0 51:1.0 116:0.3333333333333333 123:1.0 129:0.6666666666666666 193:0.034482758620689655 252:0.3333333333333333 259:0.21428571428571427 295:1.0 437:1.0 439:0.5 477:0.42857142857142855 576:1.0 1219:1.0 1337:0.5 1931:0.5 3297:1.0 3825:1.0 4855:1.0
19 24:0.25 95:0.2 107:0.16666666666666666 193:0.017241379310344827 196:1.0 291:1.0 576:1.0 771:1.0 4228:0.5 4712:1.0
19 7:0.3333333333333333 14:0.2 91:1.0 101:1.0 128:0.25 193:0.034482758620689655 259:0.07142857142857142 266:1.0 327:0.25 328:0.2 477:0.14285714285714285 542:1.0 799:0.14285714285714285 875:1.0 1113:0.25 1269:1.0 1338:1.0 1405:1.0 3579:0.5 3828:1.0 3869:1.0
19 86:0.5 129:0.3333333333333333 201:0.125 259:0.07142857142857142 281:0.5 461:1.0 477:0.14285714285714285 522:1.0 698:1.0 834:1.0 1149:1.0 3641:1.0
19 8:0.05 17:0.25 31:0.2 58:0.1 123:1.0 128:0.25 161:0.3333333333333333 193:0.034482758620689655 259:0.07142857142857142 347:0.5 477:0.14285714285714285 538:1.0 799:0.14285714285714285 872:1.0 1962:1.0 2194:1.0 2426:1.0 3561:1.0 3708:1.0 4244:1.0 4657:1.0
19 8:0.15 21:1.5 24:0.25 31:0.2 45:1.0 54:1.0 61:1.0 77:0.5 95:0.2 142:0.5 193:0.017241379310344827 259:0.07142857142857142 328:0.2 445:1.0 448:1.0 477:0.2857142857142857 649:0.5 900:1.0 1256:1.0 2903:1.0 3568:1.0 3655:1.0 3990:1.0
19 17:0.25 31:0.2 45:1.0 123:1.0 142:0.5 161:0.3333333333333333 162:0.16666666666666666 169:0.16666666666666666 190:1.0 193:0.034482758620689655 202:1.0 328:0.2 448:1.0 453:1.0 538:1.0 1105:1.0 1145:1.0 1256:1.0 2040:1.0 2251:1.0 2710:1.0 3543:1.0 4395:1.0 4523:1.0
19 8:0.05 17:0.25 31:0.2 52:1.0 99:0.3333333333333333 193:0.017241379310344827 196:1.0 259:0.07142857142857142 317:1.0 327:0.25 576:1.0 937:0.25 1265:1.0 1439:1.0 1856:1.0 2000:1.0 3110:1.0 3297:1.0 3526:0.14285714285714285 3606:1.0 4077:1.0 4339:1.0
19 8:0.05 45:1.0 123:1.0 259:0.07142857142857142 477:0.14285714285714285 1405:1.0 4170:1.0 4293:0.5 4845:1.0
19 8:0.05 23:0.25 88:0.25 141:0.5 162:0.3333333333333333 193:0.05172413793103448 239:0.2 259:0.21428571428571427 417:0.2 477:0.14285714285714285 523:0.5 919:1.0 1064:1.0 1405:1.0 3274:1.0 3822:1.0 4318:1.0 4346:1.0 4347:0.5 4547:1.0 5048:1.0
19 8:0.1 21:1.0 22:0.125 58:0.1 98:1.0 114:1.0 128:0.25 259:0.07142857142857142 876:1.0 898:0.038461538461538464 1611:0.25 4903:1.0 5048:1.0
19 7:0.3333333333333333 8:0.1 128:0.25 130:0.5 193:0.034482758620689655 195:1.0 331:1.0 522:1.0 610:1.0 706:1.0 755:1.0 3830:1.0 4307:0.3333333333333333
19 8:0.05 45:1.0 86:0.5 98:1.0 123:1.0 172:1.0 331:1.0 478:1.0 556:1.0 745:1.0 771:1.0 834:1.0 937:0.125 943:1.0 1214:1.0 1611:0.25 1939:1.0 3177:1.0 3526:0.14285714285714285 3850:1.0 4984:1.0
19 193:0.017241379310344827 305:1.0 400:1.0 477:0.14285714285714285 1113:0.25 1136:1.0 3755:0.3333333333333333 3822:1.0
19 7:0.3333333333333333 8:0.05 16:1.0 21:0.5 45:1.0 93:1.0 115:1.0 128:0.25 129:0.3333333333333333 195:1.0 214:1.0 228:0.5 266:1.0 273:0.5 327:0.25 330:1.0 331:1.0 342:1.0 573:1.0 670:1.0 1611:0.25 1716:1.0 2672:0.3333333333333333 3110:1.0 3278:1.0 3690:1.0 3907:1.0 5045:1.0
19 17:0.25 21:0.5 45:1.0 61:1.0 84:1.0 107:0.16666666666666666 195:1.0 259:0.07142857142857142 295:1.0 305:1.0 417:0.2 1437:0.5 1538:1.0 3647:0.5 4246:1.0 4643:1.0
19 17:0.25 128:0.25 165:0.5 259:0.14285714285714285 824:1.0 876:1.0 898:0.038461538461538464 904:1.0 1598:0.5 2806:1.0 3526:0.14285714285714285 3566:0.5 4689:1.0 4953:1.0
19 6:1.0 7:0.6666666666666666 45:3.0 193:0.017241379310344827 266:1.0 477:0.14285714285714285 522:1.0 769:1.0 799:0.14285714285714285 1315:2.0 2242:1.0 3883:0.3333333333333333 4202:1.0
19 91:1.0 107:0.16666666666666666 115:1.0 128:0.25 193:0.05172413793103448 228:0.5 259:0.07142857142857142 332:1.0 872:1.0 898:0.038461538461538464 1208:1.0 1338:1.0 2972:1.0 3352:1.0 4471:1.0 4520:1.0 4802:1.0 5097:1.0
19 8:0.05 12:1.0 21:0.5 23:0.25 31:0.2 45:1.0 88:0.5 161:0.3333333333333333 162:0.16666666666666666 195:1.0 228:0.5 259:0.14285714285714285 304:1.0 328:0.4 876:1.0 898:0.038461538461538464 1497:1.0 2216:1.0 3686:0.5 3860:1.0 3891:1.0 4238:1.0 4354:1.0 5252:1.0
19 8:0.05 12:1.0 31:0.4 161:0.3333333333333333 168:1.0 175:0.5 193:0.017241379310344827 239:0.2 259:0.07142857142857142 328:0.2 346:0.3333333333333333 461:1.0 523:0.5 866:1.0 1315:2.0 1486:1.0 2676:1.0 3596:1.0 3686:0.5 3747:1.0 3755:0.3333333333333333 3845:0.3333333333333333 3876:1.0 3880:1.0 5082:1.0
19 17:0.25 24:0.25 31:0.4 58:0.1 69:1.0 88:0.25 123:1.0 134:1.0 193:0.017241379310344827 281:0.5 282:1.0 295:1.0 300:1.0 328:0.4 477:0.14285714285714285 601:1.0 1746:1.0 2110:1.0 2179:1.0 2219:1.0 2672:0.3333333333333333 2806:1.0 3478:0.2 3778:0.16666666666666666 4329:1.0 4333:1.0 4359:1.0 4552:1.0 5328:1.0
19 8:0.05 31:0.4 45:2.0 88:0.25 99:0.3333333333333333 123:1.0 162:0.16666666666666666 193:0.017241379310344827 194:0.5 259:0.14285714285714285 268:1.0 295:1.0 328:0.2 420:0.5 477:0.14285714285714285 478:1.0 792:1.0 898:0.038461538461538464 965:1.0 1337:0.5 2806:1.0 2915:1.0 2962:1.0 3364:1.0 3526:0.14285714285714285 3568:1.0 3576:0.5
19 6:1.0 17:0.25 45:1.0 141:0.5 144:0.2 161:0.6666666666666666 260:1.0 725:1.0 1102:1.0 1611:0.25 3822:1.0 4975:1.0
19 7:0.3333333333333333 17:0.25 44:1.0 45:4.0 88:0.25 99:0.3333333333333333 193:0.05172413793103448 204:1.0 259:0.07142857142857142 295:1.0 328:0.2 448:2.0 449:1.0 725:1.0 876:1.0 925:1.0 929:0.5 1058:1.0 1338:1.0 1560:1.0 2219:1.0 2268:1.0 2565:1.0 3161:1.0 3543:1.0 3851:1.0 4258:1.0 4293:0.5 4461:1.0 4567:1.0
19 8:0.05 31:0.2 123:1.0 201:0.125 1113:0.25 2654:0.07692307692307693 4220:0.5 4321:1.0 5461:1.0
19 8:0.1 45:1.0 58:0.1 141:1.0 142:0.5 161:0.3333333333333333 193:0.017241379310344827 298:1.0 523:0.5 900:1.0 1145:1.0 1214:1.0 3789:1.0 3819:1.0 3822:1.0 4307:0.3333333333333333
19 8:0.2 21:1.0 31:0.2 32:1.0 45:1.0 162:0.16666666666666666 169:0.16666666666666666 193:0.034482758620689655 328:0.2 448:1.0 642:1.0 898:0.038461538461538464 1378:1.0 1462:1.0 1795:1.0 1859:0.3333333333333333 1954:1.0 2235:1.0 2409:1.0 3584:1.0 3989:1.0 4225:1.0 4811:1.0
19 7:0.3333333333333333 22:0.125 45:1.0 81:0.5 95:0.2 123:1.0 128:0.5 162:0.16666666666666666 175:0.5 193:0.034482758620689655 477:0.14285714285714285 1145:1.0 1265:1.0 1378:1.0 3543:1.0
19 54:0.5 81:0.5 95:0.2 128:0.5 193:0.017241379310344827 259:0.14285714285714285 266:1.0 295:1.0 342:1.0 477:0.14285714285714285 576:1.0 876:2.0 898:0.07692307692307693 1113:0.25 1939:1.0 3568:1.0 4033:1.0 4042:0.3333333333333333 4468:1.0 4471:1.0
19 8:0.05 24:0.25 86:0.5 88:0.25 129:0.3333333333333333 193:0.034482758620689655 259:0.07142857142857142 266:2.0 331:1.0 347:0.5 437:1.0 477:0.14285714285714285 576:1.0 2212:0.5 3553:1.0 3822:1.0
19 31:0.2 45:1.0 131:1.0 193:0.034482758620689655 266:1.0 282:1.0 290:1.0 328:0.2 469:1.0 1482:1.0 2163:1.0 3526:0.14285714285714285 3543:1.0 4357:1.0 4504:1.0 5019:1.0 5165:2.0
19 14:0.4 86:0.5 128:0.25 162:0.3333333333333333 174:0.08333333333333333 193:0.034482758620689655 228:0.5 328:0.4 448:1.0 523:0.5 799:0.14285714285714285 815:1.0 937:0.125 955:1.0 2972:1.0 3543:1.0 3647:0.5 4087:0.2 4088:0.3333333333333333 4184:1.0
19 8:0.05 12:1.0 14:0.4 31:0.2 45:2.0 54:0.5 86:0.5 88:0.25 145:0.2 193:0.017241379310344827 301:1.0 304:1.0 328:0.2 331:1.0 347:0.5 449:1.0 799:0.14285714285714285 1438:1.0 2972:1.0 3514:1.0 3756:1.0 3974:1.0 4293:0.5 4368:1.0
19 12:2.0 14:0.2 17:0.5 24:0.25 31:0.2 128:0.25 161:0.3333333333333333 193:0.017241379310344827 259:0.07142857142857142 400:1.0 1511:1.0 3539:0.3333333333333333 3826:1.0 3871:1.0 3982:1.0
19 8:0.05 88:0.25 95:0.2 130:0.5 137:1.0 193:0.017241379310344827 259:0.14285714285714285 339:1.0 937:0.125 1337:0.5 1511:1.0 2235:1.0 3822:1.0 3880:1.0
19 8:0.05 14:0.2 31:0.2 54:0.5 88:0.25 123:1.0 128:0.25 270:1.0 281:0.5 741:1.0 876:1.0 938:1.0 1135:1.0 1189:0.25 2880:1.0 3545:0.3333333333333333 3830:1.0 3871:1.0
19 61:1.0 107:0.16666666666666666 193:0.017241379310344827 259:0.07142857142857142 263:1.0 328:0.2 437:1.0 2626:1.0 3539:0.3333333333333333
19 14:0.2 45:1.0 161:0.3333333333333333 305:1.0 328:0.2 400:1.0 900:1.0 984:1.0 1256:1.0 2930:1.0 3568:1.0 3755:0.3333333333333333 4723:1.0
19 7:0.3333333333333333 8:0.05 21:1.0 23:0.25 161:0.6666666666666666 162:0.3333333333333333 169:0.16666666666666666 193:0.06896551724137931 212:0.5 239:0.2 263:1.0 326:0.5 328:0.2 342:1.0 437:1.0 477:0.14285714285714285 769:1.0 824:1.0 1147:1.0 1337:0.5 1439:1.0 1479:1.0 1560:1.0 1808:1.0 1839:1.0 2095:1.0 2170:1.0 2186:1.0 3539:0.3333333333333333 3550:1.0 3606:1.0 3655:2.0 3902:1.0
19 14:0.2 45:1.0 123:1.0 169:0.16666666666666666 259:0.21428571428571427 281:0.5 328:0.2 799:0.14285714285714285 898:0.038461538461538464 1053:1.0 1121:0.5 1256:1.0 2654:0.07692307692307693 3683:1.0 3685:1.0 3778:0.16666666666666666 4547:1.0 5076:1.0
19 123:1.0 128:0.25 162:0.16666666666666666 268:1.0 281:0.5 287:1.0 876:2.0 962:1.0 3539:0.3333333333333333 3548:1.0 3778:0.16666666666666666 5124:1.0
19 123:1.0 128:0.25 162:0.16666666666666666 268:1.0 287:1.0 876:2.0 3641:1.0 4588:1.0 5124:1.0
19 14:0.2 58:0.1 131:1.0 145:0.2 193:0.017241379310344827 298:1.0 558:1.0 697:0.5 3563:1.0 4042:0.3333333333333333
19 7:0.3333333333333333 8:0.05 17:0.25 21:0.5 24:0.25 31:0.2 123:1.0 128:0.5 161:0.6666666666666666 193:0.017241379310344827 259:0.07142857142857142 331:1.0 342:1.0 477:0.14285714285714285 576:1.0 670:1.0 980:0.25 1560:1.0 3573:0.5 3606:1.0 4209:1.0 5440:1.0
19 12:1.0 88:0.25 161:0.3333333333333333 175:0.5 232:1.0 291:1.0 328:0.2 522:1.0 1150:1.0 3532:1.0 3568:1.0 5109:1.0
19 107:0.16666666666666666 2310:2.0 3526:0.14285714285714285
19 95:0.2 128:0.25 130:0.5 175:0.5 259:0.07142857142857142 266:1.0 528:0.5 670:1.0 980:0.25 3526:0.14285714285714285 3822:1.0
19 45:1.0 95:0.2 130:0.5 165:0.5 187:1.0 193:0.017241379310344827 266:1.0 300:0.5 448:1.0 449:1.0 799:0.14285714285714285 898:0.038461538461538464 1024:0.5 1338:1.0 3633:1.0 3927:1.0 3983:1.0
19 8:0.05 14:0.2 45:2.0 58:0.1 86:0.5 88:0.25 98:1.0 123:1.0 128:0.25 134:1.0 165:0.5 193:0.034482758620689655 266:1.0 275:1.0 281:0.5 299:1.0 328:0.2 604:1.0 698:1.0 925:1.0 980:0.25 1113:0.25 1128:1.0 1611:0.25 1716:1.0 2040:1.0 3526:0.2857142857142857 3720:1.0 3732:1.0 3778:0.16666666666666666 3907:1.0
19 99:0.3333333333333333 162:0.16666666666666666 193:0.017241379310344827 195:1.0 328:0.2 477:0.14285714285714285 692:1.0 753:1.0 2473:1.0 2806:1.0 2942:1.0 3526:0.2857142857142857 3601:1.0 4538:1.0 4650:1.0 5041:1.0
19 8:0.05 26:1.0 51:1.0 54:0.5 81:0.5 99:0.6666666666666666 128:0.5 174:0.08333333333333333 193:0.017241379310344827 201:0.125 212:0.5 304:1.0 448:1.0 453:1.0 538:1.0 637:1.0 718:2.0 745:1.0 949:1.0 1110:1.0 1611:0.25 1962:2.0 3309:1.0 3451:1.0 3780:1.0 4130:1.0 4158:1.0 4204:1.0
19 14:0.2 32:1.0 44:1.0 45:1.0 95:0.2 99:0.6666666666666666 123:1.0 162:0.16666666666666666 259:0.07142857142857142 448:1.0 799:0.14285714285714285 1315:1.0 1859:0.3333333333333333 3526:0.14285714285714285 3568:1.0 3710:1.0 3762:1.0 4271:1.0 4382:1.0
19 51:1.0 101:1.0 162:0.16666666666666666 448:1.0 1123:0.5 1538:1.0 1642:1.0 4074:2.0
19 17:0.5 21:0.5 23:0.25 58:0.1 99:0.3333333333333333 101:1.0 107:0.16666666666666666 123:2.0 128:0.25 161:0.3333333333333333 165:0.5 169:0.16666666666666666 193:0.034482758620689655 259:0.07142857142857142 268:1.0 295:1.0 391:1.0 542:1.0 799:0.2857142857142857 876:1.0 1230:1.0 1315:1.0 1611:0.25 2426:1.0 2697:1.0 3545:0.3333333333333333 3748:0.5 4072:1.0 4130:1.0 4139:1.0 4390:0.5 5076:1.0
19 7:0.3333333333333333 58:0.1 142:0.5 1145:1.0 3762:1.0 4872:1.0
19 7:1.0 14:0.2 24:0.25 86:0.5 88:0.25 95:0.2 99:0.3333333333333333 101:1.0 128:0.25 167:1.0 174:0.08333333333333333 193:0.017241379310344827 259:0.14285714285714285 291:1.0 417:0.2 522:1.0 542:1.0 555:1.0 576:1.0 670:1.0 870:1.0 1337:0.5 1745:1.0 2078:1.0 3533:1.0 3539:0.3333333333333333 3548:1.0 3647:0.5 3671:1.0 3690:1.0 4488:1.0
|
69c400bee05dc6ee763cc9d088eb45cf787c09b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH3/EX3.8/Ex3_8.sce | 105df598ad991e531591755a16389952538b976e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 861 | sce | Ex3_8.sce | //Ex3_8
clc
VCC=20
disp("VCC = "+string(VCC)+" volts") // collector supply voltage
RL=2*(10^3)
disp("RL= "+string(RL)+ " ohm") //resistance
R1=100*(10^3)
R2=R1
disp("R1 =R2= "+string(R1)+ " ohm") //resistance
VBE=(0.7)
disp("VBE = "+string(VBE)+" volts") // base-emitter voltage
BF=100
disp("BF = "+string(BF)+" ") //BJT gain
ICO=0
VBB=(VCC*R2)/(R1+R2)
disp("VBB = "+string(VBB)+" volts") // Base supply voltage
RB=(R1*R2)/(R1+R2)
disp("RB = (R1*R2)/(R1+R2)="+string(RB)+ " ohm") // eqivalent base resistance
IC=[(BF*(VBB-VBE))/(RB+RL*(1+BF))] // collector current
disp("IC = "+string(IC)+" ampere")
VE=IC*RL
disp("VE = "+string(VE)+" volts") // emitter voltage
VB=VBE+VE
disp("VB = "+string(VB)+" volts") // base voltage
VCB=VCC-VB
disp("VCB = "+string(VCB)+" volts") // collector-base voltage
//hence BJT in active region.
|
748b37aa0cbb3b21c25fa7e00436b0039be765f1 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/cummax/cummax6.sce | 96413a974de53198c2a9018c26cbb3250ae9a846 | [] | 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 | 282 | sce | cummax6.sce | //check o/p when i/p is a vector and the dimension along with the direction is mentioned
v=[3 5 2 1 6 3 7 8 1];
m=cummax(v,2,'reverse');
disp(m);
//output
// column 1 to 7
//
// 8. 8. 8. 8. 8. 8. 8.
//
// column 8 to 9
//
// 8. 1.
|
2e9add53d9aaf4c5c719fb3bd7afce276349fc2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH13/EX13.9/example13_9.sce | 0413579315de31510343ef872f395d5335f24dc8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | example13_9.sce | //Chapter 13
//Example 13_9
//Page 319
clear;clc;
x=200;
l=300;
i=0.75;
r=0.00018;
v=250;
vd=i*r*(l*x-x^2/2);
printf("Voltage drop = %.1f V \n\n", vd);
printf("Voltage at a distance %d m from supply end = %.1f V \n\n", x, v-vd);
p=i^2*r*l^3/3;
printf("Power loss in distributor = %.2f W \n\n", p);
|
97d8a3032ea1feef62b74d3029ff63d8e879403b | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH4/EX4.02/4_02.sce | 7d8c664ea8ce797f84b3d3cac10e1eb6fb390335 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | 4_02.sce | //Problem 4.02:
//initializing the variables:
mdt = 0.15; // in kg/sec
v = 420; // in m/sec
//calculation:
vxin = v
vxout = 0
vyin = 0
vyout = v
Fxgc = mdt*(vxout - vxin)
Fygc = mdt*(vyout - vyin)
Fres = (Fxgc^2 + Fygc^2)^0.5
theta = (atan(Fygc/Fxgc))*180/%pi + 180
printf("\n\nResult\n\n")
printf("\n resultant supporting force is %.1f N and direction is %.0f degree",Fres,theta) |
d8b257e08748707f471388786f5abda5aaa3ad9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH2/EX2.8/2_8.sce | 70e231f3c5a9e3382ec15559fbe7118fee49cedb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 407 | sce | 2_8.sce | clc
clear
//Initialization of variables
gam=0.0765 //lb/ft^3
l=40 //ft
w=16 //ft
d=8 //ft
z=6 //ft
BG=1 //ft
//calculations
I=1/12 *l*w^3
V=l*w*z
IVG=I/V - BG
MB=I/V
//results
printf("I/V -BG = %.2f ft ",IVG)
if IVG >0 then
printf("\n Barge is stable")
else
printf("\n The barge is unstable")
end
printf("\n Location of metacenter = %.2f ft above the center of buoyancy ",MB)
|
66e4fe6bc1d9d88f6ee9c65b261191bfd62831e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH3/EX3.2/3Q2.sce | 269b9f5270e548a7c0966e05496e8663f782d87f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 460 | sce | 3Q2.sce | clc
//initialisation of variables
V= 1.2 //m^3
M= 2350 //Kg
w= 0.086
G= 2.71
W= 1000 //kg/m^3
//calculations
R= M/V
D= M/((1+w)*V)
e= (G*W/D)-1
n= e/(e+1)
S= (w*G/e)*100
v= (M-(M/(1+w)))/W
//results
printf ('moist density = % f kg/m^3 ',R)
printf ('dry density = % f kg/m^3 ',D)
printf ('void ratio = % 3f ',e)
printf ('porosity = % 3f ',n)
printf ('Degree of saturation = % 3f ',S)
printf ('volume of water in soil sample = % 3f m^3 ',v)
|
6e805d35bed991da86aef599b80a6b3f67497d70 | bd9ba5abb6de1e9d9485b5e98b2b68868aab21db | /Lab/signal functions/Convolution_without_function/convolution without func.sce | f1edf5f30bb250c271382c12442105534e417a72 | [] | no_license | ShubhamRattra/Scilab_programs | c61b6538a064afe82c99507c1064cd55bbd870fa | de2bf6ab0de0b1a19c4903bb13819edc39f93d0e | refs/heads/master | 2023-03-04T17:53:58.414180 | 2021-02-11T08:08:11 | 2021-02-11T08:08:11 | 296,920,175 | 2 | 2 | null | 2021-01-11T15:53:39 | 2020-09-19T17:37:42 | Scilab | UTF-8 | Scilab | false | false | 1,042 | sce | convolution without func.sce | //Convolving 2 seq in discrete time domain without convol func
clc ; clear ; close ;
x=input('ENTER THE FIRST SEQUENCE x(n): ');
m=length(x);
h=input('ENTER THE SECOND SEQUENCE h(n): ');
n=length(h);
//x(n)
p=0:1:m-1;
subplot(3,2,1),
a = gca();
a.x_location = "origin";
a.y_location = "origin";
plot2d3('gnn',p,x) //plot for x(n)
title('i/p sequencce x(n) is:');
xlabel('-->n');
x=[x,zeros(1,n)];
//h(n)
q=0:1:n-1;
subplot(3,2,2),
a = gca();
a.x_location = "origin";
a.y_location = "origin";
plot2d3('gnn',q,h) //plot for h(n)
title('i/p sequencce h(n) is:');
xlabel('-->n');
h=[h,zeros(1,m)];
//convoluted signal
y=zeros(1,m+n-1);
for i=1:m+n-1
y(i)=0;
for j=1:m+n-1
if(j<i+1)
y(i)=y(i)+x(j)*h(i-j+1);
end
end
end
y
r=0:1:m+n-2;
subplot(3,1,3)
a = gca ();
a.x_location = "origin";
a.y_location = "origin";
plot2d3('gnn',r,y) //plot of convoluted signal
title('convolution of x(n) & h(n) is :');
xlabel('-->n');
|
402abb9eeaae2964182c24883af7d0edfd8f51ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /1151/CH8/EX8.32/example32.sce | a256373abb6964d6b542c0500d3516ef3ef2db9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | example32.sce | s=%s ;
//create state equation of the following matrix
TFcont=syslin ('c',(s+6)/(s^2+5*s+6))
SScont=tf2ss(TFcont )
[Ac ,Bc ,U, ind ]=canon( SScont ( 2 ) , SScont ( 3 ) )
disp(Ac,"MAtrix A=")
disp(Bc,"MAtrix B=")
|
e3a52967b3e100a161b7b526cb9d6ac8ec1c18b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1457/CH6/EX6.3/6_3.sce | 8ba4eb1875284d7cfc82838d1be2622331432719 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_3.sce | clc
//Initialization of variables
v2=36 //fps
beta=150 //degrees
u=60 //fps
rho=1.94
Qd=0.0218
V1=100 //fps
gam=62.4
g=32.2
//calculations
v2s=v2*sind(beta)
v2c=u+v2*cosd(beta)
V2=34 //fps
alpha=32 //degrees
Fx=rho*Qd*(v2c-V1)*(V1-u)
Fy=-rho*Qd*(V1-u)*v2s
Fx2=rho*Qd*V1*(v2c-V1)
HPin=gam*Qd*V1*(V1^2 /(2*g))/550
HPout=gam*Qd*V1*(V2^2 /(2*g))/550
HPtransfer=-Fx2*u/550
HPfl=HPin-HPout-HPtransfer
//results
printf("Force exerted by water on the vane = %d lb",Fx2)
printf("\n Friction loss = %.1f hp ",HPfl)
|
517f75c1e715133cba87a428571db74c0e305925 | 449d555969bfd7befe906877abab098c6e63a0e8 | /581/CH9/EX9.6/Example9_6.sce | 95490b6e8d6bd6b139b30ee8508e7ead77c37ee9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 539 | sce | Example9_6.sce |
clear ;
clc;
printf("\t Example 9.6\n");
T1=628; //saturated temp.of water, K
a=13996; //desity difference,kg/m^3
s=0.418; //surface tension,kg/s^2
Hfg=2925*1000; //latent heat,J/kg
a2=4; //density of mercury, kg/m^3
Qmax=0.149*a2^0.5*Hfg*(9.8*a*s)^0.25/10^7-.015;
printf("\t peak heat flux is : %.3f MW/m^2\n",Qmax);
printf("\t the result is very close to that for water,the increase in density and surface tension have not been compensated by amuch lower latent heat.")
//end |
6f7703d9a7e8ada99763b5d281af480303ce5981 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH8/EX8.5/Ex8_5.sce | 49dda9167d27824bd71bc04b27a4b133099e6a8a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 441 | sce | Ex8_5.sce | // Example 8_5
clc;funcprot(0);
// Given data
Q=5;// The flow rate of water through a pipe in gal/min
q=10*10^3;// kW
c_p=4.18;// The specific heat in J/kg.K
rho=1*10^3;// The density of water in kg/m^3
// Calculation
Q=(Q*3.785*10^-3)/60;// The flow rate of water through a pipe in m^3/s
deltaT=q/(rho*Q*c_p*10^3);// The temperature rise in the water in K
printf("The temperature rise in the water,T_out-T_in=%1.3f K",deltaT);
|
45e429a7badfc89ef267618f512a779deb65af86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH7/EX7.2/ex2.sce | cee38c9badd83acd2482fd020ce40ca7eb76b8f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 859 | sce | ex2.sce | //ques2
//Entropy Generation during Heat Transfer Processes
clear
clc
//(a)Sink at 500K
Qsource=-2000//heat of source in kJ
Qsink=2000//heat of sink in kJ
Tsource=800//temperature of source in K
Tsink=500//temperature of sink in K
Ssource=Qsource/Tsource//entropy of source in kJ/K
Ssink=Qsink/Tsink//entropy of surce in kJ/K
Sgen=Ssource+Ssink;//entropy of generation of the process in kJ/K
printf(' (a) Enthalpy of generation = %.1f kJ/K \n', Sgen);
//(b) for sink of T=750 K
Qsource=-2000//heat of source in kJ
Qsink=2000//heat of sink in kJ
Tsource=800//temperature of source in K
Tsink=750//temperature of sink in K
Ssource=Qsource/Tsource//entropy of source in kJ/K
Ssink=Qsink/Tsink//temperature of sink in kJ/K
Sgen=Ssource+Ssink;//entropy of generation of system in kJ/K
printf(' (b) Enthalpy of generation = %.1f kJ/K',Sgen); |
d3027167ee4b4cc0fee4588d00581bfbb1c1fbf4 | 726961a3412b6d2fda7c781172773be5e27ac97a | /jflap-grades/tests/q07a.tst | 196035a6a77b1a60470c1f1c6e7d6781e11d3e3b | [] | no_license | ailton07/jflap-grades-19-2 | 0546deb482e7f8e003591351191fa649d62fd405 | ff58118d31aa30a0f56cae8e5f0186d44c1b72a8 | refs/heads/master | 2020-09-16T12:49:31.560841 | 2019-11-25T01:03:19 | 2019-11-25T01:03:19 | 223,774,968 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | tst | q07a.tst | 0
0.20
a 1
aabb 1
b 1
aabbabb 1
aabbb 0
abb 0
ab 0
bab 0
|
6c488dab773b60f3c15df9f67b6868e81d6fd2d0 | 9d0d8cfb131efa34cafc47d938fac6ddcee0750c | /miniproject/2prob/1_auto_correlation.sce | e1de5883925d1cb5cb621f38cd9d492d073f7d58 | [] | no_license | kazipetasurya/ee340 | 52c688b028a28effa88dc4a9eb653735e4fc19bc | 3885ad37122817c03d9a51d9f7df2c9c9f5f7251 | refs/heads/master | 2021-01-18T15:10:53.081056 | 2012-09-07T06:43:54 | 2012-09-07T06:43:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 903 | sce | 1_auto_correlation.sce | // Group_13: Bhargava B
// Surya K
// S K Savant
// Question:
// Let x(n) be the 13-point Barker sequence
// x(n) = {+1, +1, +1, +1, +1, -1, -1, +1, +1, -1, +1, -1, +1}.
// Determine the auto-correlation of the above sequence.
//
// Function to find auto_correlation of x
//Barker NOT WORKING : To FIX TO Auto_Correlation
function[corrvec]=auto_correlation(sequence)
N=length(sequence)
nvec=linspace(0,2*N,2*N) // -
corrvec=[]
for i=0:2*N-1 // i= 0 to 2N+1
corrval=0
for j=1:N
if(i-j>0 & i-j<=N) then
//disp(i-j)
corrval=corrval+sequence(i-j)*sequence(j)
end
end
corrvec=[corrvec,corrval]
end
disp(corrvec)
//disp(length(corrvec))
//disp(length(nvec))
plot(nvec,corrvec)
endfunction
barker=[1,1,1,1,1,-1,-1,1,1,-1,1,-1,1]
auto_correlation(barker)
|
b23f2d9f355c1b4597d867bd62cc6f97a1cc899e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH2/EX2.2/Ex2_2.sce | fdebe6df40318ce8b57a00dedfda7637ab7e77cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,103 | sce | Ex2_2.sce | // Exa 2.2 Determining the infinitesimal stage efficiencies
p1=1.02; // Initial Pressure in bar
T1=300; // Initial Temperature in K
// part(a)
T2=315; // Final Temperature in K
gamma=1.4; // Specific Heat Ratio
g=9.81; // Gravitational acceleration in m/s^2
sg=1; // Specific Gravity of air
delp=(1500)*(0.001)*(g)*(sg); // Total Pressure Loss Across the Diffuser in kPa
p2=p1+(0.01*delp);
pr=p2/p1; // Pressure Ratio
T2s=T1*(pr^((gamma-1)/gamma));
n_c=(T2s-T1)/(T2-T1); // Efficiency in %
n_p=((gamma-1)/gamma)*((log(p2/p1))/(log(T2/T1)));
disp ("%",n_c*100,"(a)Efficiency of the compressor is")
disp ("%",n_p*100,"and infinitesimal stage Efficiency or polytropic efficiency of the compressor is")
// part(b) Determining the infinitesimal stage efficiency
p2_b=2.5; // Final pressure in bar
n_b=0.75; // Efficiency
pr_b=p2_b/p1; // Pressure Ratio
T2s_b=T1*(pr_b^((gamma-1)/gamma));
T2_b=T1+((T2s_b-T1)/n_b);
n_p_b=((gamma-1)/gamma)*((log(p2_b/p1))/(log(T2_b/T1)));
disp ("%" ,n_p_b*100,"(b)infinitesimal stage Efficiency or polytropic efficiency of the compressor is")
|
844160d31281c430dc621da1d6d39e6fd065166c | 2bcf8b686dd75e7c33ba3308c5ec76a2c1af7c35 | /transpose.sce | 592d90dcd060ce70900ae35f34accd6a79833758 | [] | no_license | syedareehaquasar/SciLab | f6da02f5b786c921b0f0c83a2731125dcc0b8908 | a0947979837c5ced321843d33a6df91e63b41aef | refs/heads/main | 2023-07-04T01:27:23.322819 | 2021-08-14T11:43:00 | 2021-08-14T11:43:00 | 350,408,788 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 148 | sce | transpose.sce | function [B] = transpose(m, n, A)
B = zeros(m, n);
B = A';
disp('The marix is ', A)
disp('Transposed matrix is ')
endfunction
|
18f7f359ced582f5de4a5f08854b8f6698344761 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH13/EX13.4.1/13_4_1.sce | c8a69e6f6e67f4db127736ebebec94ec020d7a05 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sce | 13_4_1.sce | clc
//initialisation of variables
u1= 0.5 //ft^3/sec
b= 5 //ft
w= 4 //ft
g= 32.2//ft/sec^2
//CALCULATIONS
u= u1*12*12/(b*w)
s= sqrt(g*w/12)
F= u/s
r= 0.5*(sqrt(1+8*F^2)-1)
y= r*w
yc= (((w*y*(y+w)))/2)^(1/3)
//CALCULATIONS
printf (' critical depth= %.2f in',yc)
|
63540edbf1c901583a24869a1a6614cfa5793a96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/CH6/EX6.16.b/6_16b.sce | 565f7ee0679b3f4bb0d8266eae496e45e5cb1419 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | 6_16b.sce | pathname=get_absolute_file_path('6_16b.sce')
filename=pathname+filesep()+'6_16b_data.sci'
exec(filename)
R_Cmax=(Pf*P*746/W)-0.8776*sqrt(W/(D*S*Cdo))*(1/(L_Dmax)^1.5)//(R/C)max
printf("\Answer:\n")
printf("\n\Maximum Rate of climd for CP-1: %f m/s\n\n",R_Cmax) |
319e73a7187203c468fda2525d9901e94cce6227 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH2/EX2.12.1/Ex2_12_1.sce | 5078dd24bda44a94783b3b4ac6e4c548ea41c7fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | Ex2_12_1.sce | clear
clc
DelH2m_f=10;//molar heat of fusion in kJ/mol
T1=298.15;//temperature in K
T2=353.35;//freezing temperature in K
R=8.314;//in J/Kmol
X=(10^-(((DelH2m_f*10^3)/R)*((1/T1)-(1/T2))));//solubility of napthalene
printf('X=%.4f',X)
//solution is wrong
//There are some errors in the solution given in textbook
//page 81
|
3c7e302a2926175ae0fbda5505172a2fd27c3556 | 449d555969bfd7befe906877abab098c6e63a0e8 | /656/CH2/EX2.1/example2_1.sce | e2a363f328a1473d220fa4868b7842b1bd794bd0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sce | example2_1.sce | // current is 2A
//120V
i=2;
v=120;
// v=I*R where R is the resistance in Ohms
r=v/i;
disp("r=")
disp(r)
units='Ohms'
r=[string(r) units];
disp(r)
|
800799bc476648481c6aed46f26ae1d8cc8db71c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH5/EX5.15/ex5_15.sce | b5278d585b4445e17b28499d9af49ca1af86f2e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | ex5_15.sce | // Exa 5.15
clc;
clear;
close;
format('v',6)
// Given data
Af = 100;
Vi = 0.6;// in V
Vo =Af*Vi;// in V
Vi = 50;// in mV
Vi = Vi * 10^-3;// in V
// Internal gain of amplifier,
A = Vo/Vi;
disp(A,"The value of A is : ");
B= ((A/Af)-1)/A;
disp(B,"The value of B is");
|
ee3fd854a11a1c244e51a73719caa93ebea6c5b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH2/EX2.12/Ex2_12.sce | 2afe905f30e4656806576d626c462c87d77bafd0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,192 | sce | Ex2_12.sce | clc
mo = 9.1*10^-31
disp("mo = "+string(mo)+"kg") //initializing value of mass of electron
m_star=0.067*mo
disp("m_star=0.067*mo = "+string(m_star)+"kg") //initializing value of appropriate mass in the conduction band for GaAs
apsilen = 13.2*8.85*10^-14
disp("apsilen = "+string(apsilen)+"F/cm") //initializing value of relative permitivity for GaAs
apsilen_not = 8.85*10^-14
disp("apsilen_not = "+string(apsilen_not)+"F/cm") //initializing value of permitivity
ml = 0.98*mo
disp("ml* = "+string(ml)+"kg") //initializing value of longitudinal mass
mt = 0.2*mo
disp("mt*= "+string(mt)+"kg")//initializing value of transverse mass
m_sigma_star = (3)/((1/ml)+(2/mt))
disp("The conductivity mass for silicon is ,m_sigma_star = (3*mo)/((1/ml)+(2/mt))= "+string(m_sigma_star)+"Kg")//calculation
disp("The shallow level energies are given by,Ed = Ec-(13.6(eV)*((m_star/mo)/(apsilen/apsilen_not)^2))")
//Let Ec = 0 V and taking positive answer,
Ed_GaAs = (13.6*((m_star/mo)/(apsilen/apsilen_not)^2))
disp("The donor level energy in GaAs is ,Ed_GaAs = Ed = (13.6*((m_star/mo)/(apsilen/apsilen_not)^2))= "+string(Ed_GaAs)+"eV")//calculation
m_dot_GaAs=0.45*mo
disp("m_dot_GaAs=0.45*mo = "+string(m_dot_GaAs)+"kg") //initializing value of heavy hole mass for GaAs
Ea_GaAs = (13.6*((m_dot_GaAs/mo)/(apsilen/apsilen_not)^2))
disp("The acceptor level energy in GaAs is ,Ea_GaAs = (13.6*((m_dot_GaAs/mo)/(apsilen/apsilen_not)^2))= "+string(Ea_GaAs)+"eV")//calculation
apsilen = 11.9*8.85*10^-14
disp("apsilen = "+string(apsilen)+"F/cm") //initializing value of relative permitivity for GaAs
m_dot_Si=0.5*mo
disp("m_dot_Si=0.45*mo = "+string(m_dot_Si)+"kg") //initializing value of heavy hole mass for GaAs
Ea_Si = (13.6*((m_dot_Si/mo)/(apsilen/apsilen_not)^2))
disp("The acceptor level energy in Si is ,Ea_Si = (13.6*((m_dot_Si/mo)/(apsilen/apsilen_not)^2))= "+string(Ea_Si)+"eV")//calculation
Ed_Si = (13.6*((m_sigma_star/mo)/(apsilen/apsilen_not)^2))
disp("The donor level energy in Si is ,Ed_Si = (13.6*((m_sigma_star/mo)/(apsilen/apsilen_not)^2))= "+string(Ed_Si)+"eV")//calculation
// Note : due to different precisions taken by me and the author ... my answer differ
|
20d2015c77953d3a2fb1093fdfaf0d60fcce53de | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH10/EX10.13/Ex10_13.sce | 4e69c8d3fc00a5bf34a6940d3ff0dbd4de3bf911 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,013 | sce | Ex10_13.sce | //===========================================================================
//chapter 10 example 13
clc;
clear all;
//variable declaration
P = 1000; //resistance in arm AB in Ω
Q = 100; //resistance in arm BC in Ω
R = 200; //resistance in arm BD in Ω
Si1 = 10; //sensitivity
Si2 = 5; //sensitivity
Rg1 =400;
Rg2 =100;
//calculations
S = R*Q/P; //resistance required in arm CD in Ω
Rth = ((R*S/(R+S))+(P*Q/(P+Q))); //thevenin's equivalent resistance of bridge in Ω
//theta = (Si*E*S*dR)/((R+S)^2)*(Rth+Rg1))
//theta2/theta1 = (Si*E*S*dR)/((R+S)^2)*(Rth+Rg1))*(((R+S)^2)*(Rth+Rg1)/(Si*E*S*dR))
r = (Si2/Si1)*((Rth+Rg1)/(Rth+Rg2)); //ratio deflection of two galvanometer
//result
mprintf("ratio deflection of two galvanometer = %3.3f Ω",r);
mprintf("\nthe first galvanometer (internal resistance 400 Ω and sensitivity 10 mm/uA) is less sensitive to a small unbalance on the given bridge ,through on its own it is more sensitive than the other galavanometer")
|
028cf895868b6e14ceab532025f7dfe07f0e0370 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH7/EX7.12/12.sci | 85aff7a4a6df3e6b3a5112913f402ce507642fd8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sci | 12.sci | clc;
clear all;
disp("Laminar air flow")
L=2;//m length of plate
U=5;//m/s velocity of air
rho=0.815;//kg/m^3 density of air
k=0.03025;// W/(m.C)
Pr=0.6965;// Prandlt number
Ts=120;// degree C
Ta=40;// degree C
v=2.107*10^(-5);//m^2/s kinematic viscosity
Re=U*L/v;// Reynold's number
Nu=0.664*(Re^0.5)*Pr^(1/3);
Nu
h=k*Nu/L;
disp("W/(m^2.C)",h," convective heat transfer coefficient, h =")
Q=h*(L*1)*(Ts-Ta);
disp("W",Q,"Rate of heat transfer =")
|
baee042315930428821c68f40ab6b55418c45c95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH39/EX39.24/Example39_24.sce | 089658642fa8c79d1ac01e353ab45e02c622e3ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,077 | sce | Example39_24.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART IV : UTILIZATION AND TRACTION
// CHAPTER 1: INDUSTRIAL APPLICATIONS OF ELECTRIC MOTORS
// EXAMPLE : 1.24 :
// Page number 706
clear ; clc ; close ; // Clear the work space and console
// Given data
theta_f1 = 40.0 // Temperature rise(°C)
T = 100.0 // Heating time constant(min)
rated_2 = 2.0 // Motor at twice the continuously rating
// Calculations
loss_cu = 2.0**2 // Copper loss at twice full load in terms of W
loss_total = loss_cu+1 // Total losses at full load in terms of W
theta_f2 = theta_f1*loss_total/rated_2 // θ_f2(°C)
t = log(1-(theta_f1/theta_f2))*(-T) // Time for which motor can run at twice the continuously rated output without overheating(min)
// Results
disp("PART IV - EXAMPLE : 1.24 : SOLUTION :-")
printf("\nMotor can run at twice the continuously rated output without overheating for time, t = %.f min", t)
|
776ab052564330f9f546ad7aca1541d92cef83cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3812/CH8/EX8.1.b/8_1_b.sce | c11e46f23fe3f26be714550e750cc80a8506547a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | 8_1_b.sce | //determine the nyquist rate
//8.1(b)
clc;
clear all;
//x(t)=sin2(200*pi*t)
//x(t)=0.5-0.5cos(400*pi*t)
wp=400;
F1=wp/2;
Fs=2*F1;
disp('Nyquist Rate=');
disp(Fs);
|
01b7315a73d156f21c22183747e3d43d1bbe4721 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3532/CH3/EX3.3.2/Ex3_2.sce | b009c42d48f86de2ad9bb9b1935c29ce772cb864 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 856 | sce | Ex3_2.sce | clc
clear
mprintf('Mechanical vibrations by G.K.Grover\n Example 3.3.2\n')
//given data
m=10 //mass of solid in Kg
Kr=3000 //stiffness of natural rubber in N/m
Kf=12000 //stiffness of felt in N/m
Cr=100 //damping coefficient of natural rubber in N-sec/m
Cf=330 //damping coefficient of felt in N-sec/m
//calculations
Ke=1/((1/Kf)+(1/Kr)) //equivalent stiffness in N/m
Ce=1/((1/Cf)+(1/Cr)) //equivalent damping coefficient N-sec/m
Wn=sqrt(Ke/m) // undamped natural freq in rad/sec
fn=Wn/(2*%pi) // undamped natural freq in Hz
zeta=Ce/(2*sqrt(Ke*m)) //damping factor
Wd=sqrt(1-zeta^2)*Wn //damped natural freuency in rad/sec(eqn 3.3.16)
fd=Wd/(2*%pi) // damped natural frequency in Hz
//output
mprintf(' The undamped natural frequency is %4.4f rad/sec or %4.4f Hz\n The damped natural freuency is %4.4f rad/sec or %4.4f Hz',Wn,fn,Wd,fd)
|
86a49e2e337073bd80093a41d8f28e33f7a4b551 | 7c4e0931bb85459599a2fde1bc9b9b0fdab7fb67 | /grayplot-cam.sce | 82ec7dbae3a9f49326aee2ca510045187a321a63 | [] | no_license | jendralhxr/directional_fft | 8182b731666d2cdd94ec244aea20160bc9e6f1ef | 37861c23da94c95a39b712983e34900a2231b154 | refs/heads/master | 2020-04-18T02:01:30.600285 | 2019-05-28T03:53:41 | 2019-05-28T03:53:41 | 167,143,446 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,093 | sce | grayplot-cam.sce | // run it this way:
// $ scilab-adv-cli -f grayplot-cam.sce -args cameradisplacementfile
clear;
exec('peak_detect.sci');
funcprot(0); // peaks() is redefined
args= sciargs();
temp=csvRead(args(5), ascii(9), 'double');
threshold_ratio= 32;
sample_window= 120; // FFT sample_window window
sample_time= 10; // s
freq_sampling= 240; // Hz
freq_max=30; // Hz
freq_elem= freq_max / freq_sampling * sample_window;
freqF=0:freq_sampling/sample_window:freq_sampling-0.0001;
freqS=0:freq_max/freq_elem:freq_max-0.0001;
// parsing lateral and vertical displacement
for marker= 1:9 do
displacement_x(:,marker)=temp(:,2*marker-1);
displacement_y(:,marker)=temp(:,2*marker);
end
step_size=30;
step_max=(size(displacement_y,1)-sample_window)/step_size;
time=0:sample_time/step_max:sample_time;
// plot frequency responses
for marker= 1:9 do
for step=0:step_max do
dfft_x=abs(fft(displacement_x(step*step_size+1:step*step_size+sample_window,marker)));
dfft_y=abs(fft(displacement_y(step*step_size+1:step*step_size+sample_window,marker)));
dfft_x(1)=0;
dfft_y(1)=0;
// extract largest lateral peak
[ fft_max_value_x(step+1) fft_max_index_x(step+1) ] = max(dfft_x);
if freqF(fft_max_index_x(step+1)) < freq_max then
fft_max_freq_x(marker,step+1)= freqF(fft_max_index_x(step+1));
else fft_max_freq_x(marker,step+1)= 0;
end
// extract largest vertical peak
[ fft_max_value_x(step+1) fft_max_index_y(step+1) ] = max(dfft_x);
if freqF(fft_max_index_y(step+1)) < freq_max then
fft_max_freq_y(marker,step+1)= freqF(fft_max_index_y(step+1));
else fft_max_freq_y(marker,step+1)= 0;
end
// extract frequency peaks
temp_peaks_x= peak_detect(dfft_x', max(dfft_x)/threshold_ratio);
temp_peaks_y= peak_detect(dfft_y', max(dfft_y)/threshold_ratio);
for order=1:size(temp_peaks_x,2) do
fft_peaks_freq_x(step+1,order)= freqF(temp_peaks_x(order));
end // order
for order=1:size(temp_peaks_y,2) do
fft_peaks_freq_y(step+1,order)= freqF(temp_peaks_y(order));
end // order
grayft_x(step+1,1:freq_elem)=dfft_x(1:freq_elem)';
grayft_y(step+1,1:freq_elem)=dfft_y(1:freq_elem)';
end // step
// lateral axis
xset("colormap",jetcolormap(64));
Sgrayplot(time,freqS,grayft_x);
xlabel("time (s)");
ylabel("freq (Hz)");
label=sprintf("marker%d lateral",marker-1);
title(label);
filename=sprintf("cam-x%d.png",marker-1);
xs2png(0,filename);
// vertical axis
xset("colormap",jetcolormap(64));
Sgrayplot(time,freqS,grayft_y);
xlabel("time (s)");
ylabel("freq (Hz)");
label=sprintf("marker%d vertical",marker-1);
title(label);
filename=sprintf("cam-y%d.png",marker-1);
xs2png(0,filename);
filename=sprintf("cam-freqx%d.csv",marker-1);
csvWrite(fft_peaks_freq_x, filename, ascii(9));
filename=sprintf("cam-freqy%d.csv",marker-1);
csvWrite(fft_peaks_freq_y, filename, ascii(9));
end // marker
filename=sprintf("cam-peakx.csv");
csvWrite(fft_max_freq_x', filename, ascii(9));
filename=sprintf("cam-peaky.csv");
csvWrite(fft_max_freq_y', filename, ascii(9));
exit
|
f2ff6a9fbf4c9f199a6224b223188da9d17c1a9e | 80335a5c9987651235ecbf483d9484e1e59683ae | /crawler/workspace/crawler/pywhois/pywhois/mangatrader.tst | 75f15004e6ac49134cbbab0bb548eeb4a31d0922 | [] | no_license | samuelbernardo/27_CertPine_2012 | b637d8561cbcd7ae17f266a6fdb74054a5863276 | e60cc2e9270e79d3fe2a1cffa7d65bdaafa6208b | refs/heads/master | 2016-09-09T17:44:32.184467 | 2012-12-15T00:53:26 | 2012-12-15T00:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,887 | tst | mangatrader.tst |
Whois Server Version 2.0
Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.
Domain Name: MANGATRADERS.COM
Registrar: GODADDY.COM, LLC
Whois Server: whois.godaddy.com
Referral URL: http://registrar.godaddy.com
Name Server: NS1.TITANSOLUTIONS.NET
Name Server: NS2.TITANSOLUTIONS.NET
Status: clientDeleteProhibited
Status: clientRenewProhibited
Status: clientTransferProhibited
Status: clientUpdateProhibited
Updated Date: 31-aug-2012
Creation Date: 13-sep-2005
Expiration Date: 13-sep-2017
>>> Last update of whois database: Tue, 27 Nov 2012 14:53:25 UTC <<<
NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.
TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.
The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.
|
d82bfe46c44099ae7c114975bf07a5b600f12c3e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/util/unix_g.sci | 6addaae5d243332aee3056ebdce353228b204fef | [
"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 | 1,244 | sci | unix_g.sci | function [rep,stat]=unix_g(cmd)
//unix_g - shell command execution
//%Syntax
//rep=unix_g(cmd)
//%Parameters
// cmd - a character string
// rep - a column vector of character strings
//%Description
// cmd instruction (sh syntax) is passed to shell, the standard output
// is redirected to scilab variable rep.
//%Examples
// unix_g("ls")
//%See also
// host unix_x unix_s
//!
// Copyright INRIA
[lhs,rhs]=argn(0)
if prod(size(cmd))<>1 then error(55,1),end
if getenv('WIN32','NO')=='OK' & getenv('COMPILER','NO')=='VC++' then
tmp=strsubst(TMPDIR,'/','\')+'\unix.out';
cmd1= cmd + ' > '+ tmp;
else
tmp=TMPDIR+'/unix.out';
cmd1='('+cmd+')>'+ tmp +' 2>'+TMPDIR+'/unix.err;';
end
stat=host(cmd1);
select stat
case 0 then
rep=read(tmp,-1,1,'(a)')
if size(rep,'*')==0 then rep=[],end
case -1 then // host failed
disp('host does not answer...')
rep=emptystr()
else
if getenv('WIN32','NO')=='OK' & getenv('COMPILER','NO')=='VC++' then
write(%io(2),'unix_g: shell error');
rep=emptystr()
else
msg=read(TMPDIR+'/unix.err',-1,1,'(a)')
disp(msg(1))
rep=emptystr()
end
end
if getenv('WIN32','NO')=='OK' & getenv('COMPILER','NO')=='VC++' then
host('del '+tmp);
else
host('rm -f '+tmp);
end
|
8835c29a1bebfacb11627fe6ea42f1e223392e61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH7/EX7.14/ex7_14.sci | 68e11e2b23297fff48afd4e08df98e7e69ec957d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sci | ex7_14.sci | //Programming Example 7.14
//factorial of an integer using recursion
function[] = main()
//read in the integer quantity
printf("n = ");
n=scanf("%d");
//calculate and display the factorial
printf("n! = %d\n", Factorial(n));
endfunction
function[f] = Factorial(n)
if (n <= 1) then
return (1);
else
f = n*factorial(n-1);
return f;
end
endfunction
//calling main()
main(); |
fe171e3291e96db862d5105bf9b92bff76b93462 | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH15/EX15.04/15_04.sce | 48523113eb5385885bae872ffdaa101bd49b138b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,297 | sce | 15_04.sce | //Problem 15.04:
//initializing the variables:
A = 10;
B = 100000;
//calculation:
// Since there are two contributing factors to the cost model, one may write the \n following equation for the profit, P
//P = A(t - tc) - B/(TH - t);
TH = 500
tc = 100
//For breakeven operation, set P = 0 so that
//(t - tc)*(TH - t) = B/A
//This may be rewritten as
//t^2 - (TH + tc)*t + [(B/A) + TH*tc] = 0
//The solution to this quadratic equation for A and B, is
t1 = (TH+tc)/2 + ([(TH+tc)^2 - 4*1*(B/A + TH*tc)]^0.5)/2
t2 = (TH+tc)/2 - ([(TH+tc)^2 - 4*1*(B/A + TH*tc)]^0.5)/2
//To maximize the profit, take the first deriative of P with respect to t and set it equal to zero, i.e.,
//dP/dt = A - B/(TH - t)^2 = 0
//Solving,
//(TH - t)^2 = B/A
t = TH - (B/A)^0.5
//Upon analyzing the first derivative with t values greater than and less than 400 degF, one observes\n that the derivative changes sign from + ---> - at about t = 400, indicating a relative maximum.
//Similarly, for A = 10, B = 4000,
//tBE = 499 degF, 101 degF
//tmax = 480 degF
//For A = 10, B = 400,000,
//tBE = 300 degF
//tmax = 300 degF
//Graphical results for the three scenarios is shown in Fig. 15.2.
printf("\n\nResult\n\n")
printf("\n Graphical results for the three scenarios is shown in Fig 15.2")
|
f1e2cb499662241af263f7ddda70f37b1633e9ff | 397456b742a46d88c251aa168bfe794903987f93 | /Moth-Flame Optimization Algorithm/standard/scilab/moth-flame-o.sce | 20bd546d2beab3af2e0f4ea43a9a834dc497a8e3 | [] | no_license | JonesCG/PROJECT-NIOA | b5dcc7820d818369a4115fbb34b0f7ba02d7a129 | 7e6a3aa9a5deda6aa4eec9f4d523556844593c8b | refs/heads/master | 2022-08-16T14:06:54.967718 | 2020-05-18T08:17:47 | 2020-05-18T08:17:47 | 264,872,793 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,477 | sce | moth-flame-o.sce |
clear
clc
exec('objective.sce');
disp("RUNNING...")
rand('seed',getdate('s'))
POPSIZE = 50
DIM = 2
UPPER = 100
LOWER = -100
MAXITER = 50
b=1
MOTH = rand(POPSIZE,DIM).*(UPPER-LOWER)+LOWER
FIT = F1(MOTH)
[BESTFIT IND] = min(FIT)
GBESTPOS = MOTH(IND,:)
GBESTFIT = BESTFIT
// SORT MOTH BASED ON FITNESS AND STORE SORTED MOTH TO FLAME
[FLAMEFIT SORTIND] = gsort(FIT,'lr','i')
FLAME = MOTH(SORTIND,:,:)
PREVPOP = MOTH
PREVFIT = FIT
xtitle("INITIALIZATION")
square(LOWER,LOWER,UPPER,UPPER)
plot(MOTH(:,1),MOTH(:,2),'b.')
plot(GBESTPOS(:,1),GBESTPOS(:,2),'g.')
xs2png(gcf(),'gif/mfo/ITER0.png')
clf()
for ITER=1:MAXITER
// VALUE OF a, decreases linearly from -1 to -2
a = -1 + (ITER-1)*((-2-(-1))/MAXITER)
// UPDATE FLAMENUMBER
FLAMENUM = round(POPSIZE - ITER*((POPSIZE-1)/MAXITER))
t = grand(POPSIZE,DIM,"unf",a,1)
// CALCULATE DISTANCE OF THE ith MOTH TO jth FLAME
DTF = abs(FLAME - MOTH)
E = exp(b.*t)
COSF = cos(t.*2*%pi)
// UPDATE MOTHS TOWARDS TO THEIR CORRESPONDING FLAMES
MOTH = DTF.*E.*COSF + FLAME
// PROGRAM ENTERS HERE IF THERE ARE MOTHS THAT DOES NOT BELONG TO THE TOP 1 TO FLAMENUM
if FLAMENUM < POPSIZE
// CALCULATE DISTANCE of the moth to the WORST FLAME
DTF = abs(repmat(FLAME(FLAMENUM,:),[(POPSIZE-FLAMENUM) 1]) - MOTH((FLAMENUM+1:POPSIZE),:))
E = exp(b.*t((FLAMENUM+1:POPSIZE),:))
COSF = cos(t((FLAMENUM+1:POPSIZE),:).*2.*%pi)
// UPDATE MOTHS TOWARDS THE WORST FLAME
MOTH((FLAMENUM+1:POPSIZE),:) = DTF.*E.*COSF + FLAME((FLAMENUM+1:POPSIZE),:)
end
MOTH = ammend(MOTH,UPPER,LOWER)
FIT = F1(MOTH)
// COMBINE PREVPOP WITH FLAME AND PREVFIT WITH FLAMEFIT
DOUBLEPOP = [PREVPOP;FLAME]
DOUBLEFIT = [PREVFIT;FLAMEFIT]
// SORT DOUBLEPOP ACCORDING TO FITNESS
[DFSORTED SORTIND] = gsort(DOUBLEFIT,'lr','i')
DPSORTED = DOUBLEPOP(SORTIND,:)
// UPDATE FLAMES
FLAMEFIT = DFSORTED(1:POPSIZE) // GET TOP 1 to POPSIZE
FLAME = DPSORTED(1:POPSIZE,:) // GET TOP 1 to POPSIZE
// UPDATE PREVIOUS POP
PREVPOP = MOTH
PREVFIT = FIT
if FLAMEFIT(1)<GBESTFIT
GBESTFIT = FLAMEFIT(1)
GBESTPOS = FLAME(1,:)
end
FITRUN(ITER) = GBESTFIT
//gcf().axes_size = [500 500]
xtitle("ITER "+string(ITER))
square(LOWER,LOWER,UPPER,UPPER)
plot(MOTH(:,1),MOTH(:,2),'b.')
plot(GBESTPOS(:,1),GBESTPOS(:,2),'g.')
xs2png(gcf(),'gif/mfo/ITER'+string(ITER)+'.png')
clf()
end
|
a810354bd2e4550864aca03f5129fd730be7df11 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/CS3G.prev.tst | 73fc91e3779f06545b71cca95dfc65feb5449530 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 941 | tst | CS3G.prev.tst | CandidateSelector expand width=4 base=5 exponent=3 left=4 right=0 fileName=data/prewrob3.sub.man
chain8 [[3,-3,0,3],[3,0,3,0],[-1,3,2,-3],[2,1,3,-1]] det=0 [71,-14,-70,-23] [186,3,-184,-59] [372,6,-368,-118] [744,12,-736,-236] [1488,24,-1472,-472] [2976,48,-2944,-944] [5952,96,-5888,-1888] [11904,192,-11776,-3776] [23808,384,-23552,-7552]
chain2 [[4,4,2,-3],[1,0,4,-4],[0,3,0,3],[0,-2,4,-3]] det=-66 [88,-21,-84,-43] [229,-76,-192,-165] [723,121,-723,-121]
chain2 [[-1,2,-4,2],[-2,-2,1,-4],[0,1,3,-3],[1,-2,-1,4]] det=32 [192,-34,-173,-123] [186,3,-184,-59] [438,-326,-372,128]
chain8 [[0,-3,-3,1],[-2,-3,-2,-2],[2,4,3,2],[1,3,3,0]] det=1 [196,45,-174,-133] [254,87,-216,-191] [196,45,-174,-133] [254,87,-216,-191] [196,45,-174,-133] [254,87,-216,-191] [196,45,-174,-133] [254,87,-216,-191] [196,45,-174,-133]
chain2 [[2,-1,2,-1],[-1,-3,-1,2],[-3,3,-4,2],[-3,0,-2,-2]] det=-21 [269,-66,-260,-117] [201,-45,-199,-53] [102,27,-48,-99]
|
03522aaf020c1a1c0ed60be052e2d38df4945217 | 449d555969bfd7befe906877abab098c6e63a0e8 | /650/CH1/EX1.1/1.sce | 8134be1f99c0f8f789dd3bfb0bbad012d5fc0352 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 167 | sce | 1.sce | clc
rho=924; //kg/m^3
g=9.81; //m/s^2
H=2; //m
d=2; //depth in m
p=rho*g*H;
a=d*H;
F=p*a/2;
disp("Total force exerted over the wall =")
disp(F)
disp("N") |
1fdaab028e7b98a08d32d9740f925d4d042402df | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH5/EX5.7/Ex5_7.sce | 33510409d724e49d7d9f98a4d40f8146176d7b06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,485 | sce | Ex5_7.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 5.7\n\n\n");
// Chapter 5 : Properties Of Liquids And Gases
// Problem 5.7 (page no. 192)
// Solution
//Using Table 2 ans a quality of 80%(x=0.8),we have
//at 120 psia
x=0.8;
sf=0.49201; //saturated liquid entropy //Unit:Btu/lbm*R
sfg=1.0966; //Evap. Entropy //Unit:Btu/lbm*R
hf=312.67; //saturated liquid enthalpy //Unit:Btu/lbm
hfg=878.5; //Evap. Enthalpy //Unit:Btu/lbm
uf=312.27; //saturated liquid internal energy //Unit:Btu/lbm
ufg=796.0; //Unit:Btu/lbm //Evap. internal energy
vf=0.017886; //Saturated liquid specific volume //Unit:ft^3/lbm
vfg=(3.730-0.017886); //evap. specific volume //Unit:ft^3/lbm
sx=sf+(x*sfg); //entropy //Btu/lbm*R
printf("Entropy of a wet steam mixture at 120 psia is %f Btu/lbm*R\n",sx);
hx=hf+(x*hfg); //enthalpy //Btu/lbm*R
printf("Enthalpy of a wet steam mixture at 120 psia is %f Btu/lbm\n",hx);
ux=uf+(x*ufg); //internal energy //Btu/lbm*R
printf("Internal energy of a wet steam mixture at 120 psia is %f Btu/lbm\n",ux);
vx=vf+(x*vfg); ///specific volume //ft^3/lbm
printf("Specific Volume of a wet steam mixture at 120 psia is %f ft^3/lbm\n",vx);
//As a check,
J=778; //ft*lbf/Btu //Conversion factor
px=120; //psia //pressure
ux=hx-((px*vx*144)/J); //1 ft^2=144 in^2 //internal energy
printf("As a check,\n")
printf("Internal energy of a wet steam mixture at 120 psia is %f Btu/lbm\n",ux);
printf("Which agrees with the values obtained above");
|
46de6d915cd9ed1520094bf4bc908c85c0a233a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2132/CH4/EX4.5/Example4_5.sce | 4a089d38fb64852dc5d53f40b8ce32ad136a5b08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | sce | Example4_5.sce | //Example 4.5
clc;
clear;
close;
format('v',8);
//Given data :
S1=1.2;//sp. gravity
S2=13.6;//sp. gravity
w=1000;//kg/m^3
h2=50/1000;//m
h1=200/1000;//m
pa=w*(S2*h1-S1*h2);//kg/m^2
disp(pa,"Pressure in the pipe in kg/m^2: ");
disp(pa*9.81,"Pressure in the pipe in Pa: ");
|
47c76a44fbea03769cad83f2b0b358ffeed6d542 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Physics_K._Rajagopal_2840.zip/Engineering_Physics_K._Rajagopal_2840/CH10/EX10.4/Ex10_4.sce | 979c45371bf1cfdb2a1e5f7987752fa4278b9131 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | Ex10_4.sce | errcatch(-1,"stop");mode(2);;
all;
Ef=5.51 //in eV
E=(3/5)*Ef;//The average energy of a free electron in silver at 0k
disp(+'eV',E,'The average energy of a free electron in silver at 0k =')
exit();
|
49d90a5ad6a12db8dca86e1edea92ae7c7efcd41 | 57af31f8edca423b6c1c37a40e7a3b18c9689d9e | /Test/testC.sce | 4d790d37453cb75273db9a569a1c87bd74b5a769 | [] | no_license | Nandish82/Scilab | 9531c3430f141fce5193fbb206aaf48c4a7bfa43 | 26bd720a86c88601f0c4b913f4e973027ab8bbf9 | refs/heads/master | 2021-01-23T15:42:37.495141 | 2015-04-14T21:30:04 | 2015-04-14T21:30:04 | 31,420,748 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,109 | sce | testC.sce | //Example 1 with a simple C code
f1=['#include <math.h>'
'void fooc(double c[],double a[],double *b,int *m,int *n)'
'{'
' int i;'
' for ( i =0 ; i < (*m)*(*n) ; i++) '
' c[i] = sin(a[i]) + *b; '
'}'];
mputl(f1,'fooc.c')
//creating the shared library (a gateway, a Makefile and a loader are
//generated.
ilib_for_link('fooc','fooc.c',[],"c")
// load the shared library
exec loader.sce
//using the new primitive
a=[1,2,3;4,5,6];b= %pi;
[m,n]=size(a);
// Inputs:
// a is in position 2 and double
// b 3 double
// n 4 integer
// m 5 integer
// Outputs:
// c is in position 1 and double with size [m,n]
c=call("fooc",a,2,"d",b,3,"d",m,4,"i",n,5,"i","out",[m,n],1,"d");
|
491ec3b2c9cbcf526e3b325c3ab542c79229976e | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/Moving_reference_frame.tst | d2d3384446c3b9001760bfbd178f64db6ac6343a | [
"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 | 916 | tst | Moving_reference_frame.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Moving Frame of Reference test </description>
<executable>IncNavierStokesSolver</executable>
<parameters>Moving_reference_frame.xml</parameters>
<files>
<file description="Session File">Moving_reference_frame.xml</file>
<file description="Session File">Moving_reference_frame.rst</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-5">5.04747</value>
<value variable="v" tolerance="1e-5">1.2054</value>
<value variable="p" tolerance="1e-5">1.78602</value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-5">1.99607</value>
<value variable="v" tolerance="1e-5">0.799828</value>
<value variable="p" tolerance="1e-5">0.960228</value>
</metric>
</metrics>
</test>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.