• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 12
  • 1
  • Tagged with
  • 13
  • 10
  • 6
  • 4
  • 4
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Sinchroninio generatoriaus automatinis žadinimo reguliavimas / Automatic excitation regulation of synchronous generator

Gaidys, Raimundas 18 June 2004 (has links)
In the final dissertation a new perspective excitation systems of powerful synchronous generators, which are operating in the common energetic system, are considered, their classification and function diagram are presented. The differential equations system, transfer functions and structural diagram of excitation system, as the automatic regulation object, were obtained according to general presumtions. In the cases of deep crashs in the energetic system the mathematical description of electromechanical transient processes are very complicated and limited. In that cases the efficiency of the excitation current regulator one can be increased by using the combined algorithms of the simplex search. According to obtained expressions the synthesis diagram with adaptation and optimization blocks is created.
2

Pseudoatsitiktinių skaičių generatorių statistinių savybių tyrimas / Analysis of pseudorandom number generator‘s statistical features

Grigaravičienė, Milda 05 June 2006 (has links)
Pseudorandom number generator‘s statistical features were analyzed in this work. Pseudorandom numbers are applied in many fields, that‘s why it‘s important for them to satisfy following requirements: • to have uniform distribution, • to be uncorrelated. Hypothesis that random numbers are distributed uniformly is checked by Pearson test. Hypothesis that autocorrelation function is equal to zero is checked by Box Ljung test. During investigation it was noticed, that in all ways generated random numbers didn’t have uniform distribution, except linear congriuential generator. Applying different transformations was set, that for combinations v1-v8 when using parabola, transformed random numbers had uniform distribution. Arcsine was the best transformation for nonlinear congriuential generator. While testing hypothesis about autocorrelation function’s equality to zero was noticed, that zero hypothesis rejection or not depends on: • random numbers generation algorithm, • generated sample size, The best generator, which satisfied requirements, is linear congriuential generator, but it is not suitable, because it is too predictable. Nonlinear congruential generator is chosen as the best one, because its statistical features are closest to the linear generator.
3

Periodinės dvinarės rekurentinės natūraliųjų skaičių sekos, jų klasifikacija ir taikymas / Periodic binary sequences recursively natural number, classification and application

Daržinskaitė, Reda 02 August 2011 (has links)
Prie jau egzistuojančių įvairių skaičių sekų generatorių siūlomas dar vienas naujas netiesinis sekos generatorius. Šiuo generatorium naujo tipo sveikųjų skaičių sekos formuojamos netiesiniu, prieš tai esančių narių sukarpymo ir naujo montavimo metodu. Formuojami nauji sekos nariai, randamos jų priklausomybės nuo sekos pagrindo P ir dviejų pradinių sekos narių. Taip pat ištiriamos naujų sekų savybės: Periodiškumas. Ribotumas (sekos narių reikšmės ieškomos intervale [0; P^2-1]). Maksimalus periodas. / To the existing number of different sequences of generators proposed another new non-linear sequence generator. In this new type of generator integer non-linear sequence formed after the members sukarpymo installation of a new method. Forming a new sequence of members found in their dependence on base sequence of P and two members of the original sequence. It also examined the new series features: Periodicity. Limitations (the sequence of interest sought in the interval [0, P ^ 2-1]). Maximum period.
4

Universalus programuojamas internetinių robotų kūrimo įrankis / Universal programable tool for Web robots

Paškevičius, Marijus 27 May 2005 (has links)
Actually, a whole new class of web user is developing. These users are computer programs that have the ability to access the Web in much the same way as a human user with a browser does. There are many names for these kinds of programs, and these names reflect many of the specialized tasks assigned to them. Spiders, bots, and aggregators are all so-called intelligent agents, which execute tasks on the Web without the intervention of a human being. In this research we will examine the differences between them and study possibilities to create user friendly programming toll which would be able to generate such kind of programs.
5

DDD metodologija paremto projektavimo įrankio kodo generatoriaus kūrimas ir tyrimas / DDD methodology based design tool‘s code generator development and research

