Ograniczanie wyników
Czasopisma help
Autorzy help
Lata help
Preferencje help
Widoczny [Schowaj] Abstrakt
Liczba wyników

Znaleziono wyników: 32

Liczba wyników na stronie
first rewind previous Strona / 2 next fast forward last
Wyniki wyszukiwania
Wyszukiwano:
w słowach kluczowych:  analiza wydajności
help Sortuj według:

help Ogranicz wyniki do:
first rewind previous Strona / 2 next fast forward last
EN
This paper is devoted to the study of the impact of volumetric planning solutions and the main production and technological parameters of a modern warehouse on the effectiveness of its functioning. The object of analysis is a class A warehouse complex located in Almaty. Simulation modeling was utilized to find and substantiate management decisions. The software product AnyLogic was used as the environment for the simulation. This paper develops a generalized algorithm for creating simulation models of warehouse complexes and a simulation model consisting of 114 blocks. The model is presented in the form of a black box, which made it possible to identify and establish correlations and relations between the input and output parameters of the warehouse, as well as its resources. A simulation experiment was conducted consisting of 63 model calculations. Variation parameters were the number of loading and unloading docks, as well as the number of forklifts in the storage area. As a result of the simulation, four options for the operation of the warehouse were established to ensure the unloading and loading of the required number of cars during the day. The optimal variant of the functioning of the warehouse complex was chosen on the basis of the proposed comprehensive criterion.
PL
Artykuł przedstawia analizę porównawczą dwóch aplikacji webowych napisanych w językach: PHP oraz Python. Stworzono aplikacje testowe, które zostały wyposażone w tą samą funkcjonalność wykorzystaną w badaniach polegających na pomiarze czasów odpowiedzi serwera na żądania typu INSERT, SELECT, UPDATE i DELETE –obsługujące operacje na bazie danych. Celem badań było porównanie obydwu języków pod względem wybranych kryteriów. Porównywano ich wydajność, objętość kodu źródłowego oraz popularność
EN
This article presents a comparative analysis of two web applications implemented in PHP and Python. Test applications were created and equipped with the same functionality used in tests consisting in measuring the server response times to INSERT, SELECT, UPDATE and DELETE requests - handling database operations. The purpose of the research was to compare both languages in terms of selected criteria. Their performance, source code volume and popularity were compared.
3
Content available remote Możliwości przetwarzania sekwencji wizyjnych w systemach wbudowanych
PL
W artykule przedstawiono wyniki badań eksperymentalnych procesu segmentacji sekwencji wizyjnych z wykorzystaniem systemów wbudowanych. Przetestowano wydajność rozwiązań opartych o mikrokomputer Raspberry Pi 4B oraz platformę Nvidia Jetson Nano pod kątem możliwości ich implementacji w platformie pomiarowej do automatycznego badania jakości działania lamp lotniskowych. Porównano szybkość przetwarzania dla różnych rozdzielczości obrazu oraz wymagania związane z zasilaniem modułów.
EN
The article presents the results of experimental research on the video segmentation process using two different embedded systems. The performance of solutions based on the Raspberry Pi 4B microcomputer and the Nvidia Jetson Nano platform was tested for the possibility of their implementation in a measurement platform for automatic testing of the quality of airport lamps. The processing speed for different image resolutions and the module power requirements were compared.
PL
Przedmiotem pracy jest analiza wydajnościowa dwóch szkieletów programistycznych języka PHP w najnowszych wersjach – Laravel 9.6 i Yii 2.0.45. Została ona przeprowadzona przy pomocy przygotowanych do tego celu aplikacji testowych, posiadających identyczne funkcjonalności. Aplikacjegenerują wszystkie liczby pierwsze z podanego zakresu oraz tworzą system rankingowy książek, oparty na operacjach CRUD. Jako kryterium porównawcze przyjęto czas obsługi żądań przez każdą aplikację. Do sprawdzenia wydajności użyto dedykowanych szkieletom tzw. debugbarów – dolnych pasków wyświetlających informację o wykonanym żądaniu. Wyniki uzyskane po przeprowadzonych badaniach wykazały, że biorąc pod uwagę wydajność, Laravel jest lepszą technologią niż Yii do budowy aplikacji internetowych.
EN
The subject of this paper is the performance analysis of two PHP programming frameworks in the latest versions - Laravel 9.6 and Yii 2.0.45. It was carried out with the help of test applications prepared for this purpose, which have identical functionalities: they generate all prime numbers from a given range and create a book ranking system based on CRUD operations. The request handling time of each application was used as a comparison criterion. To check the performance, dedicated debugbars - bottom bars displaying information about the executed request - were used. The results obtained after the tests showed that in terms of performance, Laravel is a better technology than Yii for building web applications.
EN
The birth of electricity witnessed “the battle of currents” between AC and DC as a medium of power transfer. AC won the battle in the first place because of its ability to transform voltage levels. However, with the development of power electronic converters (PECs), DC is striking back. Most of the electronic loads in our conventional AC-based homes are DC by nature. Moreover, the modern concept of energy-efficient variable speed drive (VSD) based loads, i.e. DC-inverter based air-conditioners and refrigerators, require a DC link for their operation. The driving component of all such loads is the PEC. The operational efficiency of PECs depends on the loading which varies throughout the day. This paper presents a mathematical model based on a bottom-up approach to the comparative efficiency analysis of AC and DC distribution systems considering daily load variation. Two topologies are presented where AC and DC distribution systems are compared in terms of efficiency. The first topology (T1) defines a separate/independent converter for each load, whereas in the second topology (T2) loads of a particular class are lumped and driven by a single converter. The results present DC distribution better than AC distribution with an efficiency advantage of 2.28% and 1.57% for T1 and T2, respectively.
PL
Celem pracy było porównanie dwóch technologii do tworzenia aplikacji serwerowych opartych na języku programowania JavaScript. Na potrzeby badań utworzono dwie aplikacje testowe: pierwszą zbudowano na podstawie szkieletu programistycznego Express, a druga została wykonana na bazie szkieletu Hapi. Część kliencką obu aplikacji przygotowano za pomocą biblioteki React. Część kliencka i serwerowa komunikowały się ze sobą za pośrednictwem REST API - uniwersalnego interfejsu HTTP. Aplikacja kliencka wysyłała żądania do aplikacji serwerowej, która następnie wykonywała podstawowe operacje na bazie MongoDB i zwracała rezultat. W ramach pracy opracowano eksperyment składający się z czterech scenariuszy. W każdym scenariuszu operowano na innym typie danych: łańcuchu znaków, tablicy, obiekcie oraz tablicy obiektów. W badaniach skoncentrowano się na aspekcie wydajnościowym - pomiarze czasów obsługi żądań podczas operacji GET, POST, PUT i DELETE. Badania przeprowadzono na dwóch komputerach, a pomiary wykonano dwoma sposobami: za pomocą prostego kodu wbudowanego w aplikacje testowe oraz za pomocą narzędzia Postman. Uzyskane wyniki, po ich uśrednieniu i przeanalizowaniu pozwoliły na sformułowanie wniosku, że szkielet Express okazał się wydajniejszy niż Hapi, ze względu na krótsze czasy obsługi żądań. Tylko w scenariuszu, w którym wykonywano operacje na dużych zbiorach danych, czasy obsługi żądań były na podobnym poziomie.
EN
The aim of the work was to compare two technologies for creating server applications based on the JavaScript pro-gramming language. For the purposes of the research, two test applications were created. The first one was built on the basis of the Express programming framework and the second one on the basis of the Hapi framework. The client part of both applications was prepared using the React library. The client and server parts communicated with each other by means of REST API – the universal HTTP interface. The client application sent requests to the server application which then performed basic operations on the MongoDB basis and returned the result. As part of the work, an experiment consisting of four scenarios was developed. In each scenario, a different type of data was taken into consideration: a string of characters, an array, an object and an array of objects. The research focused on the efficiency aspect – measuring the response time of requests during GET, POST, PUT and DELETE operations. The tests were performed on two computers and the measurements were made in two ways: using a single code embedded in test applications and using the Postman tool. The obtained results, after averaging and analyzing them allowed for the conclusion that the Express framework proved to be more efficient than Hapi due to the shorter response time of requests. Only in the scenario where operations with large datasets were performed was the response time of requests at a similar level.
PL
Przedmiotem tej pracy jest analiza porównawcza trzech szkieletów programistycznych do budowy aplikacji interneto-wych dla języka Java: Spring Boot 2.4.4, Micronaut 2.5.4 oraz Quarkus 1.13.4.Final. Przygotowano aplikacje testowe, wyposażone w tą samą funkcjonalność, które wykorzystano w eksperymencie, polegającym na pomiarze czasów odpowiedzi serwera na żądania typu POST, GET, PUT i DELETE – realizujące operacje na bazie danych. Dla każdej aplikacji testowej, powtórzono pięciokrotnie scenariusz, który miał na celu zmierzyć czas obsługi żądań w różnych warunkach obciążeniowych. Podczas każdego powtórzenia zwiększano wielkość obciążenia, które oznaczało średnią liczbę wysyłanych żądań na sekundę przez wirtualnych użytkowników. Równolegle z badaniami wydajności wykonano pomiary niezawodności aplikacji testowych. Niezawodność zdefiniowano jako odsetek żądań wysyłanych do serwera, które zakończyły się niepowodzeniem. W porównaniach wzięto również pod uwagę objętość kodu aplikacji testowych opartych na wybranych szkieletach. Z przeprowadzonych analiz wynikło, że pod względem większości rozpatrywanych w ramach tej pracy kryteriów najlepszym szkieletem programistycznym okazał się Micronaut.
EN
The aim of the work is a comparative analysis of three frameworks designed for building web applications for the Java programming language: Spring Boot 2.4.4, Micronaut 2.5.4 and Quarkus 1.13.4.Final. Test applications were prepared, equipped with the same functionality as used in the experiment consisting in measuring the server response times to a request of POST, GET, PUT and DELETE performing operations on the database. For each test application, the scenario aimed at measuring the time of handling requests under various load conditions was repeated five times. During each repetition of the scenario, the load which was the average number of requests sent per second by virtual users was increased. In parallel with performance tests, the reliability of the test applications was measured. Reliability was defined as the percentage of requests sent to the server that ended in a failure. The comparative analysis also took into consideration the volume of the code of the test applications based on the selected frameworks. The performed analyses showed that in terms of most of the criteria considered in this work Micronaut proved to be the best framework.
EN
The escalating prevalence of rooftop solar PVs and DC powered home appliances are the driving forces for the research in the field of DC distribution at residential level. The current research work presents comparative analyses of AC and DC distribution systems considering various scenarios for the specific purpose of efficiency/energy savings. A modern Bakersfield CA, USA home is considered for the analyses. The loads are classified according to the power demand. Rooftop solar PVs are also included in each residential building. Mathematical equations are devised for the efficiency analysis of residential buildings powered with AC as well as DC. The results reveal strong dependence of the efficiency values on the utilization/types of loads, efficiencies of the power electronic converters (PECs), solar capacity and seasonal conditions, as a function of the time of day. It is concluded that AC system presents better efficiency values as compared to the DC counterpart except during the time periods when solar power is available and when the penetration of variable speed drive (VSD) based loads is high.
PL
Artykuł przedstawia porównanie dwóch technologii do tworzenia aplikacji desktopowych opartych o język C#. Analiza dotycząca wykorzystania procesora, pamięci RAM oraz czasu wykonywania operacji została przeprowadzona na technologiach Windows Presentation Foundation i Windows Forms. Do badań wykorzystano aplikacje o tej samej funkcjonalności w obu technologiach. W analizie porównawczej uwzględniono czasy danych operacji oraz wydajność aplikacji.
EN
The article presents a comparison of two technologies for creating desktop applications based on C#. The analysis conserns the use of the processor, RAM and time of the operation was carried out on the technologies of Windows Presentation Foundation and Windows Forms. The research use applications with the same functionality in both technologies. The comparative analysis took into account the times of operations and application performance.
EN
This article examines the performance of massive MIMO uplink system over Rician fading channel. The performance is estimated regarding spectral efficiency versus number of base station antennas utilizing three plans of linear detection, maximum-ratio-combining (MRC), zero forcing receiver (ZF), and minimum mean-square error receiver (MMSE). The simulation results reveal that the spectral efficiency increments altogether with expanding the quantity of base station antennas. Additionally, the spectral efficiency with MMSE is superior to that with ZF, and the last is superior to that with MRC. Furthermore, the spectral efficiency diminishes with expanding the fading parameter.
PL
Artykuł koncentruje się wokół nadchodzącego standardu IEEE 802.11ax i jego wpływu na wydajność pracy sieci Wi-Fi. Omówiono najważniejsze usprawnienia mające podnieść efektywność transmisji w tego typu sieciach. Przedstawiono także wyniki analizy symulacyjnej uwzględniającej nowo wprowadzone tryby transmisji. Porównanie z istniejącymi standardami IEEE 802.11n/ac dowodzi, że nawet częściowe zaimplementowanie nowego standardu w urządzeniach powinno przynieść wyraźne korzyści w kontekście osiąganych szybkości transmisji.
EN
The paper is focused on the forthcoming IEEE 802.11ax standard and its influence on Wi-Fi networks performance. The most important features dedicated to improve transmission effectiveness are presented. Furthermore, the simulation results of a new transmission modes are described. The comparison with the legacy IEEE 802.11n/ac standards shows that even partial implementation of a new standard should bring significant throughput improvements.
PL
W artykule przedstawiono analizę symulacyjną standardu IEEE 802.11aa dla sieci gęstych. Przeanalizowano i porównano zachowanie się urządzeń sieci Wi-Fi dla czterech różnych scenariuszy. Zaobserwowano wpływ działania mechanizmu RTS/CTS i poziomu mocy nadawczej na wydajność pracy sieci. Dzięki przeprowadzonym badaniom pokazano, że otaczające środowisko i ustawienia parametrów warstwy PHY i MAC w standardzie IEEE 802.11aa mają silny wpływ na QoS i wydajność pracy sieci gęstych.
EN
The paper presents a simulation analysis of IEEE 802.11aa standard for dense networks. The behavior of Wi-Fi devices in four different scenarios was analyzed and compared. The effect of the RTS/CTS mechanism and transmit power level on network performance was observed. Through our research we show that the surrounding environment and settings of PHY and MAC layer parameters in IEEE 802.11aa standard have a strong influence on QoS and efficiency of dense networks.
EN
The Photovoltaic solar cells convert the radiant energy from the Sun directly to electricity. Solar photovoltaic systems can help to fulfil the entire energy demands in rural areas by harnessing all the opportunities and potentials. The water is an important element in the life of plants, animals and human being. In this paper, it has been studied that solar energy could be used for water pumping applications such as providing water to rural and remote areas. It is being practiced in south Libya. The data is being collected over two years by measuring the water flow on daily basis at pumping head of (35m). In addition, this presents an evaluation of PV system in water pumping and piping systems and estimation of pumping energy cost. The solar pumping systems depend on water flow rate, pumping head and solar irradiance. The system components contain inverter, pump and PV generator. Besides, the effects of the climate and operating conditions on the performance of PV pumping systems has been discussed.
EN
Financial efficiency analysis of PV plants with a capacity of 1 MWp is presented in the paper, taking into account two RES-E support schemes, which have been implemented in Poland. The aim of the paper is to analyze how the RES-E support mechanisms for Poland impact the actual investor's financial results. The compared RES-E support mechanisms are the following: the auction system (an option of a feed-in-tariff scheme) implemented recently in Poland and the 'green certificates' system, which has been in operation for over a decade now. Financial efficiency analysis method with the sensitivity analysis is implemented to determine the conditions for the most financially effective PV investments. The results show the crucial factors of financial efficiency of the PV farms, which are also discussed in view of the conducted sensitivity analysis, which takes into account changes in the analyzed parameters. The study explores the current policies influencing the conditions of investments in PV plants in Poland providing information for policy makers, investors and researchers interested in the solar energy domain.
EN
The exploitation of renewable energy sources is a tactic adopted by several states around the globe to achieve a sustainable development. Many countries are looking forward the integration of this type of energy into the traditional power system by the beginning of the next decade to reduce the greenhouse gases emission and consequently lessen their effect in the climate change. However, this integration involves studies at technical, environmental and political levels. This article aims at identifying and assessing the level of incorporation and performance of the alternatives clean methods for generating electricity into the national energy system. It presents a quantitative analysis of historic data to better understand the gradual insertion of renewable sources to the electric energy production. This study also comprises a qualitative analysis of the projects executed so far by the Ecuadorian Government to accomplish the compliance with the long-term policies defined in the Master Plan of Electrification 2013-2022 released by the Ministry of Electricity and Renewable Energy in 2013. The outcomes of this research shows that the measure taken in the last sixteen years by the administration are aligned with the guidelines stated in the strategic planning proposed for the decade from 2013 to 2022.
PL
Wykorzystywanie odnawialnych źródeł energii stanowi to istotna część strategii rozwoju zrównoważonego. Wiele krajów zamierza w ciągu najbliższej dekady zintegrować te typy energii z konwencjonalnym systemem energetycznym, aby obniżyć poziom emisji gazów cieplarnianych, a poprzez to zredukować negatywny ich wpływ na klimat. Ta integracja obejmuje badania odnoszące się do aspektów technicznych, środowiskowych i politycznych. W niniejszym artykule oszacowano poziom włączenia i efektywności alternatywnych czystych metod produkcji energii elektrycznej w ramach krajowego systemu energetycznego. Dokonano ilościowej analizy danych historycznych, aby lepiej ukazać przebieg procesu wprowadzania odnawialnych źródeł energii do energetycznych systemów produkcyjnych. Przeprowadzono także analizę jakościową projektów wprowadzanych przez rząd Ekwadoru mających na celu osiągnięcie zgodności z długoterminowymi celami określonymi w Planie elektryfikacji na lata 2013-2022, ogłoszonym przez ministra energetyki i odnawialnych źródeł energii w 2013 r. Przeprowadzone badania pokazują, że działania podjęte w ciągu ostatnich 16 lat przez administrację są zgodne z wytycznymi zawartymi w planowaniu strategicznym zaproponowanym na dekadę 2013-2022.
EN
Wind power is currently the fastest growing exploited source of energy globally. Hence there is an urgent need to understand how wind turbines perform from different perspectives. Even though condition monitoring systems have a huge impact in optimizing wind farm performance via fault anticipation, they do omit several aspects concerning performance. Seemingly, there is a scarcity of studies that attempt to deliver a quick and practical method for wind farm performance analysis, which is the aim of this study. This paper presents a methodology for evaluating the performance of operating wind farms via the use of the Supervisory Control and Data Acquisition System (SCADA) and modeled data. The potential annual energy is calculated per individual turbine, factoring in underperforming/loss events to present their power output in accordance with a representative derived operational power curve. Losses/underperformance events are calculated and categorized into several groups, aimed at identifying and quantifying their causes. The methodology requires both anemometry data from the SCADA system, an onsite meteorological mast, a lidar in combination with the mast as well as modeled data. The discrepancy of the data representing the valid points of the power curve is also taken into consideration when assessing performance, i.e. wind speed vs power output of events that are not loss/underperformance. Production loss and relative standard deviation of power/energy output are the main results obtained in this paper. Finally, a number of optimization measures are suggested in order to boost performance, which can enhance a wind farm’s financial results. To assess the reliability of the proposed methodology, a case study was conducted and evaluated. The case study concerns a windfarm with nominal capacity of 21MW in Kitheronas, Viotia county, Greece which has been operational since November 2014. The case study shows that the methodology is capable of determining potential energy and associated losses/underperformance events. Several questions were raised during the assessment and are discussed in this work, recommendations for optimization measures are presented at the end of the paper. It also contains a discussion on the limitations and uncertainties associated with the presented methodology and case study.
EN
The article deals with the human performance and the factors that affect job performance. During the performance of work a person is exposed to risk factors, which to some extent adversely affect his health. It is necessary to note, that currently prevail in the company of two views on the position of man in the process. First, promoted in particular employers, puts emphasis on increasing the performance of workers and productivity growth. The second view is supported by employees and emphasises the need for safety and health at work of man. The aim of ergonomics is currently referred to harmonise these views. Work is an essential and therefore the dominant activity in the life of every person. An employer has to create the optimal workingconditions for an employee to be able to use their performance-related capacity fully. The results which the keeping of the ergonomic rules in an enterprise brings can be divided into the economic ones, important for the employer and the health keeping ones, important for the employee. A man spends an essential part of their life in a work activity which has formed them during the whole evolution. Therefore we cannot overlook work activity and its effect on a person because it has progressive importance in human development and it is the factor of mental and physical functions improvement.
PL
Artykuł przedstawia analizę wydajności pracy algorytmów wieloprzepływnościowych w sieciach standardu IEEE 802.11aa podczas transmisji strumieni dźwiękowych oraz wideo przy równoczesnej transmisji danych Best Effort. Analizie poddane zostały dwa scenariusze pracy, a uzyskane wyniki zostały porównane dla ośmiu algorytmów wieloprzepływnościowych. W pracy przedstawione również zostały szczegółowe wyniki badań dla każdego algorytmu wieloprzepływnościowego.
EN
The paper presents the performance analysis of multirate algorithms in IEEE 802.11aa networks when transmitting both audio and video streams with Best Effort data traffic. The behavior of two different scenarios was analyzed and compared for eight multirate algorithms. The detailed results for each multirate algorithm are also presented.
20
Content available Logistics management as a system constraint
EN
This paper presents a comparative simulation model of several logistic systems and their impact on operational performance. It stresses the importance of logistic processes and their management in the context of lean production and the theory of constraints. The main goal of our experimental study is to prove how significantly supporting logistic processes can influence production process performance in situations where logistic management represents a system constraint. More specifically, our study considers the capacity of handling units, and their impact on material flow continuity and efficiency. The experimental model is based on real data that was acquired by the authors over the last several years during their research and practical experience. Our results are presented in the form of software statistics that were provided after the experiment and compared with the set hypotheses. The experimental study has shown that a managerial decision to increase the capacity of handling units does not always result in the expected behaviour pattern.
PL
Niniejszy artykuł prezentuje porównawczy model symulacji kilku systemów logistycznych i ich wpływ na wydajność operacyjną. Podkreśla znaczenie procesów logistycznych i zarządzania nimi w kontekście szczupłej produkcji i teorii ograniczeń. Głównym celem naszych badań eksperymentalnych jest udowodnienie, jak znaczne wspieranie procesów logistycznych może wpłynąć na wydajność procesu produkcyjnego w sytuacjach, w których zarządzanie logistyczne stanowi ograniczenie systemu. Ujmując problem bardziej szczegółowo, nasze badanie uwzględnia pojemność jednostek manipulacyjnych oraz ich wpływ na ciągłość przepływu materiału i wydajność. Eksperymentalny model oparty jest na rzeczywistych danych, które zostały zebrane przez autorów w ciągu ostatnich kilku lat w trakcie ich badań i praktycznych doświadczeń. Wyniki przedstawione zostały w formie statystyk oprogramowania dostarczonych po eksperymencie i porównanych z założonymi hipotezami. Badanie eksperymentalne wykazało, że decyzja menedżerska, dotycząca zwiększenia pojemności jednostek manipulacyjnych, nie zawsze prowadzi do oczekiwanego wzorca zachowań.
first rewind previous Strona / 2 next fast forward last
JavaScript jest wyłączony w Twojej przeglądarce internetowej. Włącz go, a następnie odśwież stronę, aby móc w pełni z niej korzystać.