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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
430af06aa276f7da23a17f345a93a159d6e9f915 | 9b046504c3b7683d3bfa294fe100408058e75aa3 | /Metodos/Clase8/scripts/9MetodoRungeKuttaOrden4.sce | 21811c58f4104b68f7ee723f57a208306749aacd | [] | no_license | DavidAlex99/Cursos | f15cb4f4fbb35a6eb62cbae0a9b51ea671f3ea8f | aee547ab09db7e535bea5a6d41ed6e455f8a9a89 | refs/heads/master | 2023-01-08T02:46:07.502656 | 2020-11-14T00:45:57 | 2020-11-14T00:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,626 | sce | 9MetodoRungeKuttaOrden4.sce | clc()
clear all
clf()
function result = solucionAnalitica(t)
result = (4/1.3)*(exp(0.8*t)-exp(-0.5*t))+2*exp(-0.5*t)
endfunction
function result= eqdiff(y,t)
result = 4*exp(0.8*t)-0.5*y
endfunction
function [result,points]=metodoRungeKuttaMedio(stepsize,y0, t0, tf, eqf)
points = t0:stepsize:tf
res... |
2d51fd67c4b2e2e27ae70f6ca9522b1cf5d3353e | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/spones.man.tst | 45696da939dff5f9d0498c42d4a440c47213a338 | [
"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 | 69 | tst | spones.man.tst | clear;lines(0);
A=sprand(10,12,0.1);
sp=spones(A)
B = A~=0
bool2s(B)
|
2901e780511824a505909ca6d2a0252147609ed8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /72/CH3/EX3.1.1/3_1_1.sce | 7896c0e7ea2ae3f8185e59a88d363848741eeb6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sce | 3_1_1.sce |
//chapter_no.-3, page_no.-84
//Example_no.3-1-1
clc;
//(a)Calculate_the_line_Characteristic_Impedance
R=2;
L=8*(10^-9);
C=.23*(10^-12);
f=1*(10^9);
G=.5*(10^-3);
w=2*%pi*f;
Z0=sqrt((R+(%i*w*L))/(G+(%i*w*C)));
x=real(Z0);
y=imag(Z0);
o=atand(y,x);
disp(o,'the_phase_of_Z0_is =');
M=abs(Z0);//magintue_of_Z0
disp(M... |
5ab16ced7f5717eb0d927c48fa3156014c400026 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /VALORANT Anti Peek Training.sce | d7c9da7190af14933b8c35e4f4eafccf48d31b55 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 53,790 | sce | VALORANT Anti Peek Training.sce | Name=VALORANT Anti Peek Training
PlayerCharacters=Dodgey
BotCharacters=Quaker Bot Easy.bot
IsChallenge=true
Timelimit=120.0
PlayerProfile=Dodgey
AddedBots=Quaker Bot Easy.bot;Quaker Bot Easy.bot;Quaker Bot Easy.bot;Quaker Bot Easy.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0
PlayerTeam=1
BotTeams=0;0;0;0
MapName... |
a0d893b536de46d1f47f24d6269f2ce0616b7029 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1733/CH2/EX2.17/2_17.sce | f00a696fade1bb41fb850d945f5eb43605eab017 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 125 | sce | 2_17.sce | //2.17
clc;
Vm=230*2^0.5;
alph=40;
Io=((2*Vm/%pi*cosd(alph))-50)/5;
printf("Average value of load current = %.2f A", Io) |
2056049f9f7d90d93ce56b082c09a05f08338778 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3293/CH8/EX8.1/Ex8_1.sce | c7248ff671ce75c3eb40be661e06e344e6b16add | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 220 | sce | Ex8_1.sce | //page 271
//Example 8.1
clc;
clear;
close;
n = round(rand() * 10 + 2);
a = round(rand(1,n) * 10)
b = round(rand(1,n) * 10)
disp(n,'n = ');
disp(a,'a = ');
disp(b,'b = ');
disp(a*b','Then, (a|b) = ');
//end
|
cce86554262e6620c6bf655bc4371b52bea8e585 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH6/EX6.14/14.sce | e2a6bae2f3c317a13e6fd8e20cc0c6af94fa946a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 502 | sce | 14.sce | clc
T1=673; //K
T2=473; //K
T0=303; //K
T1a=T2;
//dSa/dS=T1/T1a
// W=(T1-T0)*dS; Work done by the power cycle when there was no temperature difference between the vapour condensing and vapour evaporating
// Wa=(T1-T0)*dSa; Work done by the power cycle when the vapour condenses at 400°C and vapour evaporates ... |
559833b40c7461092096a9e7817c8e0dd1691637 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH6/EX6.6.1/ques6.sce | 04d6bc579518220e5810a83b74fc0866a049972c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sce | ques6.sce | //ques6
clc
disp('definite integral');
syms x a
n=input('Enter n :');
g=exp(a*x)*(sin(x))^n;
f=integ(g,x);
disp(f);
|
332d31688bcaedfaa149c5fc40fa81407e933ebe | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/BV6.prev.tst | 526edaa4a27c8acf09de624a2f790d0483ca3f96 | [
"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 | 957 | tst | BV6.prev.tst | [1,2] * [1,2,-5] = [1,4,-1,-10]
initial: [1,4,-1,-10] / [1,2], rem1=[1,4,-1,-10], div2=[1,2], lenq=3, len1=4, len2=2
step end: quot=[0,0,0]/qden=1, rem1=[1,4,-1,-10]/rden=1, div2=[1,2], bquot=-5, lenq=3, len1=4, len2=2
while end: quot=[0,0,-5]/1, rem1=[1,4,4]/1
step end: quot=[0,0,-5]/qden=1, rem1=[1,4,4]/rden=... |
af5e7b5bb4b9450870f58cc09dd76045155b56c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH6/EX6.7/Ch06Ex7.sce | b9ed0a66c214348b31b69bc5f0dcfdb7df4dfd98 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch06Ex7.sce | // Scilab Code Ex6.7: Page-372 (2011)
clc;clear;
phi = %pi/2; // Scattering angle, degrees
m0 = 9.1e-031;....// Rest mass of an electron, kg
h = 6.62e-034;....// Planck's constant, J-s
c = 3e+008;....// Speed of light in vacuum, m/s
E = 8.16e-014;....// Energy of gamma radiation, J
lambda = h*c/(E*1e-010); ... |
02fb0560623a08612d6d0a26d09cc1c33831b67a | 93640402789b9a9d07c82958f433765f1e2a8397 | /part 1/isZero.tst | ec08bafe8440757c47a954e0ee5099486be1eaae | [] | no_license | Slayingripper/Z80-CPU | 7a6b71f9e59850c3d4492a7f1867f4e81be278ba | 451873966cf071f8088407300629994a8d33f13c | refs/heads/master | 2020-05-04T02:42:27.419333 | 2019-04-01T19:27:22 | 2019-04-01T19:27:22 | 178,932,396 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | tst | isZero.tst | load isZero.hdl,
output-file isZero.out,
compare-to isZero.cmp,
output-list in%B1.8.1 zero%B3.1.3;
set in %B00000000,
eval,
output;
set in %B00000001,
eval,
output;
set in %B00000010,
eval,
output;
set in %B00000100,
eval,
output;
set in %B00001000,
eval,
output;
set in %B00010000,
eval,
output;
set in %B0010000... |
9d3f78b7454c60dda9374760b9e8649e69fe1cb1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH5/EX5.6/Ex5_6.sce | bc065f965c29d91c6ae73a498fcd577c615e7011 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 399 | sce | Ex5_6.sce | //Example 5.6//
x=0.75*10^-3;//m //meter //given
t=3.6*10^4;//s //seconds //time
a=0.95;//given
D=(x^2)/((a^2)*(t))
mprintf("D = %e m^2/s",D)
b=20*10^-6;//m^2/s //preexponential constant
c=142000;//J/mol //activation energy for defect motion
d=8.314;//J/(mol.K)//universal gas constant
e=c/d
//mprintf("\ne = ... |
7a342a0da7f48f8c218569ef93bdd51df60e0369 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH6/EX6.1/Chapter6_Example1.sce | 0e5a30cee4ea152e91a0474f819bab6693964d25 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 603 | sce | Chapter6_Example1.sce | //Chapter-6, Illustration 1, Page 308
//Title: Refrigeration cycles
//=============================================================================
clc
clear
//INPUT DATA
COP=8.5;//Co-efficient of performance
T1=300;//Room temperature in K
T2=267;//Refrigeration temperature in K
//CALCULATIONS
COPmax=T2/(... |
c2c4c4fba55e9477327682eb897c0b693c3b01bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH7/EX7.7/Ex7_7.sce | 8559c9eca17fa0401179e0f716c7b823c6b6b1ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,093 | sce | Ex7_7.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 7 : THREE-PHASE INDUCTION MOTOR
// Example : 7.7
clc;clear; // clears the console and command history
// Given data
V = 440 // supply voltage in V
P = 6 // number of poles
f =... |
55d9c8008dfba584ac3be058628ee59164a6b160 | 2e3738547c587b3ba2009194ebc2d6e213ee9a58 | /Brandam (2003) + Particle Swarm Optimization Scilab - Rendimento.sce | 34c6c29373380568ed3e98b13c524331c857d296 | [] | no_license | bruxeir0/bruxeir0-optimization-of-the-production-of-fermentable-sugars | e65a610e4764dc0613278e8fd4eb4046ebb72a6e | 1084929094d4c0c5fde4d2df9a83a7b84e8ab44e | refs/heads/main | 2023-06-27T05:48:38.456003 | 2021-08-03T19:09:03 | 2021-08-03T19:09:03 | 392,427,036 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,634 | sce | Brandam (2003) + Particle Swarm Optimization Scilab - Rendimento.sce | // código modelo de hidrolise enzimática de amido brandam et al (2003) anexado a otimização por enxame de partículas
clear
clc
tic()
format(10)
// valores dos parâmetros
// gelatinização, T < Tg
k_g1 = 5.7*10^31 // s^-1
E_g1 = 220.6 // kJ/mol
// gelatinização, T > Tg
k_g2 = 3.1*10^14 // s^... |
91f4c8f06d2f2ba4bf5f87d0a9a568d5ddf35167 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/util/%r_inv.sci | c4dcd9eccd69d418394be086be969cabf0aac326 | [
"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 | 50 | sci | %r_inv.sci | function x=%r_inv(a)
// Copyright INRIA
x=invr(a)
|
d1f3c334dbf2abd1c63eb3593a8249ac11c4d646 | 117dfe11397868e23e4177974ee4db6128616157 | /qpipopt/qpipopt_conMatrix2.sce | f5e31065de16bf8e5e08a7b793091a7a24efeb61 | [] | no_license | harpreetrathore/OR-toolbox-test-cases | 161ec31daa75c7bdfe68519e43975b9452d81d30 | ad6fd408ea41e74e56b31a5bc756639e521a20e3 | refs/heads/master | 2021-01-21T08:24:31.441859 | 2015-11-17T16:54:58 | 2015-11-17T16:54:58 | 45,449,825 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 763 | sce | qpipopt_conMatrix2.sce | //Find x in R^6 such that:
//Check for the size of constraints
conMatrix= [-1,1,0,3,1;
-1,0,-3,-4,5;
2,5,3,0,1
0,1,0,1,2;
-1,0,2,1,1];
conLB=[1;2;3;-%inf;-%inf];
conUB = [1;2;3;-1;2.5];
lb=[-1000;-10000; 0; -1000; -1000; -1000];
ub=[10000; 100; 1.5; 100; 100; 1000];
//and minimize 0.5*x'*Q*x + p'*x with
p=[1; 2; 3; 4; ... |
20e0e7371b8d4316df6081bc88fc88f6f2bf059f | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.1/Unix/scilab-2.1/macros/util/str2code.sci | bfaf484fa48a5ae574a08f2194e19582a959725f | [
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 984 | sci | str2code.sci | function c=str2code(str)
// str2code - return scilab integer codes associated with a character string
//!
if prod(size(str))<>1 then
error('Not implemented for vector of strings')
end
alpha=['0','1','2','3','4','5','6','7','8','9',..
'a','b','c','d','e','f','g','h','i','j',..
'k','l','m','n','o','p','q... |
d1da4989450b99eea731618f652d5167d0edae41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2795/CH7/EX7.7/Ex7_07.sce | ba0ff956971237d9e6c7f6c5a9a55ac86e218d00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 999 | sce | Ex7_07.sce | // Scilab Code Ex7.7: Page-255 (2014)
clc; clear;
e = 1.602e-019; // Charge on an electron, C
h = 6.62e-034; // Planck's constant, Js
h_bar = h/(2*%pi); // Reduced Planck's constant, Js
m = 9.11e-031; // Electron mass, kg
B = 2.00; // External magnetic field, T
m_l1 = 0; // Lower orbial magneti... |
462d88ffe3b1ac0a93585eeeed92e06a27d3528b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3682/CH7/EX7.5/Ex7_5.sce | 1697d26ae007596913bc6b3bc2c8d8eaa546b169 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,110 | sce | Ex7_5.sce | // Exa 7.5
clc;
clear;
// Given data
// A wide-band pass filter
fL=400; // Lower cutoff frequency(Hz)
fH=2000; // Higher cutoff frequency(Hz)
A0=4; // passband gain
// Solution
printf('Since, the pass band gain is 4. so each of LPF and HPF section may be designed to give gain of 2,\n that is Ao=1+ (R... |
8d959358403c695abc26bbe9d56eb148f5b8e55f | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH11/EX11.26/example_11_26.sce | 155a7d53479d398220a8074856dc6b1dbbcf2067 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 768 | sce | example_11_26.sce | s=poly(0,'s');
F=syslin('c',[80000/((2+s)*s*(s+50)*(s+200))]) //without k
fmin=0.1; //Min freq in Hz
fmax=20; //Max freq in Hz
scf(1);clf;
bode(F,fmin,fmax); //Plots frequency respon... |
3b2edf19b38b20ca50c903c23061ef9ef9554767 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/gauspuls.sci | ad853eeab4bd33201d3eb6cc7ea86832e173c365 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 830 | sci | gauspuls.sci | function [y]=gauspuls(t,fc,bw)
// Generates Gaussian-modulated sinusoidal pulses
// Calling Sequence
// [y]=gauspuls(t,fc,bw)
// [y]=gauspuls(t,fc)
// [y]=gauspuls(t)
// Parameters
// t: Real or complex valued vector or matrix
// fc: Real non negative number or complex number
// bw: Real positive number or complex num... |
5d2721065b009cee465db0cc7046f3871f63a2af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH16/EX16.1/Chapter16_example1.sce | 01a1347684cea19e5ce516dff85d38c82c811b21 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 468 | sce | Chapter16_example1.sce | clc
clear
//Input data
s=0.005//Delay in sec
d=30//Bore in cm
N=600//Speed in r.p.m
dx=[10,15,20]//Bore diameters in cm
//Calculations
t=(s/d)*dx//Time of delay in sec. In textbook, t(2) is given wrong as 0.00025 sec instead of 0.0025 sec
//Output
printf('The delay time for %i cm diameter bore is %3.5f se... |
8339fea7a2c7220ef50efaa12f1c60bca9f99077 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH34/EX34.1/Ex34_1.sce | 6b4d9db2fc37f1256f5769b6b3c42488d014fa58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | Ex34_1.sce | // Example 34_1
clc;funcprot(0);
//Given data
P=120000;// The cost of the water softner plant in rupees
S=(8/100)*P;// The salvage value of the plant in rupees
r=8/100;//Interest on sinking fund
n=12;//The life of the plant in years
RMLc=8000;//Repair,maintainence and labour costs
Cc=5000;// Chemical cost
//... |
ad9ded042acf1a083daa0cd1a203244a2e48f87e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH3/EX3.31/ex3_31.sce | fea47f91fc66817176c5543e13f72830b5fec234 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex3_31.sce | //Exam:3.31
clc;
clear;
close;
//Miller indices of plane
n=1;
h=1;
k=1;
l=1;
angle=30;//in degree
wavelength=2;//in angstrom
d=n*wavelength/(2*sind(angle));//interplanar spacing
a=d*(h^2+k^2+l^2)^(1/2);//interatomic spacing
disp(a,'interatomic spacing(in angstrom)='); |
eb99c33c6cdb5c5784c1648d8071087664b0bb30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2627/CH7/EX7.2/Ex7_2.sce | 2f15d7772d2eacdc96b38ea617c49fd7210b8aee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 745 | sce | Ex7_2.sce | //Ex 7.2
clc;clear;close;
format('v',5);
Zs=240;//no. of conductors in stator winding
Zr=48;//no. of conductors in rotor winding
Rr=0.013;//ohm/phase(resstance rotor windig)
XL=0.048;//ohm/phase(leakega reactance)
Vs=400;//V
//(a)
Eo=Vs*Zr/Zs;//V(rotor emf)
disp(Eo,"(a) Rotor emf(V)");
//(b)
S=4/100;//slip
... |
72187478cbe4f664e426d1e3ce49521f9d8f238e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH7/EX7.7/ex7_7.sce | d803ba808f20a1e90f203158eab24db88df65a42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | ex7_7.sce | // Exa 7.7
format('v',6);clc;clear;close;
// Given data
Cin = 35;// in pF
// (R1+Rin)/Rin = 10;
RinBYR1= 1/9;
//while balance equation with compensating capacitor
// R1*C1 = Rin*(C2+Cin);
C1= Cin*RinBYR1;//compansating capacitor in pF
disp(C1,"The compansating capacitor in pF is");
|
43f9c68be50b2f6e521c62d9a99a9ff1727b3650 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH10/EX10.04/10_04.sce | 18711398bc591712f909fc1e28228f5fdfee1741 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 846 | sce | 10_04.sce | //Problem 10.04: An ammeter has a f.s.d. of 100 mA and a resistance of 50 ohms. The ammeter is used to measure the current in a load of resistance 500 ohms when the supply voltage is 10 V. Calculate (a) the ammeter reading expected (neglecting its resistance), (b) the actual current in the circuit, (c) the power diss... |
4d87cde055a87fd2e58d0d9f3e78a8419511f168 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH2/EX2.03/2_03.sce | 91c2f52550b0a2cbd3b84573f34465785829dc37 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | 2_03.sce | //Problem 2.03: The current flowing through a resistor is 0.8 A when a p.d. of 20 V is applied. Determine the value of the resistance.
//initializing the variables:
I = 0.8; // in Ampere
V = 20; // in Volts
//calculation:
R = V/I
printf("\n\nResult\n\n")
printf("\nResistance(R): %.0f Ohms\n",R) |
11e2bce81327da00690e6a53f847a0776d6f9afb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH14/EX14.1/Ex14_1.sce | 404a8d8d4f010e0df466beba4e6ef427ac17913d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,602 | sce | Ex14_1.sce | clear;
clc;
disp(' Example 14.1');
// aim : To determine
// (a) the free air delivered
// (b) the volumetric efficiency
// (c) the air delivery temperature
// (d) the cycle power
// (e) the isothermal efficiency
// given values
d = 200*10^-3;// bore, [m]
L = 300*10^-3;// stroke, [m]
N = 500;// speed, [... |
3ed4bbff377f6a250ddd698c1ea9ab23614ed740 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_ap_bfa_mt_d/~BivLCM-SR-bfas_ap_bfa_mt_d-PLin-VLin.tst | 1a124ae7ef20bf26d521e22067856c269d880845 | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfas_ap_bfa_mt_d-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.254973D+00
... |
cf329725f0365c104b5c0cad4e5c2c5285a28aec | 449d555969bfd7befe906877abab098c6e63a0e8 | /83/CH9/EX9.6/example_9_6.sce | 2ab3fd629e9f219bd3731c6e19e6509b5be2c820 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,630 | sce | example_9_6.sce | //Chapter 9
//Example 9.6
//page 352
//To calculate short circuit solution using algorithm for short circuit studies
clear;clc;
Y11=1/(0.15*%i)+1/(0.15*%i)+1/(0.1*%i)+1/(0.2*%i);
Y12=-1/(0.2*%i);
Y21=Y12;
Y13=-1/(0.15*%i);
Y31=Y13;
Y14=-1/(0.1*%i);
Y41=Y14;
Y22=1/(0.15*%i)+1/(0.15*%i)+1/(0.1*%i)+1/(0.2*%i);
Y23=-1/(0.... |
646377fbca18f47a00cf8ca33cd37a3a6703ea07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH8/EX8.2/8_2.sce | 633dfb0eee360bc7c5666cf74cf2e9bfdcd43b2b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,160 | sce | 8_2.sce | clear
clc
//Example 8.2
disp('Example 8.2')
//Eqn 8-6
//Pump characteristics
q=0:0.1:240;
Phe=30*(q/200).^2;
plot2d(q,Phe,rect=[0,0,240,40]);
xgrid()
xtitle("Fig 8.13 Pump characteristics","q,gal/min","P,psi")
scf();
q=200;//Flow rate in gal/min
Phe=30*(q/200).^2;
Pv=40-Phe; //Eqn 8-8
//(a)
l=0.5;Pv=10;
Cv=q/l/sq... |
e7ca1fd79780ade72f52fe375c6b68ace1fb7374 | a617a2a0835b5800a12c9ff4126b81b96e78c59b | /Q-1-Resolucao.sce | d6e719b1f25a0fc1a86304087d929e9f605f81ef | [] | no_license | chagas-junior/scilab | d515e5399536081b12742a58879be3057c52f476 | e0ca4ed7b4f264a46d410a1b6d4b6830bb28ed4b | refs/heads/master | 2023-02-26T06:57:01.468742 | 2021-02-03T01:57:03 | 2021-02-03T01:57:03 | 335,104,373 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 106 | sce | Q-1-Resolucao.sce | angulo = input("Entre com um valor de ângulo em graus de 0° a 90°:");
seno = sind(angulo);
disp(seno);
|
fd0f1d8002d878fa1a2c5459c80a73ab64fcede8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH15/EX15.2/Example15_2.sce | afa11509dcd34f1c236094ca5754fa19c7e3a46c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 283 | sce | Example15_2.sce | //Given that
deltaP = 9.3*10^3 //in N/m^2
density_water = 998 //in kg/m^3
g = 9.8 //in m/s^2
//Sample Problem 15-2
printf("**Sample Problem 15-2**\n")
//deltaP = density_water*g*L
//therefore
L = deltaP/(density_water*g)
printf("The diver started at a depth of %fm", L) |
a5c1794eaa941ebab1bba8722efcef5cec7eee50 | d69d240db53a578e6b6b760893e99bd6c13a49a8 | /PR Regelungsrechnik - Versuch 2a/Scilab/auswertung_winkel.sce | 00cb2e76b995ad59ee2aad04820219bb8ad8400c | [] | no_license | unizeug/PR_Regelungsrechnik_-_Versuch_2a | 108c030a5827d89b741c31c9a977a541360c567d | 9439ea75680d347b935ea9f9602af80c88af1e0c | refs/heads/master | 2021-01-18T14:01:34.861516 | 2012-06-18T14:49:34 | 2012-06-18T14:49:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,577 | sce | auswertung_winkel.sce | // * * * * * * * * * * * * * * * * * * * * //
// -- Auswertung Winkelregelung -- //
// * * * * * * * * * * * * * * * * * * * * //
// Boris: cd "/Users/borishenckell/Documents/eclipse workspace/PR_Regelungsrtechnik_-_Versuch_2a/PR Regelungsrechnik - V... |
58e67cd67239ab0b4c975ce28c1eabdf78dd2476 | 449d555969bfd7befe906877abab098c6e63a0e8 | /199/CH2/EX2.2.a/Example_2_2_a.sce | 254b1584057f308d3d7c9ba6799b1f355123e563 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 290 | sce | Example_2_2_a.sce | //Chapter2
//Page.No-46, Figure.No-2.10
//Example_2_2_a
//Output voltage for inverting amplifier
//Given:
clear;clc;
vin=20*10^-3; // Input voltage in volts
A=200000; // Voltage gain
vo=-(A*vin); // Output voltage in volts
printf("\n Output voltage is vo = %.f V \n",vo) // Result |
34526b23e09a497d0fda2715808f5c268fcaac51 | 3c69471a466e1c00d2dfea3d50e28f85a2b33aa8 | /fsk.sci | 08788cb3c0abac3a1b28aa43545feec107e704d0 | [] | no_license | djouani/Scilab-code-for-Digital-Modulation | d5eb34e501b94138eebda1279b7534068282e5cc | 57ca21a4d4b5d0d7b854a750bf26ca830d86c144 | refs/heads/master | 2023-04-16T02:45:07.661773 | 2018-04-13T15:34:35 | 2018-04-13T15:34:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,330 | sci | fsk.sci | clear all
clc
f=input('Enter frequency in Hz:')
t=0:0.0001:1
x1=cos(2*%pi*f*t);
x2=cos(2*%pi*(2*f)*t)
message=[];
carrier1=[];
carrier2=[];
I=input('Enter binary data:')
for i=1:length(I)
if(I(i))==1
m_s=ones(1,length(t));
else
m_s=zeros(1,length(t));
end
message=[message... |
41f5b82ad941b5f7f566fb0102d612de7c65a649 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/PulseWaveSolver/Tests/TwoBifurcations.tst | 6120e7cf402cfde25237ceb298a88556a05021a1 | [
"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 | 697 | tst | TwoBifurcations.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Double Bifurcation, P=5</description>
<executable>PulseWaveSolver</executable>
<parameters>TwoBifurcations.xml</parameters>
<files>
<file description="Session File">TwoBifurcations.xml</file>
</files>
<metrics>
<metric ty... |
43a387d0aa3f6c7fba14ccf9bc2b2b2294d94ac2 | 777c9f3644d5ef48b2ed375024334d5a2f84209d | /Scilab/dayDateTime.sci | cdc972aafecbb0469e79a598180632a47806d8d3 | [] | no_license | codefinite-vri/GSCup-Codes | cf68f808abaac69755ece7205fb853046b79c6f8 | cf286b6b258b409f542bb5b79e63eb544e59dda2 | refs/heads/master | 2023-02-16T17:36:31.926718 | 2021-01-06T13:48:58 | 2021-01-06T13:48:58 | 327,323,565 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sci | dayDateTime.sci | function dayDateTime()
today = datenum();
[dayNumber,dayString] = weekday(today,'long');
mprintf("\nToday is %s, the %dth day of the week.\n", dayString, dayNumber);
mprintf("The date is: %s\n", date());
t = clock();
mprintf("The time is: %d:%d:%d\n",t(4), t(5), t(6));
endfunction
dayDateTime()
|
d44081e5eda36bfcc16f100e8b39ff689c433e57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1133/CH4/EX4.12/Example4_12.sce | 90b609b79516ea22f133692d0ebb414c971c38be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,210 | sce | Example4_12.sce | //example 4.12.
clc
disp("From the given information we can write,")
disp(" A = -16*10^6/j*omega and beta = 10^3/[2*10^3+j*omega]^2")
disp("To verify the Barkhausen condition means to verify whether |A*beta| = 1 at a frequency for which A*beta = 0 degree. Let us express, A*beta in its rectangluar form.")
disp... |
2f410275af4fd9271973dc1f9e31eeef6e6a282d | 717ddeb7e700373742c617a95e25a2376565112c | /779/CH13/EX13.8/13_8.sce | 03387cc21679f99a1f40733d5046d8ca28059967 | [] | 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 | 428 | sce | 13_8.sce | nc = 0.87; nt = 0.9; T1 = 311;
rp = 8; // P2/P1
P1 = 1; P2 = 8; P3 = 0.95*P2; P4 = 1;
g = 1.4; cv = 0.718; cp = 1.005; R = 0.287;
// With no cooling
T2s = T1*((P2/P1)^((g-1)/g));
T2 = T1 + (T2s-T1)/0.87;
T4s = T3*(P4/P3)^((g-1)/g);
n = (((T3-T4s)*nt)-((T2s-T1)/nc))/(T3-T2);
// With cooling
n_cycle = n-0.05;
... |
c00b3284c4d3dca3b4df9b09ced27bb5a931cf81 | e82d1909ffc4f200b5f6d16cffb9868f3b695f2a | /Lista 5/Questao3.sce | 6366279c75ebd739b7dc07011d8adc84cbbbfd26 | [] | 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 | 760 | sce | Questao3.sce |
function [Q, T]=Questao3(A)
//extrai dimensoes
[l,c] = size(A)
//tira o mínimo e armazena em p
p=min(l,c)
//inicia a matriz Q como identidade
Q=eye(l,l)
//
e = eye(l,l)
for k=1:p-1
//pega o vetor coluna de A
x=A(k:l,k)
//calcula... |
452d98f3e05b20c958fb1c1e18db945a034cb714 | f375e2a5a79ed4c7fbaacc306f7ce3fb5e7f1495 | /faults.tst | 07efb80b23e05a3914f2772a080af20887c32eb4 | [] | no_license | YuliyaNovik21/OneProject | aa9fc7f6d0d871f0e06b4b805c4c48eae3f98dca | 72c70edfebc7645c0808f315b20e6fb6693aa09b | refs/heads/master | 2020-07-13T23:29:00.239205 | 2019-08-30T07:18:03 | 2019-08-30T07:18:03 | 205,177,831 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 114 | tst | faults.tst | Undefined index: service
Неизвестный индекс под названием 'service' в массиве |
896359f8021b88e2c69dc88f8487dd9b938a82a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2863/CH4/EX4.7/ex4_7.sce | b899017ba3eb48935922c47b46d9b202a339cae7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex4_7.sce | //chapter 4
//broadside array
printf("\n");
n=4;
lamda=0.1
d=0.5
i=0.25
Rrad=73;
//part a
Prad=n*(i^2*Rrad);
printf("the radiated power is %gW",Prad);
//part b
L=n*d;
printf("\nthe length is %dm",L);
BWFN=2*lamda/L;
HPBW=BWFN/2;
printf("\nthe Beam width first null is %g radians",BWFN);
printf("\nthe ha... |
fe5d0addaf6e53d48fd60232af42f7182f5eaa14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /710/CH8/EX8.8/8_8.sci | 61e30fee0b1f3ef853d0a86ef9806e0caa814828 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 8_8.sci | clc();
clear;
// To determine e/m ratio
//e/m=(deltalambda*4*pi*c)/(B*(lambda)^2)
deltalambda=0.01*10^-9; //Zeeman shift
c=3*(10^8); //speed of light in vacuum in m/s
B=0.78; //magnetic field
lambda=550*(10^-9... |
47655d524717d9fb900eff1edc1860b2770f9b5d | 127ee10fcd1943555b704d8f463b99d8e29be7cd | /TestClientBarFiles/TESTNODE_qmgr_default.tst | e73d84ad36043ec4090c20492c4a934bc3ff3e5d | [] | no_license | sayaninja/IIB-Workshop-CurrencyRates | e1ed71693a02dc5847785d18dbc92e1c5a10c911 | f67ce11991bdf0f1e078b82f5ae0b07a632ab2a2 | refs/heads/master | 2021-09-05T01:25:16.262015 | 2018-01-23T11:15:24 | 2018-01-23T11:15:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | tst | TESTNODE_qmgr_default.tst | ***************************************************
* Run the following command to create the queues *
* runmqsc <queue manager name> <TESTNODE_qmgr_default.tst *
***************************************************
DEFINE QL('BACKEND1')
|
88e3b8184fc3793ce293bbe372adeee6f539f911 | 25033eda4e7cd13f945f94c5dc35f15825066b42 | /Inria/2 cohorts/Tfini/Trade Off/tradeoffPIP.sce | 353d272f8ae679ee132b1eee7f2573073d030916 | [] | no_license | julienguegan/Internships | a26cb9efa2f1715832511a7aa94d25bfc675388b | ad51d5845ed8fd41e29259c95e8beff80bac65cf | refs/heads/master | 2020-12-20T21:54:29.099157 | 2020-01-25T19:20:10 | 2020-01-25T19:20:10 | 236,217,889 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,792 | sce | tradeoffPIP.sce | clear
//T < +∞
exec('C:\Users\Julien Guégan\Documents\Cours\MAM4\STAGE\2 cohorts\Tfini\Fonctions 2 cohorts - T fini.sci',-1)
T = 40
t = 0:T
// CI
M01 = 400
M02 = 400
n1 = 100
n2 = 1
n = n1+n2
Mee = fsolve(0,eqnM)
τee = fsolve(0,list(lambda,Mee))
disp(" M** = "+string(Mee)+" , τ** = "+string(τee))
gagnants = [] /... |
9b1e85c5ec0d6999f1b4d21408538c0899530846 | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/sci_gateway/plsi/builder_gateway_plsi.sce | 626b86393febe1be36640a74d5089f2057b3217c | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 456 | sce | builder_gateway_plsi.sce | gateway_path = get_absolute_file_path("builder_gateway_plsi.sce");
cur_path = pwd();
chdir(gateway_path);
libname = 'openpr_plsi';
names = ['plsiread','int_readdata'; 'plsitrain','int_plsitrain'];
files = (listfiles(['*.cpp']))'
if ~MSDOS then
hfiles = (listfiles('*.h'))';
files = [hfiles, files];
end
tbx_build... |
4e24341888d5891ce6cf76230aaf39a4f8e466cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2321/CH10/EX10.10.2/EX10_10_2.sce | 0401fd99df6f6a18009c06f58e81ad8ec769780f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,024 | sce | EX10_10_2.sce | //Example No. 10.10.2
clc;
clear;
close;
format('v',7);
tau=0.895;//scale factor
sigma=0.166;//(spacing factor)
fU=30;//MHz(Upper frequency)
fL=10;//MHz(Lower frequency)
c=3*10^8;//m/s(Speed of light)
lambdaU=c/(fU*10^6);//m(Upper wavelength)
lambdaL=c/(fL*10^6);//m(Lower wavelength)
l1=lambdaU/2;//m(Length... |
bd3017b040b8678ab1ba9470bc8ee630bce22d11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2471/CH3/EX3.6/Ex3_6.sce | dfd29dc9460bb307a381822d4346931f5b425cff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 852 | sce | Ex3_6.sce | clear ;
clc;
// Example 3.6
printf('Example 3.6\n\n');
printf('Page No. 67\n\n');
// given
P = 9000;// Capital Cost in Pound
n = 5;// Project lifetime
Less_dep = 8000;// Less Depreciation
//For Project A
d1 = [4500 3750 3000 1500 750 ]// Saving in every year (before depreciation)
dT1 = sum (d1)
Net_S1 =... |
fa8accbb77ad5220c5d92d74dbc96173c87ac24a | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH10/EX10.4/example10_4.sce | 743e39d397fc8267e585a7013a1e546050dea209 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 350 | sce | example10_4.sce | //Chapter 10
//Example 10_4
//Page 236
clear;clc;
load_kw=15000;
pf=0.8;
r=1;
vr=132;
loss=0.05;
i=load_kw*1000/sqrt(3)/vr/1000/pf;
l_loss=loss*load_kw;
r=l_loss*1000/3/i^2;
l=r;
printf("Line current = %.0f A \n\n", i);
printf("Line losses = %.0f kW \n\n", l_loss);
printf("R = %.2f ohm \n\n", r);
printf("Length of ... |
1843a4603b804bc00c4080b0ad90f9b8fe36b8ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH1/EX1.33/Example1_33.sce | 39e8e534ab612fe1a961ebb33fb78358b3f1842f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sce | Example1_33.sce | clc
// Given That
rotation=13.2// in degree
conc=0.1// gram per cubic cm
l=2// length of tube in dm
//Sample Problem 33 Page No. 60
printf("\n # Problem 33 # \n ")
printf(" \n Standard formula used \n delta=pi*d*del_mu/lambda \n")
s= (rotation*(%pi/180))/ (l*conc)
specific_rotation=s*180/%pi
printf("Specifi... |
83982e62e213e8d624ed0d6daafd3a2b91694e8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH18/EX18.2/18_2.sce | f635e7a25264baabcaf930c298f664e53b10b77a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 665 | sce | 18_2.sce | P1 = 101.3e03; P4 = P1; // in Pa
P2 = 8*P1; P3 = P2;
T1 = 288; Vs = 2000;
V3 = 100; Vc = V3;
V1 = Vs + Vc ;
n = 1.25; R = 287;
V4 = ((P3/P4)^(1/n))*V3;
W = ((n*P1*(V1-V4)*1e-06)/(n-1))*(((P2/P1)^((n-1)/n))-1);
P = (W*800*0.001)/60 ;
disp("kW",P,"Indicated poer is")
disp("%",100*(V1-V4)/Vs,"Volumetric effici... |
f7c25d39b10f7be1eccf1e7b195c299011248ae9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3131/CH6/EX6.2/6_2.sce | eb970b62220bf0fad96923a42ca55b95cd6a9452 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 607 | sce | 6_2.sce | clear all; clc;
disp("Ex 6_2")
//Calculations
// At joint C:
//Applying summation of forces along all axes and equating them to zero
//We get two equations and we solve for each component
//Solving by matrix method to obtain solution
disp("At joint C:")
a1=30
a=a1*%pi/180
b1=45
b=b1*%pi/180
A=[-cos(a),sin(b);sin(a),... |
61aa120521b7294f98aef97d2a14d3b3719c3d40 | f78a758dc17a311b355e12366d1315f7a9c2b763 | /Ford/ES-XW7T-1A278-AC 2003/14.0 Immunity from Transient Disturbances CI 220 0.tst | 46628b5a4d25e6606e74f1eaf2155f18979dc2e7 | [] | no_license | CZPFOX/Standards | 9dbf036f7e3e5767c23872c884ae7da83e66f81c | af34157e6e447d1a2b39136b9f3734feb663d9bb | refs/heads/master | 2020-06-18T12:58:06.033918 | 2019-07-11T02:55:42 | 2019-07-11T02:55:42 | 196,309,147 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 671 | tst | 14.0 Immunity from Transient Disturbances CI 220 0.tst | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AutoTestC version="2.0.0">
<Pulse>CUSTOM WAVE</Pulse>
<Title>Pulse A1 Mode 1</Title>
<Organization>Ford</Organization>
<Standard>ES-XW7T-1A278-AC 2003</Standard>
<Item>14.0 Immunity from Transient Disturbances CI 220</Item>
<voltage>13</vo... |
a19c953137866e93df261fc677238674c12613db | 9adf1bc6de8cda036ee25fde7a658b3ca8cdf477 | /TABELLE/src/results/stratPG-C.magic/.svn/text-base/result2s0.tst.svn-base | a1f134c9fdc0bd209488d9ecb20fdc269da1d8a1 | [] | no_license | deepak0431/granada | fc9acf52590a1315805702af41d87760ef089545 | 077460440ded909242697d5f0fd1de8526c53ac6 | refs/heads/master | 2021-01-10T11:58:32.017549 | 2011-12-15T01:51:29 | 2011-12-15T01:51:29 | 51,353,969 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,922 | result2s0.tst.svn-base | @relation magic
@attribute a1 real [4.2835, 334.177]
@attribute a2 real [0.0, 256.382]
@attribute a3 real [1.9413, 5.3233]
@attribute a4 real [0.0131, 0.893]
@attribute a5 real [3.0E-4, 0.6752]
@attribute a6 real [-457.9161, 575.2407]
@attribute a7 real [-331.78, 238.321]
@attribute a8 real [-205.8947, 179.851]
@attr... | |
4cab3dc96acccde9e5b2241a6f39b818a61ab4f8 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/test2.sce | cbe8829672cd6c1abb94ef28a7a3e6e307fa8b47 | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,203 | sce | test2.sce | clear;close();getd(".");getd("./kNN");getd("./RLG");getd("./RLG/Geometry");getd("./Pruning_strategy")
//stance = [-2.3750e-1,-4.3146e-1,+1.9095e-2;-2.3750e-1,+4.3146e-1,+1.9097e-2;+2.3750e-1,-4.3146e-1,+1.9097e-2;+2.3750e-1,+4.3146e-1,+1.9095e-2];
stance = [-2.3750e-1,0,-4.3146e-1;-2.3750e-1,0,+4.3146e-1;+2.3750e-1,0,... |
ec5fa9e9a75f47646caf21618f65c79a252feb3b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH3/EX3.5/ex3_5.sce | 3a423c5576e3c4189581a2ec0fe9eccbec62311b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 849 | sce | ex3_5.sce | //Chapter-3, Example 3.5, Page 111
//=============================================================================
clc
clear
//INPUT DATA
L1=0.25;//self inductance of coil in henry(H)
N1=500;//no of turns of coil 1
N2=10500;//no of turns of coil 2
phi2=0.6*L1;//60 % of flux of first coil(m1) is linked with se... |
2170a1b2d09bf17d31c5dec7f3624d3f382c75e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/511.sci | 58583e66b7ef7d076565be1e4e00e290d87d00d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 62 | sci | 511.sci | wtperct=0.5
Dwater=0.998 //g/cm^3
Dsulfuric=1.834 //g/cm^3
|
6b7be69214ffb6133e9105d104506fccdca05a8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH14/EX14.5/example14_5.sce | bd40cb1651d1a80162fb2c7f7865fb2347b73121 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 442 | sce | example14_5.sce | clc
// Given that
E = 5e-19 // energy of photon in J
h = 6.62e-34 // Planck constant in J-sec
c = 3e8 // speed of light in m/sec
e = 1.6e-19 // charge on an electron in C
// Sample Problem 5 on page no. 14.21
printf("\n # PROBLEM 5 # \n")
printf("Standard formula used \n")
printf(" E = h*c/lambda \n")
lambda = c * h /... |
01d534ce015ba6fcaf8a700b97dd5717822f9acd | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/ifftn.sci | 3d26c047d37d6263227261e5e5f7ea5583411cb8 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,035 | sci | ifftn.sci | function y = ifftn(A, varargin)
//Compute the inverse N-dimensional discrete Fourier transform of A using a Fast Fourier Transform (FFT) algorithm.
//Calling Sequence
//Y = ifftn(A)
//Y = ifftn(A, size)
//Parameters
//A: Matrix
//Description
//Compute the inverse N-dimensional discrete Fourier transform of A using a F... |
44c862343813a12af5ab66e34970b7ed8b8cfc33 | f891f5aed2e66371488173c2b9c4e8f977a9f64a | /UL 1741 SA/Tests/Normal Ramp Rate/RR.tst | 76cb1d49c7291eaaac59339670a1c218b78772ba | [] | no_license | jakedm/svp_directories | d9b85c41b45a3ded7572f9f730e8d1efc8515099 | 19272f8784baabf83e197778768933aef015432c | refs/heads/master | 2021-01-18T18:08:29.224016 | 2017-01-16T20:09:35 | 2017-01-16T20:09:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,104 | tst | RR.tst | <scriptConfig name="RR" script="RR">
<params>
<param name="invt.pretest_delay" type="int">0</param>
<param name="rr.RRnorm_up_min" type="float">2.0</param>
<param name="rr.MSARR" type="float">2.5</param>
<param name="rr.t_dwell" type="float">3.0</param>
<param name="comm.slave_id" type="int">5</pa... |
b8b71c2d131e3fec0c5792785d07dfca81b61c33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH4/EX4.13/Ex4_13.sce | d2878d1cf8371ab436853c73b486e4b35e4a4d8e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 926 | sce | Ex4_13.sce | //Ex4_13
clc
IDSS=10*10^(-3)
disp("IDSS = "+string(IDSS)+" ampere") // maximum drain current for n-channel DEMOSFET
ID=IDSS // since VGS=0V, so ID=maximum
VP=(-4)
disp("VP= "+string(VP)+" volts") // pinch off voltage
VGS=(0)
disp("VGS= "+string(VGS)+" volts") // Gate to source voltage
VDD=(10)
disp("VDD= "... |
261ba2051279314017b4e1134a1bcd0635e07038 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH27/EX27.5/example27_5.sce | 5ec56f0c86dcbe9d9d3c6e4296fe7705ff4ca86e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | example27_5.sce | f_am=10;
fr_am=455;
fr_fm=10.7;
f_fm=0.2;
q_am=fr_am/f_am;
q_fm=fr_fm/f_fm;
disp("for AM the necessary Q value is"); disp(q_am);
disp("for FM the necessary Q value is"); disp(q_fm); |
2704b6fa09882de8d002173b897184b4faf06c57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH10/EX10.3.8/Ch10Ex11.sci | b7c1321bc68033c190d119e4c7c4cb5603e05ebd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sci | Ch10Ex11.sci | // Scilab Code Ex10.8 Maximum height of the potential barrier for alpha penetration: Pg:222 (2008)
epsilon_0 = 8.854e-12; // Absolute electrical permittivity of free space, coulomb square per newton per metre square
Z = 92; // Atomic number of U-92 nucleus
z = 2; // Atomic number of He nucleus
e = 1.6e-019... |
81ff4fbf4fae2f8718793a7735ba5e44e54bdd97 | e4ab09f985270da61c3dc9e10e13905d9f17894a | /uva/10189/2.tst | 86c768399bbf5b25baee4f3b6c942b8285f8c6e8 | [] | no_license | tandonadone/contest | 380c228fc02b440bdc124b06d5b3ae103290e455 | 2fa8d9dfeebb2e6a037dab79518d16924f2cb1b3 | refs/heads/master | 2022-04-23T04:20:39.500994 | 2020-04-27T13:23:29 | 2020-04-27T13:23:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 16,402 | tst | 2.tst | 40 61
*.*****....**.......*........**.*.***..*****......*....*...*.
.*.*.***..*..*.....*.*.....*..*....*......*.***......*...***.
**.****..........*..*..**.*......*.*..*..**..****...*...*.*.*
**.*.****..**..*....**...**.....*.*..*..*...*......*.*..***.*
*..*.*..**..*..***..*..*.*..*...*....*.....**.*.**..**..*....
*...... |
79f8f051e13c38395828f84bbd566a221ccbe23e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1208/CH4/EX4.14.4/Exa14_4.sce | 9399f1286b096e35959091780c1ad912da1424a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,704 | sce | Exa14_4.sce | //Exa 14(iv)
clc;
clear;
close;
//given data :
inINV=50000;//initial investment in Rs. and equal for all projects
life=5;//in years
salvage=0;//in Rs.
TaxRate=55;//in %
//depreciation type :Straight line
D=inINV/life;//in Rs
//cash flows before tax of 1st,2nd,3rd,4th and 5th years
CBFT1=10000;//in Rs.
CBFT2=11000;//in... |
fd5174e2b559ddd867eb4873a1a109e113a8067a | 0a1c3ed3b471bd0805778ea1f03dc265bd5ea963 | /test/calls.tst | b23210416447b6b565cf09e63f698daaaf9ef5e3 | [] | no_license | goldenpartner/Assignment1 | 32aeb4bc435c840e930189fd62533b3710cbe490 | c13e732c338d1ca04abc2b355d8a48bd76907bcc | refs/heads/master | 2021-01-12T11:54:30.972457 | 2016-10-18T03:33:30 | 2016-10-18T03:33:30 | 69,310,866 | 0 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 76 | tst | calls.tst | ADD s0, 01
OUTPUT s0, 00
loop: CALL NZ, loop
OUTPUT sF, 00
death: JUMP death |
68e26ea57490618dcfcc4e7eaa269f04ea465d6f | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/percent/%lsslp.sci | fdc1e885d94115e3389185cc3c9cd0688997948f | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 199 | sci | %lsslp.sci | function [sr]=%lsslp(s,p)
//sr=%lsslp(s,p) <=> sr=s\p
// p matrice de polynomes
// s representation d'etat d'un systeme lineaire
//!
//origine S Steer INRIA 1992
sr=s\tlist('lss',[],[],[],p,[],[])
|
bd7d6f547506ec5fe30b0ee63a6ca273647c6906 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH25/EX25.10/Example25_10.sce | 51da40c191d09d8f25043e10da2f85a3b2e3c8f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 854 | sce | Example25_10.sce | clear ;
clc;
// Example 25.10
printf('Example 25.10\n\n');
//page no. 788
// Solution
// Given
Ex_hv = 29770.0 ;// Experimental heating value of given coal - [kJ/kg]
// Coal analysis
C = 71.0/100 ;//Fraction of C in coal
H2 = 5.6/100 ;// Fraction of H2 in coal
N2 = 1.6/100 ;// Fraction of N2 in coal
S = 2.7/100 ... |
e280cb3183030b6b128be5d1c82b96640b979abf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH9/EX9.10/Ex9_10.sce | b8bda9bbab4e9b2f6b84b716af1591e1cfa7e20d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 881 | sce | Ex9_10.sce | clc
//initialization of variables
clear
b=2 //cm
h=2 //cm
T=2000 //kg-cm
V=250 //kg
M=2000 //kg-cm
// calculations
Mmax=M*6/(b*h*b)
Vmax=3*V/(2*b*h)
Zt=0.208*b^2*h
Tmax=T/(Zt)
sigma=Mmax
printf('points A,B,')
printf('\n sigma=%d kg/cm^2 (tension)',sigma)
printf('\n points C,D,')
printf('\n sigma=%d k... |
409e2f3659e3f336899cc8bd6f7c8d80ca32959a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3638/CH2/EX2.4/Ex2_4.sce | 7635c0ab87764067220ee8598754cf124700850e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 626 | sce | Ex2_4.sce | //Introduction to Fiber Optics by A. Ghatak and K. Thyagarajan, Cambridge, New Delhi, 1999
//Example 2.4
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given Case(1)
n1=1;//refractive index of air
n2=1.45;//refractive index of silica
R=[(n1-n2)/(n1+n2)]^2;//corresponding energy reflection coefficient... |
e047807db7e8e374d8b12b56f89737ab3c0a7cb7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH2/EX2.20/20.sce | 74a3310f490d4ef81adf25941ff4a7e8c1a91e13 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | 20.sce | clc
//calc thickness of liquid strip at the bottom of the industrial centrifuge
//Let difference between heights at bottom and top be d
d=20;//in
r_a=14;//in
f=1000/60;//rps
g=32.2;//ft/s^2
r_b=[(r_a)^2-2*(d)*g*12/(2*(%pi)*f)^2]^0.5;//in
disp("The thickness of water strip at bottom of industrial centrifuge")
d... |
f4d8eee137177b3113f38cfab3deaa4c6215e46e | 4ba406c1422fd1f3462feb6c2f378b17ea9175c2 | /src/functions/positioners/GoldenRectanglePositioner.tst | 131eedea77686d1fea6b4dacd3c527908d5e1732 | [] | no_license | dwjohnston/geoplanets-model | 236670178c456a0537ee31cfb3ab931ea46c7edf | 06ff2b0ec83272f56ffe02b9ee38f1e169b41a51 | refs/heads/master | 2021-07-12T23:00:17.411355 | 2018-09-02T08:08:22 | 2018-09-02T08:08:22 | 144,376,835 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,642 | tst | GoldenRectanglePositioner.tst |
import {StagePhaser} from "../phasers/StagePhaser";
import MathJs from 'mathjs';
import {Position} from "../../../../../blacksheep-geometry/lib";
import { Parameter } from "../../../Parameter";
export class GoldenRectanglePositioner {
speed: Parameter;
distance: Parameter;
center: Position;
stagePhaser: ... |
7edc8aa826c499039b62010b6dd90799ad932de5 | ef9a2839953f3586e66c1cf824c9de199f52d088 | /mcc_generated_files/X2CCode/qei_sim2.sce | f9d9cb59d5c9e7d55712648f08e64e7f48ad035f | [] | no_license | MCHP-X2Cdemos/mc_foc_sl_fip_dsPIC33ck_mclv2.x | 72f1e06eb18738796d59938474c6d533bd07bb1e | d77e18983439d895b83b6d63fdaad4c8fdb028e7 | refs/heads/master | 2023-03-20T10:54:54.157111 | 2021-03-11T22:01:12 | 2021-03-11T22:01:12 | 288,478,027 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 145 | sce | qei_sim2.sce | function y = qei_sim2(u1)
in = u1;
out = u1;
out = modulo(in, 2*%pi);
out = out * (500/%pi);
y = out;
endfunction
|
87c0931a740afe43d45a2d866ff231a179cca7d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH4/EX4.17/Ex4_17.sce | c8fa4efc8840d35fb98240a8f0d2eea9946c69e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | Ex4_17.sce | //Example 4_17
clc();
clear;
//To find the lattice parameter of Lead
lemda=1.5*10^-10 //units in meters
theta=34 //units in degrees
n=1
h=2
k=0
l=2
a=(n*lemda)/(2*sin(theta))*sqrt(h^2+k^2+l^2)*10^10
printf("the lattice parameter of the Lead is %.3f angstrom"... |
2126ce708becb6e6f7735062bbe57b5f856b8a2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /10/CH6/EX6/cha6_6.sce | b8dd10c2a98babf28150a80409293b89647e7009 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 584 | sce | cha6_6.sce | V=11;Phase=3;F=60;IncExe=150;DecExe=50;Xs=10;
Power=80000;
Vt=V/sqrt(Phase)
Vt=Vt*1000
Ef=IncExe/100
Ef1=DecExe/100
Ia=(Vt-(Ef*Vt))/(Xs)
Pf=cos(90/90*%pi/2)
Ia1=(Vt-(Ef1*Vt))/(Xs)
Pf1=cos(90/90*%pi/2)
Ia=Power/(Phase*Vt)
function[x,y]=polar2rect(r,theta)
x=r*cos(theta*%pi/180);
... |
7dd36e635b8202e60d09f4b47b0b2986a177e3b0 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH3/EX3.14/Ex3_14.sce | baba6b7c555ff02dfb194a135b7d27e918cfb510 | [] | 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 | 313 | sce | Ex3_14.sce | //Variable Declaration
p1=0.87 // probability of Repair on the engine
p2=0.36 // probability of drive train
p3=0.29 // probability of rapair as well as drive train
//Calculation
P = p1+p2-p3 // Required probability
//Results
printf ( "probability of at least one kind of repair: %.2f",P)
|
4ac3a7bb22a3c6da1b96ca3cbfd584334f238146 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH21/EX21.8/21Ex8.sce | 5965a496839445e52de1c8fc7f1481889966577f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sce | 21Ex8.sce | //chapter 21 Ex 8
clc;
clear;
close;
SI=4/9;
rate=sqrt(SI*100);
t=rate; //since both are numerfically equal
mprintf("The rate is %.2f percent and the time is %.2f years",rate,t);
|
289c066dc9b714ee93708101ba4a5c022456ce0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH5/EX5.21/5_21.sce | a9d0185f7b946ef705c05995259b7489794eb4e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 763 | sce | 5_21.sce | clc,clear
printf('Example 5.21\n\n')
V_ph=2000
R_a=0.8
I_sc=100,I_a=I_sc
V_OC=500
I_f=2.5
Z_s=V_OC/I_sc
X_s=sqrt(Z_s^2- R_a^2)
I_a_FL=100
//Part(i)
phi1=acos(1) //and lagging
E_ph1=sqrt((V_ph*cos(phi1)+I_a*R_a)^2+(V_ph*sin(phi1)+I_a*X_s)^2)
regulation1=100*(E_ph1-V_ph)/V_ph
printf('Regulation at upf... |
fe8ee3687125e2b58eb29ecb8d47fc0ea74aa1ab | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3913/CH3/EX3.18/Ex3_18.sce | 5218634f8e5b691142d28c4becfcf0da3a36de91 | [] | 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 | 320 | sce | Ex3_18.sce | //Chapter 3 : Systems of Linear Equations
//Example 3.22
//Scilab 6.0.1
//Windows 10
clear;
clc;
A=[1 2 0 0;
2 1 -1 1;
5 4 -2 2];
disp(A,'A=')
mprintf('the rows of the matrix are linearly dependent\n')
t=A(1,:)+2*A(2,:);
mprintf('this follows from the fact that\n')
mprintf('A3=A1+2A2')
disp(t)
|
648b7a8212389725e3b6c281cc90bc3707df70ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH7/EX7.23/Ex7_23.sce | 39cf6ce8a36adc051b7b6b63c7926339f145b435 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,689 | sce | Ex7_23.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 7.23\n\n\n");
// Chapter 7 : Mixtures Of Ideal Gases
// Problem 7.23 (page no. 358)
// Solution
//The cooling tower
//From the Steam tables,
//For water:
h100F=68.05; //Btu/lbm //enthalpy at 100 F
h70F=38.09; //Btu/lbm //enthalpy at 70 F
//For ... |
f5e6dc83ee5cd82e3a1581ddbcf1f9eaf4b25540 | 683d2599aa2be1a5f74b928d545b20e7ea656cd1 | /microdaq/macros/microdaq_macros/mdaq_ai_read.sci | 31b92ce530d6a54bab7da69dc9a58c348b39d090 | [
"BSD-3-Clause"
] | permissive | pj1974/Scilab | 5c7fb67d5cae5ac0cdf78e3dd66b97ba50f9fc95 | cd54f1bd8502d6914ad6ff5271ca0e6e3d323935 | refs/heads/master | 2020-12-25T17:12:56.934984 | 2015-10-06T17:16:11 | 2015-10-06T17:16:11 | 41,862,822 | 0 | 0 | null | 2015-09-03T14:00:56 | 2015-09-03T14:00:56 | null | UTF-8 | Scilab | false | false | 914 | sci | mdaq_ai_read.sci | function data = mdaq_ai_read(link_id, channels, ai_range, bipolar)
data = [];
if argn(2) <> 4 then
disp("ERROR: Wrong input arguments!");
return;
end
if link_id < 0 then
disp("ERROR: Wrong link ID!")
return;
end
ch_count = max(size(channels));
if ch... |
3b4c1527290940bdb4cb1a41f1dfbede2acf364c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3745/CH1/EX1.75/Ex1_75.sce | 29a3160692077232fcea39aa7d45dee5ec9d5a97 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_75.sce | // Ex 75 Page 414
clc;clear;close;
// Given
Ebb=400;//V
Emm=250;//V
Ibb=25;//A
Po=2.5*10**3;//W
m=Emm/Ebb;//modulation index
Pbb=Ebb*Ibb
eta=Po/Pbb*100;//%
P=Po*(1+m**2/2);//W
Pdo=Pbb-Po;//W
Pd=Pdo*(1+m**2/2);//W
printf("\n carrier power under modulated condition = %0.2f kW",P/1000)
printf("\n plate circuit efficienc... |
75eca1c36cd7cd6a41cda4cb6f2f1b0934a31906 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2345/CH15/EX15.39/Ex15_39.sce | 8a9fb6d82a5f0851cbcc153d4569888463641004 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 717 | sce | Ex15_39.sce | //Finding resistance and cost
//Example 15.39(pg. 418)
clc
clear
m=2//weight of water to be heated in kg
t2=98,t1=15//temp in degreeC
s=1//specific heat of water
V=200//voltage in volts
H=m*s*(t2-t1)//energy required to raise the temp of water in kcal
H1=H*4200//energy in Watt-sec or Joules
e=0.85//efficiency... |
264d359e40fb2f89109e4ecdc506f82bba84cc6f | 573df9bfca39973c9bf2fa36f6e5af2643d7771e | /scilab/lib/poly_Gregory_Newton.sci | b7fbe35b1072d871a25b737198a0a6f5299efca8 | [] | no_license | DCC-CN/152cn | ef92c691edabe211b1a552dbb963f9fd9ceec94a | 4fe0b02f961f37935a1335b5eac22d81400fa609 | refs/heads/master | 2016-08-13T01:34:17.966430 | 2015-04-07T07:31:58 | 2015-04-07T07:31:58 | 44,502,526 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,020 | sci | poly_Gregory_Newton.sci | function Px = poly_Gregory_Newton(varargin)
//
// Polinomio de Gregory-Newton usando dispositivo pratico
//
// parametros de entrada:
// x: vetor contendo as abscissas,
// y: vetor contendo as ordenadas,
// [Exibe]: Parâmetro opcional de exibição da tabela de Dif. finitas
/... |
c6b0594f08ba0ebce0c06920a993066d2da740ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /83/CH5/EX5.6/example_5_6.sce | 21b98e4a3456212db87cf3ece8a248ef8ecd9b84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sce | example_5_6.sce | //Chapter 5
//Example 5.6
//page 149
//to find incident and reflected voltages
clear;clc;
R=0.125;
X=0.4;
y=%i*2.8*10^(-6);
z=R+%i*X;
r=sqrt(y*z); //propogation constant
a=real(r); //attenuation constant
b=imag(r); //phase constant
//(a) At the receiving-end;
Vr=220000;
Inci_vol=Vr/(sqrt(3)*2);
Refl_vol=Vr/(sqrt(3)*... |
74409c15ac92a1d43919ca09abd302ca728ed8bb | b5801afaa3964cbd7f9c1c8cf732cdcdb020e7fc | /Scilab6-Keras-Toolbox/sci_gateway/cpp/builder_gateway_cpp.sce | 1609cbb1627149c35730a55b4f4850374f8dac75 | [
"BSD-3-Clause"
] | permissive | TanayKarve/scilab-keras-toolbox | e179b283102a580f2192d44c63dbc44a6fbaf03d | 48045cd955c821a00377f9719f21fe0f91148541 | refs/heads/master | 2022-12-03T09:22:16.551928 | 2020-08-23T13:26:21 | 2020-08-23T13:26:21 | 289,681,759 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,551 | sce | builder_gateway_cpp.sce | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
8c1810be7c3c6d686c84e5d6de187209b12ea6d0 | f04d3d47f893de08cd99a31b4870112915b80d5b | /Datasets/segment/data.tst | 69205cb19cc8ff1d2c2f626ae9d2c14884ad172b | [] | no_license | MesumRaza/MyWorkInPython | f5364b8514943e44c7200123653da9f4551251b1 | bd8c9b3ca2fb02ae6d2b626054fa3cd32c28b330 | refs/heads/master | 2021-08-19T21:46:41.412995 | 2017-11-27T13:37:52 | 2017-11-27T13:37:52 | 111,728,604 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 34,481 | tst | data.tst | 140.0 125.0 9 0.0 0.0 0.2777779 0.06296301 0.66666675 0.31111118 6.185185 7.3333335 7.6666665 3.5555556 3.4444444 4.4444447 -7.888889 7.7777777 0.5456349 -1.1218182 BRICKFACE
188.0 133.0 9 0.0 0.0 0.33333334 0.26666674 0.5 0.077777736 6.6666665 8.333334 7.7777777 3.8888888 5.0 3.3333333 -8.333333 8.444445 0.53858024 -0... |
aaa534929c447a443d5ca4d5b46182cec14959d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH4/EX4.9/Ex4_9.sce | 6a46c56071229b6a020b093d80ad3480d7edb8ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,276 | sce | Ex4_9.sce | clc;
A=2;//No of parallel paths for armature conductors
P=6;//No. of poles
If=2;//Field current
Il=148;//Line current
Ia=If+Il;//Armature current
Z=480;//No of conductors
//brushes on GNA, theta=0
ATd1=0//demagnetizing ampere turns
ATc1=((Ia*Z)/(2*A*P))//Cross magnetizing ampere turns
printf('When brushes are... |
0df8b41447867e4c849eb31859a4ce123acc97d3 | 96ddb5c7e26f4c4665fed642bcd3e7492c8b3af9 | /pskdemod.sci | 7cd27b6b457b5d564e7fa4b5e1a0cbc2a458c14c | [] | no_license | kUser18/comm_scilab | 8faa238d1affd5842ae20b8dbc0d59324d12b477 | c98d78ba55b73644bf32cf1f901b6c0e45d73bc2 | refs/heads/master | 2020-03-26T11:00:15.328570 | 2018-09-30T20:35:50 | 2018-09-30T20:35:50 | 144,823,988 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,916 | sci | pskdemod.sci | function signal = pskdemod(psk, m, phi, datatype)
//
//Function Description
//pskdemod: This function demodulates a matrix of psk modulated
//baseband signals (constellation points or complex numbers) into integers.
//
//Calling sequence:-
//signal = pskdemod(psk, m)
//signal = pskdemod(psk, m, phi)
//... |
bc127e94a434dfb4ba6ba12bf7d935de4646a3dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1460/CH11/EX11.8/11_8.sce | 8a38f16ae222e1f8d1bb5dca541f19f7eb51e831 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 562 | sce | 11_8.sce | clc
//initialization of variables
v=600 //ft/sec
T=60+460 //R
P=14.7 //lb/in^2
Pratio=6
Tin=1540+460 //R
cp=0.264
cpratio=1.35
//calculations
Pt2byP1=(1+ (cpratio-1)*v^2 /(cpratio*2*32.2*53.3*T))^(3.86)
Pt3byP1=Pt2byP1*Pratio
eta=1- 1/(Pt3byP1)^0.259
Tt3=T*(Pt3byP1)^((cpratio-1)/cpratio)
Q=cp*(Tin-Tt3)
V... |
38e2f929c4453d57c8bba78a29fefedbf14b61a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /273/CH25/EX25.14/ex25_14.sce | f4691d9b4f6219473e5752043509a89d69be6fc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 232 | sce | ex25_14.sce | clc;clear;
//Example 25.13
//conversion of binary to decimal
//given values
X=10.101;//binary number
//calculation
Z=(1*2^1)+(0*2^0)+(1*2^-1)+(0*2^-2)+(1*2^-3);
disp(Z,'decimal equivalent of the given binary number is')
|
35fe1fcee35b07f861770f25a490dfebb6b7e79f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH3/EX3.18/Ch03Ex18.sce | f163f72411a7f144eb6f216db6b76a64d40764dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sce | Ch03Ex18.sce | // Scilab code Ex3.18: Pg 101 (2008)
clc; clear;
V = 400; // Supply voltage, V
E = 0.5e06; // Dielectric strength, V/m
// Since E = V/d, solving for d
d = V/E; // Thickness of dielectric, m
printf("\nThe minimum thickness of dielectric required = %3.1fmm", d/1e-03);
// Re... |
8865e3b700242bbeb2c577c123c8304a57acf811 | 449d555969bfd7befe906877abab098c6e63a0e8 | /854/CH4/EX4.1/Example4_1.sce | e4ebb0b4ee1cc7531d2c609fd502e8f76f9ee970 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,223 | sce | Example4_1.sce | //clear//
//Caption: Program to find the work involved 'W' in moving a charge 'Q' along shorter arc of a circle
//Example4.1
//page 84
clc;
x = sym('x');
y = sym('y');
z = sym('z');
y1 = sym('y1');
y = sqrt(1-x^2);
Q = 2; //charge in coulombs
Edot_dL1 = integ(y,x);
disp(Edot_dL1,'E.dx*ax =')
Edot_dL1 = lim... |
3da95aa19ee9fc1d3a66d61baefb829bd3c3acc4 | 9b66f5243cacf0d4982b973cfea228a4e3a509a9 | /convergenceBino.sce | 76de3928f39474f516306f01cb5faa8742911f42 | [] | no_license | ece2lr/tp11 | 708f0edb7050f2b95a2ed3d8770db3ce531cca60 | 4af30e22bf2edb43132864e130743b5031579166 | refs/heads/master | 2021-09-05T10:29:04.695024 | 2018-01-26T12:20:31 | 2018-01-26T12:20:31 | 119,036,571 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sce | convergenceBino.sce | exec("histcFix.sci",-1)
N = 10^3 // taille de l'échantillon
// parametres de la loi B(n,p)
n = 100 // valeur max de n
p = .5
clf()
// fixer les axes
a = gca()
a.data_bounds = [0,0;1,.4*sqrt(n/p/(1-p))]
a.auto_scale = "off"
for k = floor(linspace(2,n)) // frame par frame
ech = grand(1,N,"bin",k,p)
x = linspace(0,... |
ecb74cb641af56869213fb4468fa89c6e45364a3 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/mean.man.tst | 183c36ed122e90ee03cb4fc128c8cd46902c1552 | [
"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 | 71 | tst | mean.man.tst | clear;lines(0);
A=[1,2,10;7,7.1,7.01];
mean(A)
mean(A,'r')
mean(A,'c')
|
7698b97635145085b7dd3f42411931c0ea125c5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH3/EX3.28/MS_28.sce | d45bf9b0aa3a20caeb281e331ce725ca1f37f3a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | MS_28.sce | // sum 3-28
clc;
clear;
rho=0.0078*9.81*10^-6;
sigc=150;
g=9.81;
V=sqrt(sigc*g/rho)*10^-3;
R=1;
w=V/R;
N=w*60/(2*%pi);
// printing data in scilab o/p window
printf("N is %0.3f rpm ",N); |
89e0902421c4e2268de2b6748f9c5982648fc072 | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH3/EX3.1/Example3_1.sce | 0abfe1c481c4c4aeab0512ba60846f13836a2eac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 226 | sce | Example3_1.sce | //Example 3.1
clear;
clc;
R=10;
C=40*10^(-6);
L=5*10^(-3);
Hsnum=(R/L)*%s;
Hsden=((%s^(2))+(R/L)*%s+(1/(L*C)));
Hs=Hsnum/Hsden;//Transfer Function
h=syslin('c',Hs);
plzr(h);
zeroes=roots(Hsnum);
poles=roots(Hsden); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.