Valinčius, Kęstutis 13 August 2010 (has links)
Data Driven Design metodologija plačiai naudojama įvairiose programinėse sistemose. Šios metodologijos tikslas – atskirti bei lygiagretinti programuotojų ir projektuotojų veiklą. Sistemos branduolio funkcionalumas yra įgyvendinamas sąsajomis, o dinamika – scenarijų pagalba. Taip įvedamas abstrakcijos lygmuo, kurio dėka programinis produktas tampa lankstesnis, paprasčiau palaikomas ir tobulinamas, be to šiuos veiksmus galima atlikti lygiagrečiai. Darbo tikslas buvo sukurti automatinį kodo generatorių, kuris transformuotų grafiškai sumodeliuotą scenarijų į programinį kodą. Generuojant programinį kodą automatiškai ženkliai sumažėja sintaksinių bei loginių klaidų tikimybė, viskas priklauso nuo sumodeliuoto scenarijaus. Kodas sugeneruojamas labai greitai ir visiškai nereikalingas programuotojo įsikišimas. Šis tikslas pasiektas iškėlus biznio logikos projektavimą į scenarijaus projektavimą, o kodo generavimo posistemę realizavus žiniatinklio paslaugos principu. Kodas generuojamas neprisirišant prie konkrečios architektūros, technologijos ar taikymo srities panaudojant įskiepių sistemą . Grafiniame scenarijų kūrimo įrankyje sumodeliuojamas scenarijus ir tada transformuojamas į metakalbą , iš kurios ir generuojamas galutinis programinis kodas. Metakalba – tam tikromis taisyklėmis apibrėžta „XML “ kalba. Realizavus eksperimentinę sistemą su didelėmis problemomis nebuvo susidurta. Naujos sistemos modeliavimas projektavimo įrankiu paspartino kūrimo procesą septynis kartus. Tai įrodo... [toliau žr. visą tekstą] / Data Driven Design methodology is widely used in various program systems. This methodology aim is to distinguish and parallel software developer and scenario designer’s work. Core functionality is implemented via interfaces and dynamics via scenario support. This introduces a level of abstraction, which makes software product more flexible easily maintained and improved, in addition these actions can be performed in parallel. The main aim of this work was to create automatic code generator that transforms graphically modeled scenario to software code. Automatically generated software code restricts probability of syntactic and logical errors, all depends on scenario modeling. Code is generated instantly and no need software developer interference. This aim is achieved by moving business logic designing to scenario designing process and code generator service making as a “Web service”. Using cartridge based system code is generated not attached to a specific architecture, technology or application domain. In graphical scenario modeling tool scenario is modeled and transformed to metalanguage, from which software code is generated. Metalanguage – with specific rules defined “XML” language. Experimental system was developed with no major problems. New project modeling with our modeling tool speeded the development process by seven times. This proves modeling tool advantage over manual programming.
6

Medžių trimačių modelių generavimo įrankio kūrimas / Development of tool for generation of trees‘ 3D models

Šukytė, Jolanta 02 September 2010 (has links)
Bakalauro baigiamojo darbo tikslas – sukurti įrankį, generuojantį trimačių medžių modelius. Sukurtas medžių generatorius (įrankis) pritaikytas Lietuvos rinkai. Generuoja Lietuvoje augančių skirtingų rūšių, trimačių medžių modelius, pagal vartotojo įvestus parametrus. Generatorius realizuotas naudojantis 3ds Max programa ir jos sava MAXScript kalba. / The purpose of this bachelor‘s work is creation of a tool, used for generation of three dimentional trees. The created tool is designed for Lithuanian market. It generates models of trees native to Lithuania from the user given information. The tool was made using 3ds Max software and MAXscript scripting language.
7

Mažosios hidroenergetikos vystymo galimybių tyrimas / The investigation of potentiolity development of small hydro energetic

Kniuras, Aurimas 28 August 2009 (has links)
Šiuo magistriniu darbu mėginsiu išsiaiškinti mažosios hidroenegetikos vystimosi galimybes, palyginti jas su kitomis elektrinėmis, išsiaiškinti kokius upių resursus turi mūsų šalis, kokie yra gamtosauginiai reikalavimai hidroenergetikoje, generatoriai, kokie yra hidroelektrinės prijungimo prie tinklo variantai. / The theme of Master project of Electrical engineer is The investigation of potentiolity development of small hydro energetic. I think it is very important, because Lithuania is going to close Ignalina nuclear power station as it is required by the EU. Obviously, we are forced to find solution of energy shortage. One of the solutions are renewable energy sources. Lithuania has potential power in rivers and it has opportunity to expand of small hydro energetic. Byt we have to admit, that nowadays a small hydro energetic is not expanding as fast as it could. In my Master project of electical Engineer I show, how easy is to construct hydro power station, but hard to find a place, where station could be, to conect it with electricity networks for several reasons.
8

