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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5451e6c918581b540100d3a5a331a845f899eeb5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH3/EX3.1/Ex3_1.sce | 60270fad8619d650a34ac567521a1f918228291e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | Ex3_1.sce | // Example 3.1
clear all;
clc;
// Given data
// 1 barn = 10^(-24) cm^2
sigma = 2.6*10^(-24); // Cross section of carbon-12 in cm^2
I = 5*10^8; // Intensity of neutron beam in neutrons/cm^2-sec
A = 0.1; // Cross sectional area of the b... |
2f3a733c2fe33264edf3cf6c5df4d5764e8b5435 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/AD16MYR/ATWM1_Working_Memory_MEG_AD16MYR_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | b1cddbf0fc33ac7c7b5bd662d774c2fa3730ef35 | [] | 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,596 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
4dfc5630f266a5330c7fd9e0e116adcf5277d995 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH9/EX9.6/ex9_6.sce | b2d8450b57fa0950a81852d0f77c4eafb9918461 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 903 | sce | ex9_6.sce | // Example 9.6
format('v',6)
clc;
clear;
close;
// given data
V_CC= 12;// in V
V_BE= 0.7;// in V
I_CQ= 5*10^-3;// in A
bita= 200;// unit less
// The emitter voltage,
V_E= 0.1*V_CC;// in V
// The emitter current,
I_E= I_CQ;// in A
// The emitter resistance,
R_E= V_E/I_E;// in Ω
// The collector resistanc... |
e36f79920ba5a5c56dc19a54fb1708545222c92f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH5/EX5.13/Ex5_13.sce | 29fc6d414df1d55c0f5cf232712fceb830935c7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex5_13.sce |
// Ex5_13
clc;
// Given:
w=8.52*10^-4;
flux=10^18;
// Solution:
A=w/(flux*24*3600);// in m^2
A1=A*10000/(10^-24);// in Barns
printf("The cros section area is = %f b", A1)
k=flux*A*6.022*10^23/197;
printf("\n \n The saturation activity possible is = %f dis s^-1 g^-1", k)
y=(0.5)^(0.3704);
activity=k*(1... |
3812abfbda37e6a136fa5578b6e12048bb58de44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /542/CH14/EX14.5/Example_14_5.sci | 1a24e37dcc1bea49ad0e447473b77660af2743f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,172 | sci | Example_14_5.sci | clear;
clc;
printf("\n Example 14.5");
//Properties of the ejector
e1 = 0.95; //nozzle efficiency
e2 = 0.80; //efficiency of momentum transfer
e3 = 0.90; //efficiency of compression
P1 = 650; //pressure of live stream
P2 = 101.3; //pressure of entrained steam
H1 = 2... |
0f45ac8d620f9a8d17e02722307a36e3b4767d8e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2471/CH2/EX2.2/Ex2_2.sce | 19147c661fb7eaa5891e7fbce550cdef9bf34727 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,078 | sce | Ex2_2.sce | clear ;
clc;
// Example 2.2
printf('Example 2.2\n\n');
printf('Page No. 45\n\n');
// given
C= 35000;// cost of boiler
C_grant=0;// Capital grant available from goverment
E= -(C-(C_grant*C));// Net expenditure
Fs= 15250;// Fuel Saving
r_i = 0.15;// interest
r_t = 0.55;// tax
a = [0 E Fs 0 E+Fs r_i*(E+Fs)... |
4e7c2d5a8935a1c5e39b0d00dd4a297535523408 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2420/CH9/EX9.10/9_10.sce | f019eddb052c0c0bfd30a234932c8b7c7523b3d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | 9_10.sce | clc
clear
//Initialization of variables
sr=2
//calculations
hr=sr^2
capr=sr
hpr=sr^3
//results
printf("head is %d times the original",hr)
printf("\n capacity is %d times the original",capr)
printf("\n power is %d times the original",hpr)
|
1433b72d3639ae1446b9a5e62af2c675aa89aae9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH7/EX7.3/Ex7_3.sce | d4f0d3334404dd5844ced5c5f524198c44b7de9e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | sce | Ex7_3.sce | //Ex 7.3 page 261
clc;
clear;
close;
N1=900;// rpm
Va1=198;// V
N2=500;// rpm
Vs=230;// V
Va2=Va1*N2/N1;// V
// 2*sqrt(2)*Vs*cos(alfa)/%pi=Va2
alfa=acos(Va2/(2*sqrt(2)*Vs)*%pi)*180/%pi;// degree
printf('\n triggering angle = %.1f degree',alfa)
|
f2228591df076cd69bf1395506d8dad0ea0a0a8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3788/CH4/EX4.2.1/Ex4_2_1.sce | 745fd4be23fe2361c86a792a6271e9e9c9919444 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 542 | sce | Ex4_2_1.sce |
//example 4.2.1
//Calculate the Flux Density and Power received
//Variables
clc
clear
D = 40000
gain = 17 //gain is in dB
Gt = 50
A = 10 //effective area of antenna
Pt = 10 //transmitted power
R = 4*(10)^7
//Calculation
F=(Pt*Gt)/(4*%... |
6879fe36034438fdab8f91d25fde97561dd1b269 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3432/CH7/EX7.2.b/Ex7_2.sce | 3cffa9bfa17467b3f026227c7f9bc4b1806fd609 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 962 | sce | Ex7_2.sce | //Example 7.2
//Cruise control system step response.
xdel(winsid())//close all graphics Windows
clear;
clc;
clc;
//------------------------------------------------------------------
//Cruise control system parameters
m=1000;
b=50;
u=500;
// Transfer function
s=%s; // or
s=poly(0,'s');
sys1=syslin('c'... |
690762dd41d2e5f5516644ca888b23a0290a44c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3765/CH4/EX4.7/Ex4_7.sce | 7f1ccab98942993c41d22ad2e5eb11e80c24f5a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,370 | sce | Ex4_7.sce | clc
// Example 4.7.py
// Consider a horizontal supersonic flow at Mach 2.8 with a static pressure and
// temperature of 1 atm and 519 R, respectively. This flow passes over a compr-
// ession corner with deflection angle of 16 degrees. The oblique shock generated
// at the corner propagates into the flow, and is incide... |
795897abba7cdc6197867302f6864a8b31f4453a | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3899/CH16/EX16.1/Ex16_1.sce | dfc0837807fc59f7a5f1776a585eb6dd81fd8920 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 318 | sce | Ex16_1.sce | //clear//
//Example 16,1 :Z transform
syms n z;
x1=(0.8)^(n)
X1=symsum(3*x1*(z^(-n)),n,0,%inf)
x2=(0.66)^(2*n)
X2=symsum(1*x2*(z^(-2*n)),n,0,%inf)
X = X1-X2
disp(X,"ans=")
//Result
// -1*(2^(-%inf-1)*z^(-%inf-1)-1)/(1/(2*z)-1)
//Equivalent to -1*-1/(0.66*z^-1 -1)
//The Region of Convergence is |z|>4/5
|
a8c0bfd2f3238d70df43c2fad45b383892d66e96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH1/EX1.11/1_11.sce | 863da9d76c79dda11b8f2836da53bde54ca1b840 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,509 | sce | 1_11.sce | clear;
clc;
// Illustration 1.11
// Page: 33
printf('Illustration 1.11 - Page:33 \n\n');
// Solution
//*****Data*****//
// ammonia-1 nitrogen-2 hydrogen-3
T = 300; // [K]
P = 1; // [bar]
y_1 = .40;
y_2 = .20;
y_3 = .40;
//*****//
// Lennard-Jones parameter for ammonia
sigma_1 = 2.9; // [Angst... |
a331a8a511d5a10eabd0080af33445a38e9203dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH3/EX3.a.14/Example_a_3_14.sce | d9d2e4a1ef0c08bd8a29fdf0f94bedf3fa885d5d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | Example_a_3_14.sce | //Example_a_3_14 page no:143
clc;
V=10;
R1=2;
R2=4;
R3=3;
I5=2.14*(4/12);
Rt=10/2.14
I2=10/4.67;//in A
I3=10/9.33;//in A
I2=1.07*(4/6);//in A
ratio=10/0.71;
disp(ratio,"the ration of voltage to current is");
disp("the ratio is same in both cases and the reciprocity theorem is verified");
|
9ba90dda45fb78d14015435e2bbd2a58a54dbef3 | 047d952507eb3b9d71fac69ec3332225f17f53ef | /main/out/main/testfiles/test30.tst | a1c9d93e81913ff1827f47109e519375b56cc905 | [] | no_license | patrick-nanys/project-laboratories-hw | 89ab8f366219f491e6feba5558bf41ef8205dda1 | ba57a9d5e4ca33a3cc1be3cdb4fe679fe0149f93 | refs/heads/master | 2022-08-09T14:14:31.220503 | 2020-05-18T11:20:03 | 2020-05-18T11:20:03 | 250,313,203 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 113 | tst | test30.tst | 5;e;0
5;-
p1;-;-;t;2;0;2,3
-;-;-;t;2;0;1
-;-;-;-;2;0;1,5
-;-;-;t;2;0;5
-;-;-;t;2;0;3,4
startGame
skipTurn
status
|
8d69bd780fa87ff59c44e6d2f6d2cb3df593fbb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH3/EX3.12/3_12.sce | 40245d6564f216e4b51de627d0c757616f3df16c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 483 | sce | 3_12.sce | //Problem 3.12:
//initializing the variables:
Pc = 45.4; // in atm
Tc = 343; // in deg R
T = 373; // in K
P = 10; // in atm
w = 0.007
//calculation:
//Redlich–Kwong equation in terms of a, b, and V.
//P = [RT/(V - b)] - a/[T^0.5 * V(V + b)]
T = T*1.8
//10 = [(0.73)(671)/(V - b)] - a/[671^0.5*V(V + b)]
a... |
a505f9b5cf4dc87439fb4baea627a40374e350b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH15/EX15.9/15_9.sci | 0183b3b6c181f6c7fe28fb89e1bbdf04fef5069c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 680 | sci | 15_9.sci | //The ac Motor Control//
//Example 15.9//
Vom1=sqrt(2)*41.5;//starting rms value of output voltage //
Vom2=sqrt(2)*166;//ending rms value of output voltage//
V=415;//operating voltage of cyclo converter//
A1=(acos(Vom1/(1.35*V)))*180/%pi;//firing angle starts from//
printf('firing angle starts from A1=%fdegrees',... |
d1b96d55ab66b66968b6b1da36eb0ec3ab3ab7eb | 717ddeb7e700373742c617a95e25a2376565112c | /3460/CH4/EX4.2/Ex4_2.sce | 12ee7ca0068b6e790d9bed570e4af0f008a0bd26 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 774 | sce | Ex4_2.sce | clc;
clear all;
//part-a
delta= 3.6 //KHz
fi=750 //Khz
//part-a
//when intelligrnce amplitude doubles, deviation doubles.
new_delta=2*delta //Khz
disp("Part A")
disp(new_delta,"when intelligrnce amplitude doubles, deviation doubles delta =");
//part-b
//frequency is reduced by two-thirds. but the deviati... |
0b9bfff329a9d29b189b3538c54808b099f03baa | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH1/EX1.14/Ex1_14.sce | 6cf77ec5b15f776af5189da8121940f4706252c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 453 | sce | Ex1_14.sce | //Chapter 1: Structure and Bonding
//Problem: 14
clc;
//Declaration of Constant
t_v = 1.3 * 10 ** 15 // Threshold freq. Pt, /sec
h = 6.626 * 10 ** -34 // Planck's constant, J.sec
// Solution
mprintf("The threshold frequency is the lowest frequency that photons may possess to produce th... |
ab1102a2eb3ac4ef2d54e938b50c11f3e4e7b3d3 | b24d354cfcd174c92760535d8b71e22ced005d81 | /DSP functions/zpklp2xn/zpklp2xn.sci | cb448158b53463336e2e6bd252f91f4becbb5950 | [] | no_license | shreniknambiar/FOSSEE-Signal-Processing-Toolbox | 57ad8e2a71d64f95c4ccfd131e00095cf2b9c6f8 | 143cf61eff31240870dc0c4f61e32818a4482365 | refs/heads/master | 2021-01-01T18:25:34.435606 | 2017-07-25T18:23:47 | 2017-07-25T18:23:47 | 98,334,322 | 0 | 0 | null | 2017-07-25T17:48:00 | 2017-07-25T17:47:59 | null | UTF-8 | Scilab | false | false | 6,478 | sci | zpklp2xn.sci | function [Z2, P2, K2, AllpassNum,AllpassDen]= zpklp2xn(Z, P ,K, Wo,Wt,varargin)
//Zero-pole-gain lowpass to M-band frequency transformation
//
//Calling Sequences
//
//[Z2,P2,K2,AllpassNum,AllpassDen] = zpklp2xn(Z,P,K,Wo,Wt) returns zeros, Z2, poles, P2, and gain factor, K2, of the target filter transformed from the re... |
972a4890c78a24360e7916145a2a325296055654 | 48b35d91574ad9ef85aefeb435059f8f75e3bebb | /DEVELOPMENT-LANGUAGES/uralic/sme.tst | e62c9034c1bce1f4d82becbf374b65a49b243063 | [] | no_license | ElliotMouchon/task0-data | b3e96eea08b3eba08d5a889f9b385cf00ff5701d | 0d24b945ac96e08aa5a2f0080fa4de465f91b40a | refs/heads/master | 2023-04-16T11:48:39.575176 | 2021-04-29T04:04:17 | 2021-04-29T04:04:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 283,121 | tst | sme.tst | vuoššat V;POT;PL;1
alumiidna N;GEN;SG
vuoššat V;COND;DU;1
boahtal N;IN+ALL;SG
alva N;NOM;PL
dutkat V;COND;DU;3;LGSPEC1
riggat V;COND;DU;3;LGSPEC1
heagga N;GEN;SG
bealjehit ADJ;NOM;PL
geaidi N;PRP;PL
gierdat V;IND;DU;1;PST
dábálaš ADJ;PRP;SG
abskissa N;NOM;PL
konvenšuvdna N;PRP;PL
amiidit V;IND;PL;1;PST
č... |
35ca666e96be8d26c889e9f881e17edfb7f110c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH4/EX4.10/exe_4_10.sce | bea4a911fd2f81a2b070616951c6f75a901a68c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | exe_4_10.sce | // Example 4.10: channel width to channel length ratio and drain resisitance
clc, clear
Id=100; // drain current in micro-ampere
kn=20; // in micro-ampere per volt^2
Vt=-1; // in volts
Vgs=0; // gate source voltage in volts
Vdd=5; // dc voltage in volts
Vd=1; // drain voltage in volts
wl=(2*Id/(kn*(Vgs-Vt)^2));... |
b5f702c1efb7068b65ae792fd4d0663150e19a65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH4/EX4.6.2/Example4_2.sce | 093d931900792aef8bc8aa7789bc7a8f4c467fe9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | Example4_2.sce | //Chapter-4,Example4_6_2,pg 4-7
wavelength=694.3*10^-9 //wavelength of He-Ne laser
h=6.63*10^-34 //Plancks constant
c=3*10^8 //velocity of light in air
k=1.38*10^-23 //Boltzmann constant
... |
d7e2f1ff0c86780802c7e73c9ce9ca3e9483462c | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH8/EX8.5/8_5.sce | db472ddd8ae1db156e27c21060c0b59c4e084908 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,189 | sce | 8_5.sce | clear;
clc;
printf("\t\t\tExample Number 8.5\n\n\n");
// shape-factor algebra for cylindrical reflactor
// Example 8.5 (page no.-397-398)
// solution
d = 0.6;// [m] diameter of long half-circular cylinder
L = 0.2;// [m] length of square rod
// we have given figure example 8-5(page no.-397) for solution of th... |
14052b0ecd00a776efae9cd8c005e4f9cbf9a226 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH10/EX10.3/exm10_3.sce | 62b21380b06fad65de42f8787bc2d9d7948c708d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | exm10_3.sce | // page no 325
// example no 10.3
// EXCHANGE OF DATA
clc;
printf('2050H--> 3FH \n \n');
printf('2051H--> 42H \n \n');
printf('DE--> 856FH \n');
printf('D--> 85H E--> 6FH \n \n');
printf('LHLD 2050H \n'); // loads the HL register pair with data on 2050H & 2051H.
printf('H--> 42H L--> 3FH \n \n');
pr... |
a39e318324bb3aee09f39d634658c1fa44d93370 | 71ad8ef6fba3006cf2e7d8d16a3e2451b2df7459 | /3rd_party/sip_pca_project.sci | 2ae289a1a6e55ebad5b74ffd61307881ba4697d3 | [] | no_license | carloscdias/aln_reconhecimento_faces | ec356608bba71e74bc7c275707fa03ec33522629 | 7e14c443b60fd513cc1e410c6632aaaa87c40679 | refs/heads/main | 2023-05-02T09:29:46.151745 | 2021-05-18T20:00:14 | 2021-05-18T20:00:14 | 364,701,815 | 1 | 1 | null | 2021-05-18T20:00:15 | 2021-05-05T20:46:40 | Scilab | UTF-8 | Scilab | false | false | 214 | sci | sip_pca_project.sci | function [x_proj_pca, x_proj_orig] = sip_pca_project(x_test, data_db, mean_db)
x_proj_pca = data_db\(x_test-mean_db) // pca space
x_proj_orig = data_db*x_proj_pca + mean_db // original space
endfunction
|
03fa2fd6970a5c3363020216c6c330698e6fa655 | cc3bff70280a1ee19aaf881e852ab1d5a8a1014d | /Experiment No.8 - Generation of FSK modulation.sce | 5f568d048e568fa2bd55022fbdf124a16c9ad061 | [] | no_license | imdeepak27/Digital-Communication-Systems | 814380444ff466fdbd693318fdc25815abd85347 | e35a99437a63bb023e2d6468ecfb92633d6049e5 | refs/heads/master | 2022-06-18T01:07:37.718079 | 2020-05-13T04:26:12 | 2020-05-13T04:26:12 | 263,524,581 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 482 | sce | Experiment No.8 - Generation of FSK modulation.sce | clc;
clear all;
fc1=input("Enter Higher Frequency : ");
fc2=input("Enter Lower Frequency : ");
fp=input("Enter The Number Of Pulses : ");
t=0:0.001:1;
c1=sin(2*3.14*fc1*t);
c2=sin(2*3.14*fc2*t);
m=(squarewave(2*3.14*fp*t)+1)*0.5;
for i=0:1000;
if m(i+1)==0;
mm(i+1)=c2(i+1);
else
mm(... |
c84ad8d3841c64d081f31fe5e89bdd50315a1879 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH5/EX5.10/pe5_10.sce | 039e91510348bf4a0575059c3d5664c7083c653c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 377 | sce | pe5_10.sce | //example 5.10
clc; funcprot(0);
// Initialization of Variable
G=6.4;//A/V
I=5;//current
Pq=9.8;//W
Tj=140;
Ta=40;
//calculation
R=2/G;
disp(R,"resistance in ohm:")
printf('thus pick a .33ohm rsistance')
R=.33;
Im=I/3;
Vr=Im*R;
disp(Vr,"voltage in V:")
P=Vr*Im/4;
disp(P,"power in W:")
Qs=(Tj-Ta)/Pq-2.... |
357d5515ed325e1243f9749faeafa977354976f9 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/optim/fit_dat.sci | c4d37e3faeb47726a6e436c9e855a0b550c1bbf8 | [
"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 | 2,713 | sci | fit_dat.sci | function [p,err]=fit_dat(G,p0,Z,W,pmin,pmax,DG)
//
// [p,err]=fit_dat(G,p0,Z [,W] [,pmin,pmax] [,DG])
//
// Function used for fitting data to a model.
// For a given function G(p,z), this function finds the best vector
// of parameters p for approximating G(p,z_i)=0 for a set of measurement
// vectors ... |
9d810fae42b2044257f8609439611d9c1094ec4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH3/EX3.34/Chapter3_Example34.sce | 30799a5f7f6c8fbe004b6611b963dfc038265305 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 848 | sce | Chapter3_Example34.sce | //Chapter-3, Example 3.34, Page 117
//=============================================================================
clc
clear
//INPUT DATA
k=16;//Thermal conductivity of fin in W/m.K
L=0.1;//Length of fin in m
D=0.01;//Diameter of fin in m
h=5000;//Heat transfer coefficient in W/m^2.K
//CALCULATIONS
P=(3.... |
0256871bf34cbc505567148041eb2e2060179e19 | 62c8359401daebdfa7ec5155f5fa07be935998c5 | /server/files/test2.tst | 2c19cc65bf4cb9d64f23f7f617fc58d5d8668a9f | [] | no_license | hopzebordah/simple-ftp | 1437e3c0c4d4509848ea6fc4ac4b6207f470424d | 7506f28e522ac70540a8aecfa5321784b246e66e | refs/heads/master | 2020-08-17T14:05:42.657699 | 2019-10-28T17:45:10 | 2019-10-28T17:45:10 | 215,676,228 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 49 | tst | test2.tst | hahahahadshfak;ljsdfhk;lasf;klsajf;lsdkfj;alsdkfj |
a46785fc51635c1bb8060246ef901e8be925ec22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH12/EX12.7/Ex12_7.sce | 0831b89fd2959b0bc59a72473dacae8feef48710 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 207 | sce | Ex12_7.sce | clear
//Given
a=12
b=7
t=2
//Calculation
e=((a*t)+b)*10**-3
//Result
printf("\n (i) Magnitude of induced emf is %0.3f mV", e*10**3)
printf("\n (ii) The current induced in the coil will be anticlockwise")
|
b30325b72fa3a1af0abd88c7652decb1000e2e4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /494/CH3/EX3.10/3_10.sce | 3a4ba39399bc68c735751fff43dad45092df3540 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 611 | sce | 3_10.sce | //all the quantities are expressed in SI units
V1 =114.2; //velocity of airplane at 4km altitude
rho = 0.81935; //density of air at 4km altitude
q1 = 1/2*rho*(V1^2) //dynamic pressure experienced by the aircraft at 4km altitude
rho_sl = 1.23; //density of air at sea ... |
963744bf1998b7bc3578e1fae504ef27f8423309 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH5/EX5.16/Ex5_16.sce | 56fdff186afcaa318e09ad6d3ee62c56e55a76b8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 464 | sce | Ex5_16.sce | //pagenumber 296 example 16
clear
r1=2000;//ohm
r=900;//ohm
hie=1200;//ohm
hre=2*10^-4;
hfe=60;
hoe=25*10^-6;//ampere per volt
curgai=(hfe)/(1+hoe*r1);
disp("current gain = "+string((curgai)));
ri=hie+(curgai*r1);
disp("input impedance = "+string((ri))+"ohm");
volgai=curgai*r1/ri;
disp("voltage gai... |
e3c6a93eb346078cc2bb95e8d5068d1b46fdf0ed | 584105ff5b87869494a42f632079668e4c3f82de | /TestCases/calib3d/calibrationMatixValues/test2.sce | 3e16fb97bc37efdb21c0eb54c9fe5e8b61cda612 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 484 | sce | test2.sce | //Checking if error message pops up when camera matrix entered is 3x4 instead of 3x3
camera = [2 33 12 23
3 5 6 32
1 56 7 14];
width = 100;
height = 200;
apertureWidth = 1;
apertureHeight = 1;
[fovx fovy focal ppoint apectRatio ] = calibrationMatrixValues(camera,width,height,apertureWidth,apertureHeight);
//outp... |
64edd5968aa3865fcae108a0f624405ee64570d6 | 3cbdc2f272df05cfe8c6636d4504e9e3d2e4fe3f | /SciLab/laplacian.sce | b919333871f9aeeb06cae3cff994f1cb9b80c95f | [] | no_license | bozhink/Code-Chunks | 74355eb4c0d423c2f6484226e564030dff798678 | 860b7b8f53089ed96fd0ebead2e3eec16fa377cb | refs/heads/master | 2020-12-24T06:19:04.343239 | 2019-11-13T14:09:15 | 2019-11-13T14:09:15 | 42,819,484 | 0 | 1 | null | 2019-11-13T14:09:16 | 2015-09-20T16:09:09 | HTML | UTF-8 | Scilab | false | false | 2,037 | sce | laplacian.sce | i=-2.; e=1.; t=0.;
A20x20 = [ i e t t t t t t t t t t t t t t t t t t t t;
e i e t t t t t t t t t t t t t t t t t t t;
t e i e t t t t t t t t t t t t t t t t t t;
t t e i e t t t t t t t t t t t t t t t t t;
t t t e i e t t t t t t t t t t t t t t t t;
t t t t e ... |
87095586332fe5e9ceffccbb84dba4bcaef9d7fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH3/EX3.1/ex3_1.sce | 66101d53eaa0cccbe20c4e02bbc51e33c2192d7a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | ex3_1.sce | // Exa 3.1
format('v',5)
clc;
clear;
close;
// given data
Vin= 12;// in V
V_LED= 2;// in V
Rs= 470;// in Ω
Vs= Vin-V_LED;// in V
// The LED current
I= Vs/Rs;// in A
I= I*10^3;// in mA
disp(I,"The LED current in mA is : ")
|
115909dd9635e346e789943ad0a455a0a6cc5470 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH24/EX24.6/24Ex6.sce | cbb813b3477b83b2365cc67a3860e49a3d64fdc8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sce | 24Ex6.sce | //chapter 24 Ex 6
clc;
clear;
close;
excess=5/100; deficit=4/100;
Error=((1+excess)*(1-deficit))-1;
ErrorPercent=Error*100;
mprintf("The percentage error is %.1f percent",ErrorPercent);
|
60a324ebf0b423636c1496e9b093b34d556a1ade | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH24/EX24.5/Ex24_5.sce | 160df9d3130a83ddf67df488130a22de18e7470d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,811 | sce | Ex24_5.sce |
function[r,theta]=rect2pol(A)
x=real(A)
y=imag(A)
r=sqrt(x^2+y^2)
theta=atand(y/x)
endfunction
function[z]=pol2rect(r,theta)
x=r*cos(theta*%pi/180)
y=r*sin(theta*%pi/180)
z=x+y*%i
endfunction
function[r]=mag(A)
x=real(A)
y=imag(A)
r=sqrt(x^2+y^2)
endfunction
f=5... |
9e1230b6a65d0aac0f4ea90c03f8294a1ff0922d | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH2/EX2.11/2_11.sce | d4937c918a59938a65fb3663e5586ce69173bb31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | 2_11.sce | //converting voltage source to current source
I=240/3
//KCLs
A=[1/3+1/6,-1/6;-1/6,1/6+1/12+1/30]
V=inv(A)*[70;5]
Vx=V(1)
Vy=V(2)-60
V6=V(2)-V(1)
P6=V6*V6/6
disp(P6) |
89e4fcf62f8e53da91ec9ccf8f5ddbcb743138f9 | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/cmd/test/lookup.tst | 6bb8d47271f602356767af9af12a50d4269ad27f | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 1,222 | tst | lookup.tst | # Test lookup table
lkp = Pump.LookupTable()
# setup table
lkp.NumberSeries = 3
lkp.NumberTables = 1
lkp.TableType = P
lkp.SpecTagValue = 100.0 # specified table tag value
lkp.Extrapolate0 = 0 # do not extrapolate series 0
lkp.SeriesType0 = P
lkp.SeriesType1 = T
lkp.SeriesType2 = H
lkp.Table0.TagVa... |
adc58b81d91084c79f23709a9fd5d87ecbf7266e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH3/EX3.13/Ex3_13.sce | 14d732c4a322f72f5c9aaadc479dcdc71bf468c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | Ex3_13.sce | clear
//
//given
A=10**-1 //area
flux=0.1 //Wb
//case a
B=flux/A //flux density Wb/m**2
u1=4*3.14*10**-7
F=(B*B*A)/(2*u1) //force in N
printf("\n force= %0.5f N",F)
//case b
l=10**-2 //length of the air gap
w=(B*B*A*l*2)/(2*u1) //energy stored in two airgaps, 2=air gaps
printf("\n W= %0.5f J",w)
|
5e2640a21d9b8347aab321b10e3b5367f2942c2d | 6341d86b6e2b6f82a073d49238eec966922e0e5c | /60002190033_DHRUVIN DUNGRANI_SCILAB_6.sce | a6f7bb3e4d9ba9184f8573c3097d4312ba2b7d22 | [] | no_license | Dhruvin2801/60002190033_DHRUVIN-DUNGRANI_SS-EXPS | cbf69afc790659ef6579d6a7a90e4f687e5fd2a0 | 41ca58e8fc510b423afcb3b940f46f08b8b06a6c | refs/heads/main | 2023-01-24T16:18:47.396727 | 2020-11-25T17:24:56 | 2020-11-25T17:24:56 | 315,966,537 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | 60002190033_DHRUVIN DUNGRANI_SCILAB_6.sce | clc;
n=0:1:100;
fs=50;
T=1/fs;
t=n*T;
figure;
x1=cos(2*%pi*5*t);
plot2d3(n,x1);
figure;
x2=cos(2*%pi*45*t);
plot2d3(n,x2);
figure;
x3=cos(2*%pi*55*t);
plot2d3(n,x3);
x = input ( ' Enter the input sequence e := ' );
m = length (x);
n = 0 :1: m;
c1=mtlb_fliplr(x);
c=mtlb_fliplr(x(2:m));
x1=[c... |
724631ea1c6b8d2ec3a813ba69ed5b2e2b1ecdf2 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/FR48XHW/ATWM1_Working_Memory_MEG_FR48XHW_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | f92435d716060474af4fbeb5f4bc723e22609936 | [] | 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_monito... |
e1d79326b337b098d1db764f25039201bf5d5f9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1991/CH4/EX4.6/6.sce | 7a09946e6e81248f40b6d068d695b551156c8cb5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | 6.sce | clc
clear
//INPUT DATA
f=150 //frequency
v=320 //speed of sound
ul=11 //speed with which listener approaches
us=7 //speed of source
//calculation
fa=f*v/(v-us)//doppler effect
fa1=(v+ul)*f/(v)//doppler effect
fa2=(v+ul)*f/(v-us)//doppler effect
//output
printf("frequency when source moves at 7ms^-1 %3.3f H... |
f192381b03c3aa773171c0064efd5020a17159c5 | 60942a0ce55fe4c61fa78aebb849b3a352611edd | /firstorder/firstorder.sci | 09e71b8cbff2234ff0497d82b587bd65723041ec | [] | no_license | lalithDupathi/EIL-lab-IITB | 7a7d3232368546b5cbc5d3aa32bf5d74fbc91c98 | cac01a81a92e2d8444996a710325634a20b4b942 | refs/heads/master | 2022-08-22T23:42:48.202385 | 2017-10-17T16:27:26 | 2017-10-17T16:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 152 | sci | firstorder.sci | function y=firstorder(x)
s=%s;
sysG=syslin('c',1/(s+2));
t= 0:0.01:10;
ramp=t;
y=csim(ramp,t,sysG);
plot(t,y)
endfunction
|
38a8cddd4e21557ff2986a5c6063b02d6e08ec8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH11/EX11.7/Ex11_7.sce | dd10b730c4f19e739c3bd3fe9ef69c2d7542041e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 754 | sce | Ex11_7.sce | clc
Pop = 1
disp("Pop= "+string(Pop)+"W/cm^2")//initializing value of amount of optical power
hw=1.43
disp("hw = "+string(hw)+"eV") //initializing value of energy of incident optical beam (h-bar omega)
a = 700
disp("a= "+string(a)+"cm^-1")//initializing value of absorption coefficient(alpha)
W = 10^-3
disp("W=... |
a86cb3144c1f7e528ff0a9bd1a0c4fdfd8cd85c7 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Ripper-C/results/Ripper-C.flare-10-1tra/result2s0.tst | 925e10299f150dd7b5a37ae7b0e14292651a095a | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | tst | result2s0.tst | @relation flare
@attribute LargestSpotSize{A,R,S,X,K,H}
@attribute SpotDistribution{X,O,I,C}
@attribute Activity{1,2}
@attribute Evolution{1,2,3}
@attribute Prev24Hour{1,2,3}
@attribute HistComplex{1,2}
@attribute BecomeHist{1,2}
@attribute Area{1,2}
@attribute C-class{0,1,2,3,4,5,6,7,8}
@attribute M-class{0,1,2,3,4,5... |
f04d4011d8b352d62bdad975056ba60d11822d92 | b23687e2eb02bcb6d0f581b7975f42c496faeda1 | /QuadraticDistortion.sce | f522a758d1fac298902cfb8bc35d973ac9cd488a | [
"MIT"
] | permissive | harvishj/Scilab | bd3fbd3e679eb07aa088ff2bab40d491c6499770 | 9daada512f42ea6f52199a34d6b18e64b107af94 | refs/heads/master | 2021-07-14T15:06:03.621923 | 2020-10-05T06:35:43 | 2020-10-05T06:35:43 | 213,328,984 | 1 | 3 | MIT | 2020-10-05T06:35:44 | 2019-10-07T08:16:52 | Scilab | UTF-8 | Scilab | false | false | 445 | sce | QuadraticDistortion.sce | clear;
clf;
dt = 1/10000;
//Generating a sine wave and then passing it through a quadratic function
t = -0.01:dt:0.01;
x = sin(200.*(%pi).*t);
a = 3;
b = 5;
y = a.*x + b.*x.*x;
subplot(2,1,1);
plot(t,x);
xgrid(1);
xlabel("T", "fontsize", 3);
ylabel("X", "fontsize", 3);
title("Sine wave: x", "fontsize", 3);
subplot... |
3f623a59023b454c0260ae0458d66633e1ea977b | 83c637f6e07ae49bf677c16c3e78fe33055c6705 | /Demo/tests/Parabank Swagger.tst | fa49c6b7d83f48fd95b209f38cd0fddf3b1ad102 | [] | no_license | ExperitestOfficial/OmnichannelTesting | d3468d1a753a9122c1e4cfb49ee7ff40bfbaf677 | 114bc4cf45de93e2a03cdf6f2f56e0c380e132bd | refs/heads/master | 2020-03-23T10:33:28.617497 | 2018-09-13T18:29:56 | 2018-09-13T18:29:56 | 141,449,198 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,129,933 | tst | Parabank Swagger.tst | <?xml version="1.0" encoding="UTF-8"?>
<SOAtestProject xmlVersion="5" productVersion="9.10.6">
<TestSuite className="webtool.test.TestSuite" version="44.15.2">
<DebugAssets className="webtool.test.debug.DebugAssets" version="1">
</DebugAssets>
<ReportingSettings className="webtool.test.ReportingSettings" version... |
db838bc05a9a2130aec66e01b8074c9212996dfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2744/CH12/EX12.11/Ex12_11.sce | 0a9a635a5d32aa4631067b245484a0e55a0be60d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,047 | sce | Ex12_11.sce | clear;
clc;
D = 12;// inches
d = 6;// inches
HP = 2400;
RPM = 80;
M = 40;// ton-feet
P = 25;// tons
PR = 0.3;//poisson's ratio
A = 0.25*%pi*(D^2 - d^2);// in^2
Z = (%pi/32)*(D^4 - d^4)/D;// in^3
J = (%pi/16)*(D^4 - d^4)/D;// in^3
p_0 = P/A ;// ton/in^2
p_b = M*12/Z ;// tons/in^2
f_b = p_0 + p_b;//tons/in^... |
5553d102db9d68623288a0ad5401b020d6409070 | 2cec6f9a0388bc4824a9c3e4395b0d14020c611a | /laboratorios/2/lab2_.sci | b5bf20d3fc7f0fade203df91f50d116d543f03f7 | [
"Artistic-2.0"
] | permissive | nandotorterolo/calculoNumerico | f281be6a984d4c7824633627e2c73ae8af75750d | dbc1431748aaed145f4bc44956c64a5dcc795c34 | refs/heads/master | 2021-01-21T04:53:56.844334 | 2016-06-27T13:50:02 | 2016-06-27T13:50:02 | 53,941,141 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,430 | sci | lab2_.sci | // Laboratorio 2
// *****************************************
// * Universidad Católica del Uruguay
// * Cálculo Numérico 2016
// * Laboratorio 2
// * Eduardo Senturión - Federico González
// *****************************************
// Esta función se utiliza para saber quienes son los participantes del grupo
functi... |
bc7d2fb935df6b33ceffc1a441f113449843ba3b | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/percent/%s_q_sp.sci | 39b8fc9bdf0b6e941de67c930cea8ef8e2bb06e6 | [
"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 | 65 | sci | %s_q_sp.sci | function r=%s_q_sp(a,b)
//r=a.\b
// Copyright INRIA
r=a.\full(b)
|
163995e1fc58a73bfab39fa691d29128f41715ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /269/CH8/EX8.5/ex5.sce | 1245c5a750f1133f89c628ba8c950e6f9e1f97ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 289 | sce | ex5.sce | Syms t,s
disp('given')
disp('i(s)=2s+5/s+1*(s+2)')
f=(2*s+5)/((s+1)*(s+2))
[a]=pfss(2*s/(s^2+3*s+2))
g=a(1)+a(2)
x=s*f
y=limit(x,s,0)
disp('by final value theorem')
disp(y,"i(inf)=")
g=ilt(f,s,t)
disp(g,"time domain exp is")
h=limit(g,t,%inf)
disp(h)
disp('hence verified')
|
007e4738faae83940466923f3cf04e6b8673804d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2627/CH10/EX1.5/Ex_B_1_5.sce | e98cd2b5425c4080db5b4666917ff58706f8dd40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | sce | Ex_B_1_5.sce | //Part B Ex 1.5
clc;clear;close;
format('v',4);
Av=10;//voltage gain
Ri=1;//kohm
Ro=10;//ohm
Vs=2;//V(Sensor voltage)
Rs=100;//ohm(Sensor resistance)
RL=50;//ohm
Vi=Vs*Ri*1000/(Rs+Ri*1000);//V
Vo=Av*Vi*RL/(Ro+RL);//V
Po=Vo^2/RL;//W
disp(Po,"Output power(W)");
|
a4b3fbb1280ea1667279bc7debce9d77969efd1d | e82d1909ffc4f200b5f6d16cffb9868f3b695f2a | /Lista 10/Lista Baron/GradConj.sci | 592306d68954c8abc9118c4b8565c1dc069f6878 | [] | no_license | AugustoCam95/Computational-Linear-Algebra | eb14307dd3b45ccc79617efe74d1faca639c36c5 | 99b1a1f9499fbc4343bd5c878444e9e281952774 | refs/heads/master | 2020-03-30T22:26:23.790763 | 2018-10-05T03:34:06 | 2018-10-05T03:34:06 | 151,666,289 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 674 | sci | GradConj.sci | //Código referente a 1 Questão da lista 10
function [x,niter]=GradConj(A,b,e)
niter=0
//dimensão da matriz A
[l,c]=size(A)
//x inicia como vetor de zeros
x=zeros(l,1)
//r=b, pois A*x=0 dado x=(0,0,0)'
r=b-A*x
//p recebe o mesmo valor de r
p=r
//lambda é o produto i... |
7390490ac8ef3165af7a8e7b2d95d843999ca80e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2921/CH6/EX6.2/Ex6_2.sce | c4d4f29b4e75f31aad3e201f6e2bdc312dd7530e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sce | Ex6_2.sce | clc;
clear;
mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-6.2 Page No.121\n');
L=5; //[in] Length of engagement
E=30*10^6; //[lb/in^2] Modulus of elasticity
As=0.334; //[in^2] Tensile stress area (Table 6.1)
Sp=85000; //[lb/in^2] Proof strength ... |
6251d45c00ac1520f590b9c9599609de0c63b20f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1418/CH26/EX26.32/EX26_32.sce | 8ca6e238f9641e51b6ba39a632471ea3fd33fce7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 578 | sce | EX26_32.sce | //EXAMPLE 26.32
//LONG SHUNT DC COMPOUND GENERATOR
clc;
funcprot(0);
//Variable Initialisation
Po=110;........//Output power in Kilo Watts
V=220;........//Terminal voltage in Volts
Ra=0.01;........//Armature resistance in Ohms
Rse=0.002;.......//Series field resistance in Ohms
Rsh=110;..........//Shunt fie... |
8ef0e2d743088d86f2889febdc701cab070b5014 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1586/CH14/EX14.6/EXP14_6.sce | ced8c6a474696f60e62310f696d1205d74491719 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sce | EXP14_6.sce | clc;funcprot(0);//EXAMPLE 14.6
// Initialisation of Variables
%A=10;.......//Percentage of Alloy in Cu-Al alloy
%M=9.4;.......//Percentage of Martensite present in Cu-Al alloy
%Fe=15.6;......//Percentage of Ferrite present in Cu-Al alloy
//CALCULATIONS
%a=((%A-%M)/(%Fe-%M))*100;....//Percentage of Austenite f... |
d1a27b950aa1e325fce88c5640f078a5799a105c | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set8/s_Engineering_Economics_H._Agarwal_1208.zip/Engineering_Economics_H._Agarwal_1208/CH1/EX1.11/Exa11.sce | ffc1aff243362501e4699f1eed670ddf9e6f2ede | [] | 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 | 224 | sce | Exa11.sce | errcatch(-1,"stop");mode(2);//Exa11
;
;
//given data :
Vn=5000;//in Rs
r=10;//in % per annum
i=r/100;
n=5;//in years
//formula for present value Vo=Vn/(1+i)^n
Vo=Vn/(1+i)^n;
disp(Vo,"Present value is: ")
exit();
|
ff8018fa8daa061d009b3d6666791ca1fb6c036d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH7/EX7.11/Ex7_11.sce | 05b5535f47b69643dd6468280694be6179f067f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 495 | sce | Ex7_11.sce | //=========================================================================
//chapter 7 example 11
clc;
clear;
//input data
VGS = -3; //pinch off voltage in V
IDSS =10*10^-3; // current in A
Vp = -5.0; //pinch off voltage in V
//calcula... |
908c5ced3416a963b4a1e75a930323638eae40d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.33/Ch02Ex33.sce | 98b8df2c0d733fbb7e18d69c5c6065458bdffa16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 751 | sce | Ch02Ex33.sce | // Scilab Code Ex2.33: : Page-2.26 (2009)
clc; clear;
mu = 1.5; // Refractive index of glass
lambda = 5100e-008; // Wavelength of light used, cm
i = 30; // Angle of incidence, degrees
n = 1; // Order of interference fringes
// From Snell's law, mu = sind(i)/sind(r), solving for r
r = asind(sind(i)/mu)... |
2cc977c53b4eb92d6da0a9ca90955ed1a2ca8fa2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH2/EX2.9/25ex3.sce | 1f9b2d4b497b211627dd47ec8edf7bf333b17da0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 64 | sce | 25ex3.sce |
//x/y - a/b
clear;
clc;
close;
val=string('(bx-ay)/(by)')
|
4fdb992ce8c0491bebde39a82f78a258e9bbd7cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH9/EX9.8/Chapter9_Example8.sce | f1c78c48032f762eb9e26af223e0573881cf0bfd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 532 | sce | Chapter9_Example8.sce | clc
clear
//INPUT
y=1.4;//coefficent of expansion
t1=600;//intial temperature in K
dv=1/6;//ratio of intial to final volume
p=12*1.013*10^6;//pressure in dyne/sq.cm
v=1000;//intial voluume in cc
//CALCULATIONS
t2=t1*(dv)^(y-1);//final temperature in K
r=(p*v)/t1;//universal gas constant in ergs/kg.K
w=r*... |
70d6a24daea731bb54d364c470896e5376b0ac48 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_And_Electronics_Engineering_Materials_J._B._Gupta_1730.zip/Electrical_And_Electronics_Engineering_Materials_J._B._Gupta_1730/CH3/EX3.25/Exa3_25.sce | 15bbf4a836d229e352364fb8cf065b21bbc5c0a0 | [] | 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 | 314 | sce | Exa3_25.sce | errcatch(-1,"stop");mode(2);//Exa3.25
;
;
format('v',3)
// given data
I_0=.15;// in micro amp
I_0=I_0*10^-6;// in A
V=0.12;// in V
V_T=26;// in mV
V_T=V_T*10^-3;// in V
I=I_0*(%e^(V/V_T)-1);// in amp
I=I*10^6;// in micro amp
disp("Large reverse bias current is : "+string(I)+" micro amp");
exit();
|
dbefbbb19c4fd4a19f9d7fde65856cc2e04bb26b | 1988df91caa448a35bbf274a6d2698fe434571b1 | /tst/prolegomena/sec2.tst | 6b34b2d4e2c73ad90ed93bea521479b51341f17b | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 248 | tst | sec2.tst | declare indconst Socrates;
declare predconst Mortal Man 1;
declare indvar x;
assume (Man(Socrates) and (forall x. (Man(x) imp Mortal(x))));
taut forall x. (Man(x) imp Mortal(x)) by 1;
alle 2 Socrates;
taut Mortal(Socrates) by 1 3;
impi 1 imp 4;
|
2c4aad655573226d85e19fbd01567994ce4d2ac2 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1/macros/percent/%pfr.sci | 5293beb6a594588167078686af8e153bc6cf671f | [
"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 | 263 | sci | %pfr.sci | //<f]=%pfr(m,f)
// %pfr(m,f) retourne la concatenation d'une matrice de polynomes m et
//et d'une matrice de fractions rationnelles f
//Cette macro correspond a l'operation [m;f]
//!
[t,n1,d1]=f(1:3),
[p,q]=size(m),
f=list(t,[m;n1],[ones(p,q);d1],f(4)),
//end
|
3369302ed04763b7546546e71e622477196d0c74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH2/EX2.22/Chapter2_Example22.sce | cc6ebb31477a21d2d129065aac7de77b33805deb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,329 | sce | Chapter2_Example22.sce | //Chapter-2, Illustration 22, Page 81
//Title: Gas Power Cycles
//=============================================================================
clc
clear
//INPUT DATA
C1=280;//Velocity of aircraft in m/s
P1=48;//Pressure at point 1 kPa
T1=260;//Temperature at point 1 in K
rp=13;//Pressure ratio
T4=1300;//Te... |
3e9a36072e0545e7e03bcec0c797227028c360be | 68e53df229b123d7681a4f7fa4db43b4982d5362 | /bandwidth.sce | c03efe79c9fd6472653b31d752b25905a3d44c3d | [] | no_license | yeoleparesh/Control-system | 06c30e594d51fec7a8ffabc452a7866b38604a23 | dee7fbfd3c2c46cc1d4d0a3cb8af45d918da972b | refs/heads/master | 2021-01-17T12:38:05.661769 | 2019-01-03T12:03:53 | 2019-01-03T12:03:53 | 59,283,431 | 0 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | bandwidth.sce |
//Function:- bandwidth////////////////////////
//state-space SISO with default db drop=-3db
a1=ssrand(1,1,2);
y=bandwidth(a1);
///with given dbdrop
y1=bandwidth(a1,-2);
//tf model//
s=poly(0,'s');
sys=syslin('c',(s+2)/(s^4+3*s+12));
y2=bandwidth(sys);
//discrete time
sys=syslin(0.2,(s+2)/(s^4+3*s+12)... |
46cf992d2944a83093e9e38bae95cfae663e9219 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH2/EX2.28/2_28.sce | ada36900abfce0a3ca19bea9fa97c97bacd8d8fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 631 | sce | 2_28.sce |
clc;
clear;
//Example 2.28
//Calculate heat loss per sq m and temperature of outside surface
//Given
A=1 //assume [sq m]
x1=0.006 //[m]
x2=0.075 //[m]
x3=0.2 //[m]
k1=39 //[W/m.K]
k2=1.1 //[W/m.K]
k3=0.66 //[W/m.K]
h0=65 //W/sq m .K
T1=900 //K
T2=300 //K
sigma_R=(x1/(k1*A)+x2/(k2*A)+x3/(k3*A... |
ad8460618543501f6c4ef0521ce9bee50c2fc838 | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH7/EX7.4/7_4.sce | 7a632836268e4a984fc94664cd30071560f66255 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 451 | sce | 7_4.sce | //water chemistry//
//example 7.4//
N=0.08;//normality of MgSO4//
V1=12.5;//volume of MgSO4 in ml//
V2=100;//volume of water sample//
M=N/2;//molarity of MgSO4//
N1=(M*12.5)/1000;//no of moles of MgSO4 in 100 ml water//
N2=(N1*1000)/100;//no of moles of MgSO4 in one litre water//
W=100;//molecular weight of CaC... |
0161b8d4999533b0bf76e334942a0cd4e4020ce5 | 83cc38e86db979610d3b07de13a13b728154de65 | /Мобильная робототехника/lab2/Lab2-1.sce | fcf3f3d015c80b334ce794c73169c10434671219 | [] | no_license | Murad255/Sharaga_ | ffa412f0f5ae4dd4cc7f8bec2329e075026389fb | 3ba1ff62c0933b942e6fbbbb370e7e18ee49a682 | refs/heads/master | 2023-04-02T02:28:57.289478 | 2023-03-22T12:44:16 | 2023-03-22T12:44:16 | 178,941,358 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | Lab2-1.sce | clear; close(winsid())//xdel(winsid());
size_= 32;
map = zeros(size_,size_);
data = read('goo1.txt', size_*size_, 1);
for i = 1:size_
map(i,:) = data((i-1)*size_ +1:i*size_ )
end
// отображение
figure(1); clf;
hist3d(map);
|
7bfd66b17250e4dbb077e573397b5f71e4965dfa | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH11/EX11.11/11_11.sce | 3c4b83741e41b1af1dccccd4162b1a1eeb201071 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sce | 11_11.sce | clear; clc; close;
R = 5000;
Rp = 500;
a = ['*(V1-V2)'];
Vo = strcat([string((1+(2*R/Rp))),a]);
disp(Vo,'Output voltage ');
|
ffb14f189553621a81a70608768b5382f1c1d030 | 449d555969bfd7befe906877abab098c6e63a0e8 | /848/CH5/EX5.6/Example5_6.sce | 04c637cf96ef381ad7f686e0ba6cfc59ca014b77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 737 | sce | Example5_6.sce | //clear//
//Caption:Loss between single mode fibers due to angular misalignment
//Example5.6
//page212
clear;
clc;
close;
clear;
clc;
close;
V = 2.405; //normalized frequency
n1 =1.47; //core refractive index
n2 = 1.465; //cladding refractive index
a = (9/2)*10^-06; //core radii in meters
d = 1e-06; //lat... |
eab9b378483cdd0913b4712cac8977ef9799a8d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/CH4/EX4.8.3/4_8_3.sce | 790a31b2a0eb0f33b69d4d30672efb73a58b7ad6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,183 | sce | 4_8_3.sce | clc
pathname=get_absolute_file_path('4_8_3.sce')
filename=pathname+filesep()+'483.sci'
exec(filename)
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
disp(" 50% excess air")
nO2theoretical=basis*3.5
n0=nO2theoretical*(1+excess)/0.21
printf("... |
dc4f85f3f041a909014df63643b562ee445e0b18 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH16/EX16.2/Ex16_2.sce | 00ccfd7bbc5c18eb1eee2ab0390cc52658cd1ff9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 144 | sce | Ex16_2.sce | //Example 16.2 //
n=1.458;//Average refractive index of silica glass (SiO2)
thethac=asind(1/n)
mprintf("thethac = %f degree",thethac)
|
2063f76fec82ce7fb9fc2e02c3e09e505af3423c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH6/EX6.7/6_7.sce | ac8ec62d801901f7d1d41642e9f6b4e456e3dbcc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 326 | sce | 6_7.sce | //ques-6.7
//Calculating reduction potential for reduction of oxygen
clc
pH=7;
p=0.2;//partial pressure of O2 (in bar)
Es=1.229;//standard emf (in V)
H=10^(-pH);//concentration of hydrogen ion
n=2;//number of electrons
E=Es-(0.0592/n)*log10(1/(H^2*sqrt(p)));
printf("the reduction potential required is %.3f V."... |
c44f8cfb87217a9466aa18d3faaf17f5cc6d1990 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R4/contrib/toolkits/andrew/overhead/cmenu/tests/title1.tst | 941f057910c635f1bd6566a69edda3ff148af988 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 102 | tst | title1.tst | 0 1 0 Test
0 2 0 Second Pane
1 10 1 First
1 11 2 Second
1 20 3 Third Spaced
2 99 9 Last
2 10 4 1 on 2
|
b552dc58b4225f78c192124d9b44bb657c9b99b0 | 61129043aed87983b640a33b1c260316043fa570 | /ui/components.sci | 2aed9862834638e3010ffd36ee4b5c0d8c2c397d | [] | no_license | dgerod/gfx4scilab | 7643dbb42fcbea772af12017dccf484544da6f79 | 4aafc59f241a9383de65e4fb25eefef80660bf64 | refs/heads/master | 2021-01-19T03:35:08.368764 | 2017-04-08T06:05:33 | 2017-04-08T06:05:33 | 61,438,380 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,222 | sci | components.sci | // =============================================================================
// gfx4scilab - ui
// dgerod@xyz-lab.org.es
// =============================================================================
//------------------------------------------------------------------------------
// Collection
//---------... |
ce807c457ddfdb4cea9c675a64d0bef86260d9fa | efa427de3490f3bb884d8ac0a7d78829ec7990f9 | /sum-of-odd-numbers.sce | 9b11e619b3963bcc1ec4a5d59b3b754fd37d1a5e | [] | no_license | letyrobueno/Scilab | a47648473aa681556561d5cea20659d143e4f492 | 2f23623dccea89a3ab2db12ec1f615186f785aa4 | refs/heads/master | 2020-09-01T19:00:30.804237 | 2019-11-01T17:45:22 | 2019-11-01T17:45:22 | 219,031,973 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sce | sum-of-odd-numbers.sce | // Return the sum of the odd numbers between two given numbers
x = input("Give a number: ")
y = input("Give another number: ")
if x<y
amount = 0
for i=x:y
if modulo(i,2)~=0
amount = amount+i
end
end
printf('%g\n', amount)
else printf("x is not smaller than y!")
end
|
9c1708485cca569d2097f65d5a30a2ffcb16a3cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1436/CH5/EX5.3/ex5_3.sce | e1cd6e48c40f8b2fbf4691248a2a8007d0294d28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | ex5_3.sce | // Example 5.3, page no-310
clear
clc
Re=10^5
D=40*10^-3
v=10^-6
V1=Re*v/D
A1=(3.14*(40*10^-3)^2)/4
A2=(3.14*(20*10^-3)^2)/4
V2=V1*A1/A2
printf("V2=%.1f m/sec",V2)
|
26617f90de9ab0f28855e8489d32011182782efe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1946/CH2/EX2.20/Ex_2_20.sce | 81546bf410ef7586e24917933009afaca1d6c857 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 268 | sce | Ex_2_20.sce | // Example 2.20:Normaised Frequency
clc;
clear;
close;
n1=1.45;//Core Refractive Index
NA=0.16;//Numerical Aperture
a=30;// core radius in micro meters
h=0.1;//wavelngth in micro meters
v=(2*%pi*a*NA)/h;//Normalised wavelngth
disp(v,"normalised frequency ")
|
d0509f89ca578efd08949361ece2562995f55bc2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH4/EX4.23/Ex4_23.sce | c6d979052f7414d04ace0eb898d0e6677492f9b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,258 | sce | Ex4_23.sce |
//Variable declaration
gm = 1 //transconductance
rd = 40 //dynamic drain resistance(k ohms)
Cgs = 5 //gate to source capacitance(pF)
Cgd = 1 //gate to drain capacitance(pF)
Cds = 1 //drain to source capacitance(pF)
Avo1 = 20. ... |
530d3c9d6b080dd5ae76f2f7fb60e4e161b57802 | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH1/EX1.1.66/Ch1_1_66.sce | cce24b083f4c094bc43f35b8d1fc7863cc493a6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 206 | sce | Ch1_1_66.sce | clc
disp("Example 1.66")
printf("\n")
disp("Find the maximum recovery time")
//fall-time is
tf=0.5*10^-6
trrmax=tf/10
printf("The minimal fall-time for voltage pulses applied=\n%3.2e sec\n",trrmax)
|
dc2743732be3c6afb79a5ee579b26b967c77c89e | 1ddd29fc6bac8604940657aac7ff51c7824e6581 | /adele/systat.tst | 986a49320bf691c0e0275005a37a53276df761d1 | [] | no_license | TYMCOM-X/169269.tape | 1732669124b4a6d34531d4fc10ee09086ac82a03 | 42e2b007dfa8a52dfe5f6c08edb03a84f2026435 | refs/heads/master | 2023-03-20T19:20:02.668936 | 2021-03-12T02:12:13 | 2021-03-12T02:12:13 | 345,956,845 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 200 | tst | systat.tst | SYSTAT.CMD
SYSTAT.CHK
SSPRAM.MAC
DDBLOK.MAC
SYSCOM.MAC
UDBLOK.MAC
SSDISK.MAC
SSDSPL.MAC
SSLOW.MAC
SSIO.MAC
SSHELP.MAC
JOBSTT.MAC
SSCAN.MAC
HEADER.MAC
SYSTAT.MAC
SYSTAT.SHR
SYSTAT.LOW
|
71f8235188ee13a0a3433d4871eb15b4daf74478 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3411/CH2/EX2.4/Ex2_4.sce | 87d9987889fb8f7bfb0fecedce1329f10716041e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 659 | sce | Ex2_4.sce | //Example 2_4
clc();
clear;
//To examine two spectral lines are clearly resolved in first order and second order
n=425
tno=2*n
lamda1=5890 //units in armstrongs
lamda2=5896 //units in armstrongs
dlamda=lamda2-lamda1
//For first order
n=lamda1/dlamda
printf("As total no of lines required f... |
bf3b3d435130f160bd64bac8985dd3e0be20f45e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH29/EX29.9/Ex29_9.sce | b9629795bfd952426363ead7fdab601d2c96d696 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 186 | sce | Ex29_9.sce | clear
//Given
F=10**10 //Hz
D=8*10**3 //Hz
//Calculation
B=2/100.0*10**10
C=B/D
//Result
printf("\n No. of telephones channels are %0.3f 10**4",C*10**-4)
|
4718037fa38c08c172f2b8aa3babb0f383c1c03a | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH20/EX20.28/20_28.sce | 0bffdb1eb076997bfc4b9873daf215793f3617e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,095 | sce | 20_28.sce | //Problem 20.28: A current transformer has a single turn on the primary winding and a secondary winding of 60 turns. The secondary winding is connected to an ammeter with a resistance of 0.15 ohm. The resistance of the secondary winding is 0.25 ohm. If the current in the primary winding is 300 A, determine (a) the re... |
6ac0dc93c846c5c901293174c12262fcd56cfd48 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH2/EX2.69/ex_2_69.sce | 2376f90c7f24ecab775d003c7ab0cdc89e6f9581 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | ex_2_69.sce | // Example 2.69:parallel impedence
clc;
clear;
fr=445*10^3;//resonant frequency in hertz
BW=10*10^3;// hertz
Xl=1255;// inductive reactance in ohm
Qr=fr/BW;
R=Xl/Qr;
L=Xl/(2*%pi*fr);
C=1/(2*%pi*fr*Xl);
Zp=(L/(C*R))*10^-3;
disp(Qr,"value of quality factor is")
disp(R,"resisitance = (ohm)")
disp(L,"inductanc... |
5880aae01c876c19f80bc559a2c258019cc03e8d | 127061b879bebda7ce03f6910c80d0702ad1a713 | /bin/PIL_TO_int_trans.sci | e58a1cce7bc5d1d41f9d029a7bb93e440a0d61ad | [] | no_license | pipidog/PiLib-Scilab | 961df791bb59b9a16b3a32288f54316c6954f128 | 125ffa71b0752bfdcef922a0b898263e726db533 | refs/heads/master | 2021-01-18T20:30:43.364412 | 2017-08-17T00:58:50 | 2017-08-17T00:58:50 | 100,546,695 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,624 | sci | PIL_TO_int_trans.sci | // **** Purpose ****
// calculate a multipolar exchange matrix to different super basis
// **** Variables ****
// A_in: n1^2 x n2^2, real or complex
// <= The input exchange coupling matrix
// TO1_in: (n1 x n1 x n1^2, real or comple ) / (char: 's', 'c', 't')
// <= The input super basis of site 1
// TO2_in: (n2 x n2 x n... |
720a2b88c2b73a1aa1c8001e13ab2478b7b91510 | 1485852dd59aafc286600126cf832a32e10f117f | /tests/seamlessClone/test5.sce | 18fc81477d6c9cd9412f6814f0141de748959107 | [] | no_license | rg77/Scilab-Image-Processing-And-Computer-Vision-Toolbox | dec9fbbce32cfd1eab3c45ccb29c89aaa1384758 | 8adb116da3a9c29a32e5e0727105aff571e5b374 | refs/heads/master | 2020-12-02T16:14:45.282650 | 2017-07-07T10:12:04 | 2017-07-07T10:12:04 | 96,524,257 | 0 | 0 | null | 2017-07-07T09:43:50 | 2017-07-07T09:43:50 | null | UTF-8 | Scilab | false | false | 259 | sce | test5.sce | dst = imread("../images/color3.jpg");
mask = imread("../images/mask_cartoon.jpg");
src = imread("../images/cartoon.jpg");
output = seamlessClone(src,dst,mask,[2 3], 2 ); //error because src image does not fit into destination image completely
imshow(output);
|
bff64ce0004ae1cee005b7ae3884c2047d907dab | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/Create Network Game Screen.tst | 12423cefc25ab034038004cb7c0c1dd63d6f1049 | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,317 | tst | Create Network Game Screen.tst | ScreenName String 'Create Network Game Screen'
ImplName String 'NULL SCREEN'
ElementChunkArray Int 17
ScreenElementType Int 0
ImplName String 'Front End Screen Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 112, 800, 506 ) # left,top,right,bottom
ScreenElementType Int 1
ImplNam... |
66820f6bbc874d181f1e0f9d1feff2a5f2e78cc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH17/EX17.7/17_7.sce | 9e7e08e8ee8882d913e5509cd1630c693cc66ee0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 7,030 | sce | 17_7.sce | clear
clc
//Example 17.7
disp('Example 17.7')
//Note that for solving this example there are two ways
//One is to do this in xcos which is very easy to do
//and one can learn the same from example 17.5's solution
//To get the controller outputs at every point in xcos
//just add a scope to the leg connecting controlle... |
23f6bdd2e73a2e5ceee475ff4a24e1a5dbb32254 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH8/EX8.2/Ch08Ex02.sce | b66ee6ffc103643ddfcf65b7081982bbf054550a | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,142 | sce | Ch08Ex02.sce | // Scilab code Ex8.2: Pg.318 (2008)
clc; clear;
g_1 = 2; // Degeneracy of ground state
g_2 = 8; // Degeneracy of first excited state
E_1 = 0; // Energy of ground state, eV
E_2 = 10.2; // Energy of first excited state, eV
k = 8.617e-05; // Boltzmann constant, eV/K
// Part (a)
T = 300; // Temp... |
2c20b2ddc8a7ba6480b848d873b7ff1acf314929 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH7/EX7.19/ex7_19.sce | 584719d1f2f5e38f5643f603c9bf319010db3cc9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 673 | sce | ex7_19.sce | //Graph Theory : example 7.15 :(pg 7.34 & 7.35)
Q=[1 -1 0 0;0 -1 1 1];
printf("\nQ=");
disp(Q);
printf("\nThe KCL equation in matrix form is given by");
printf("\nQ.Yb.(Q^T).Vl=Q.Is-Q.Yb.Vs");
printf("\nQ.Yb.(Q^T).Vl=Q.Is");//Vs=0
Yb=diag([5,5,5,10]);
Is=[-10;0;0;0];
printf("\nYb=");
disp(Yb);
printf("\n(Q^T... |
cd855de906b65ab360e6805a6e8da1015f14349c | 499d051e2a4fa1bb1cc5ac86c4fe23ae88d60a6d | /scilab/iter_autmats.sci | 5a5807009931581ef3d309d5d936c3e3c9fe87f3 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gap-packages/automgrp | 27ef69cfb6a97093e708c4241abc2f002053359b | bae72980572af919f6498e13e88d71feb9175875 | refs/heads/master | 2022-10-11T13:52:38.771189 | 2022-09-23T07:10:33 | 2022-09-23T07:10:33 | 209,880,291 | 2 | 0 | MIT | 2022-01-27T00:21:10 | 2019-09-20T21:00:32 | GAP | UTF-8 | Scilab | false | false | 579 | sci | iter_autmats.sci | // iter_autmats
// iterates automata matrices, i.e. takes computed n x n matrices
// and returns 2n x 2n matrices
//
// mats - list of n x n matrices in the same order as they're given in rule
// rule - matrix defining automaton - m x 3 matrix - each row for each state;
//
function [new_mats] = iter_autmats(mats, auto... |
1ae556fd3cfd7022af3c6c6a53070887ce5428d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH2/EX2.5/ex5.sce | 4688e7a4c560ebd66576e900279f5d832478d732 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 497 | sce | ex5.sce | //example 5
//pressure inside vessel
clear
clc
dm=13590 //density of mercury in kg/m^3
H=0.24 //height difference between two columns in metres
g=9.80665 //acc. due to gravity in m/s^2
dP=dm*H*g //pressure difference in Pa
Patm=13590*0.750*9.80665 //Atmospheric Pressure in Pa
Pvessel=dP+Patm //Absolute Pressu... |
ec0ae05e892bb2899afc53bcf4c8d52754e6824d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3841/CH4/EX4.8/Ex4_8.sce | b3e100a6ceeb12806e129b6c86b564abd46d4a50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 186 | sce | Ex4_8.sce | clear
//given
//find out what is mass of an engine piston that wieghs
w=55.
//mass weight divide by 32.2
//because it convets to lb
M=w/32.2
printf("\n \n mass of an engine %.2f lb",M)
|
6f08d690ace6c3f2dd403842399b49091882e545 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH20/EX20.1/Ex20_1.sce | f7c1a52895b938f2c9ca179cac499e624aa944ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 997 | sce | Ex20_1.sce | // Ex20_1 Page:390 (2014)
clc;clear;
e = 1.6e-019; // Energy equivalent of 1 eV, J/eV
m = 1.67e-027; // Mass of a nucleon, kg
h = 6.626e-034; // Planck's constant, Js
E = 30; // Energy of alpha particle, MeV
r = 1.2e-015; // Nuclear constant, m
lambda_p = h/sqrt(2*m*E*1e+006*e); // de-Broglie w... |
35578534b51d7c403fdc46e9ee07949e4394db45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH4/EX4.21/Example4_21.sce | d77929fe9ccccf877415de1c731f348859e6894e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,085 | sce | Example4_21.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 4: DC Dynamo Torque Relations-DC Motors
// Example 4-21
clear; clc; close; // Clear the work space and console.
// Given data
S_int = 1603 ; // Internal rated speed in rpm (Ex.4-16)
S_ext = 1250 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.