The organisation principles of spinal neural network: temporal integration of somatosensory input and distribution of network activity / Nugaros smegenų neuronų tinklo veikimo principai: somatosensorinės informacijos integracija ir aktyvumo išplitimas

Guzulaitis, Robertas 25 September 2013 (has links)
Spinal cord integrates somatosensory information and generates coordinated motor responses. Temporal integration can be used for discrimination of important stimuli from noise. Here it is shown that temporal integration of somatosensory inputs in sub second time scale is possible without changes of intrinsic properties of motoneurons. The activity of premotor neurons increases during temporal integration and can be a mechanism for short term information storage in spinal cord. Suppression of motor activity after painful somatosensory stimulus is called cutaneous silent period. This motor suppression is well described in humans and used for diagnostics. However it is not known if the suppression of motor activity is due to inhibition of motoneurons or reduction of excitatory drive from premotor neurons. Here it is shown that motoneurons are inhibited during cutaneous silent period. Neural networks of spinal cord not only process somatosensory information but generate locomotion and reflexes too. It is accepted that neural networks controlling front and hind limb movements are located in cervical and lumbar enlargements respectfully. Here it is shown that thoracic segments of spinal cord contribute to hind limb movements as well. It means that neural network generating movements is much more widely distributed than previously thought. / Nugaros smegenys gauna somatosensorinę informaciją, ją integruoja ir generuoja motorinius atsakus. Disertacijoje parodoma, kad somatosensorinių įėjimų viršsekundinė laikinė integracija nugaros smegenų neuronų tinkle vyksta ne dėl motorinių neuronų vidinių savybių kitimo. Laikinės integracijos metu padidėja priešmotorinių neuronų aktyvumas ir tai gali lemti informacijos apie somatosensorinį įėjimą saugojimą. Somatosensorinis tylos periodas – tai motorinio aktyvumo slopinimas po skausmingo stimulo. Jis plačiai aprašytas žmonėse, bei taikomas diagnostikoje. Nepaisant plataus taikymo, somatosensorinio tylos periodo mechanizmai nėra ištirti – nebuvo žinoma ar šis motorinio aktyvumo slopinimas vyksta slopinant motorinius neuronus, ar eliminuojant motorinių neuronų žadinimą. Disertacijoje parodoma, kad somatosensorinio tylos periodo metu motoriniai neuronai yra slopinami. Be somatosensorinės informacijos apdorojimo nugaros smegenų neuronų tinklai užtikrina judėjimo ir refleksų valdymą. Yra priimta, kad priekines ir užpakalines galūnes valdantys neuronų tinklai išsidėstę atitinkamai nugaros smegenų kaklinės ir strėnų sričių išplatėjimuose. Disertacijoje parodoma, kad ir krūtininiai nugaros smegenų segmentai prisideda prie užpakalinių galūnių motorinio aktyvumo generavimo. Tai leidžia manyti, kad neuronų tinklas generuojantis judesius yra išplitęs labiau, nei manyta iki šiol.
9

Nugaros smegenų neuronų tinklo veikimo principai: somatosensorinės informacijos integracija ir aktyvumo išplitimas / The organisation principles of spinal neural network: temporal integration of somatosensory input and distribution of network activity

Guzulaitis, Robertas 25 September 2013 (has links)
Nugaros smegenys gauna somatosensorinę informaciją, ją integruoja ir generuoja motorinius atsakus. Disertacijoje parodoma, kad somatosensorinių įėjimų viršsekundinė laikinė integracija nugaros smegenų neuronų tinkle vyksta ne dėl motorinių neuronų vidinių savybių kitimo. Laikinės integracijos metu padidėja priešmotorinių neuronų aktyvumas ir tai gali lemti informacijos apie somatosensorinį įėjimą saugojimą. Somatosensorinis tylos periodas – tai motorinio aktyvumo slopinimas po skausmingo stimulo. Jis plačiai aprašytas žmonėse, bei taikomas diagnostikoje. Nepaisant plataus taikymo, somatosensorinio tylos periodo mechanizmai nėra ištirti – nebuvo žinoma ar šis motorinio aktyvumo slopinimas vyksta slopinant motorinius neuronus, ar eliminuojant motorinių neuronų žadinimą. Disertacijoje parodoma, kad somatosensorinio tylos periodo metu motoriniai neuronai yra slopinami. Be somatosensorinės informacijos apdorojimo nugaros smegenų neuronų tinklai užtikrina judėjimo ir refleksų valdymą. Yra priimta, kad priekines ir užpakalines galūnes valdantys neuronų tinklai išsidėstę atitinkamai nugaros smegenų kaklinės ir strėnų sričių išplatėjimuose. Disertacijoje parodoma, kad ir krūtininiai nugaros smegenų segmentai prisideda prie užpakalinių galūnių motorinio aktyvumo generavimo. Tai leidžia manyti, kad neuronų tinklas generuojantis judesius yra išplitęs labiau, nei manyta iki šiol. / Spinal cord integrates somatosensory information and generates coordinated motor responses. Temporal integration can be used for discrimination of important stimuli from noise. Here it is shown that temporal integration of somatosensory inputs in sub second time scale is possible without changes of intrinsic properties of motoneurons. The activity of premotor neurons increases during temporal integration and can be a mechanism for short term information storage in spinal cord. Suppression of motor activity after painful somatosensory stimulus is called cutaneous silent period. This motor suppression is well described in humans and used for diagnostics. However it is not known if the suppression of motor activity is due to inhibition of motoneurons or reduction of excitatory drive from premotor neurons. Here it is shown that motoneurons are inhibited during cutaneous silent period. Neural networks of spinal cord not only process somatosensory information but generate locomotion and reflexes too. It is accepted that neural networks controlling front and hind limb movements are located in cervical and lumbar enlargements respectfully. Here it is shown that thoracic segments of spinal cord contribute to hind limb movements as well. It means that neural network generating movements is much more widely distributed than previously thought.
10

Pseudoatsitiktinių skaičių statistinių savybių tikrinimas / Testing statistical properties of pseudorandom numbers

Smaliukas, Robertas 23 July 2014 (has links)
Šiame darbe yra tiriami dešimt skirtingų pseudoatsitiktinių generatorių ir jų statistinės savybės. Pseudoatsitiktiniai skaičiai yra naudojami daugelyje sričių, todėl yra labai svarbu, kad jie pasižymėtų kokybišku atsitiktinumu. Atliekant kiekvieną testą yra tikrinama hipotezė, ar sekos nariai yra iš tikrųjų atsitiktiniai. Viso darbe yra naudojami 15 šiame darbe išanalizuotų testų. Yra rekomenduojama, kad testavimo metu kievienoje sekoje būtų bent 1,000,000 bitų. Kad gauti reikšmingus rezultatus, kiekvienam generatoriui ištirti yra naudojami 50,000,000 bitų suskirstyti į dešimt sekų. Seka išlaiko testą, tada, kai testavimo metu gauta p-reikšmė yra 0.01 arba didesnė, kitu atveju – testas neišlaikytas. Jeigu bent aštuonios iš dešimties sekų išlaikė testus, tai yra laikoma, kad generatoriaus generuojama seka šio testo atžvilgiu yra atsitiktinė. Tyrimo metu buvo pastebėta, kad penki iš dešimties generatorių pastoviai išlaiko visus testus. Šiame darbe generatoriai yra suskirstyti pagal kokybiškumą atsižvelgiant į testų rezultatus. Pasiūlytas originalus pseudoatsitiktinis generatorius visada išlaiko 14 iš 15 testų ir yra laikoma, kad jo generuojama skaičių seka yra atsitiktinė, tačiau už jį yra pranašesnių generatorių. / Ten different pseudorandom number generator‘s statistical features were analyzed in this work. Pseudorandom numbers are applied in many fields, that‘s why it‘s important for them to have high quality of randomness. Hypothesis that random numbers are indeed random are checked by 15 different tests that are analyzed in this work. It is recommended that at least 1,000,000 bits of data would be used during the test. To archive meaningful results 50,000,000 of random bits divided into ten sequences are used for each pseudorandom number generator. For generator to pass any of the tests it is required that 8 out of 10 sequence’s p-value would be higher or equal to 0.01. During investigation it was noticed, that only five out of ten generators constantly pass all of the tests. In this work we classify each of the generators and separate those of higher and lower quality and determine which one is the best or the worst. Proposed unique pseudorandom number generator is constantly passing 14 out of 15 tests and is considered to have a high quality of randomness, but, according to results it is not the best of in this work’s analyzed generators.

Page generated in 0.3148 seconds