• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 10
  • 8
  • 3
  • 2
  • 1
  • Tagged with
  • 27
  • 27
  • 10
  • 7
  • 5
  • 5
  • 5
  • 5
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 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.
11

CPU Load Control of LTE Radio Base Station

Larsson, Joachim January 2015 (has links)
A radio base station (RBS) may become overloaded if too many mobile devices communicate with it at the same time. This could happen at for instance sport events or in the case of accidents. To prevent CPU overload, the RBS is provided with a controller that adjusts the acceptance rate, the maximum number of connection requests that can be accepted per time interval. The current controller is tuned in real radio base stations and the procedure is both time consuming and expensive. This, combined with the fact that the mobile data usage is predicted to increase puts more pressure on today's system. Thus, there is a need to be able to simulate the system in order to suggest an alternative controller. In this thesis, an implementation of the system is developed in Matlab in order to simulate the RBS system load control behaviour. A CPU load model is estimated using system identification. The current version of the CPU load controller and an alternative PI CPU load controller are implemented. Both are evaluated on different test cases and this shows that it is possible to increase the performance of the system with the alternative CPU load controller, both in terms of lower amount of rejected connection requests and decreased CPU load overshoot.
12

Modeling and Implementation of Controller for Switched Reluctance Motor With Ac Small Signal Model

Wang, Xiaoyan 19 October 2001 (has links)
As traditional control schemes, open-loop Hysteresis and closed-loop pulse-width-modulation (PWM) have been used for the switched reluctance motor (SRM) current controller. The Hysteresis controller induces large unpleasant audible noises because it needs to vary the switching frequency to maintain constant Hysteresis current band. In contract, the PWM controller is very quiet but difficult to design proper gains and control bandwidth due to the nonlinear nature of the SRM. In this thesis, the ac small signal modeling technique is proposed for linearization of the SRM model such that a conventional PI controller can be designed accordingly for the PWM current controller. With the linearized SRM model, the duty-cycle to output transfer function can be derived, and the controller can be designed with sufficient stability margins. The proposed PWM controller has been simulated to compare the performance against the conventional Hysteresis controller based system. It was found that through the frequency spectrum analysis, the noise spectra in audible range disappeared with the fixed switching frequency PWM controller, but was pronounced with the conventional Hysteresis controller. A hardware prototype is then implemented with digital signal processor to verify the quiet nature of the PWM controller when running at 20 kHz switching frequency. The experimental results also indicate a stable current loop operation. / Master of Science
13

Análise comparativa de métodos de otimização aplicados à sintonia do controlador PI / Comparative analysis of optimization methods applied of tunning PI controller

Reis, Márcio Rodrigues da Cunha 06 October 2014 (has links)
Submitted by Luciana Ferreira (lucgeral@gmail.com) on 2016-02-18T07:02:36Z No. of bitstreams: 2 Dissertação - Márcio Rodrigues da Cunha Reis - 2014.pdf: 19219511 bytes, checksum: 8b91b891ec367ebc7de924c8b641876c (MD5) license_rdf: 23148 bytes, checksum: 9da0b6dfac957114c6a7714714b86306 (MD5) / Approved for entry into archive by Luciana Ferreira (lucgeral@gmail.com) on 2016-02-18T07:04:08Z (GMT) No. of bitstreams: 2 Dissertação - Márcio Rodrigues da Cunha Reis - 2014.pdf: 19219511 bytes, checksum: 8b91b891ec367ebc7de924c8b641876c (MD5) license_rdf: 23148 bytes, checksum: 9da0b6dfac957114c6a7714714b86306 (MD5) / Made available in DSpace on 2016-02-18T07:04:08Z (GMT). No. of bitstreams: 2 Dissertação - Márcio Rodrigues da Cunha Reis - 2014.pdf: 19219511 bytes, checksum: 8b91b891ec367ebc7de924c8b641876c (MD5) license_rdf: 23148 bytes, checksum: 9da0b6dfac957114c6a7714714b86306 (MD5) Previous issue date: 2014-10-06 / Financiadora de Estudos e Projetos- Finep / This paper presents a comparative analysis of some methodologies for deterministic and heuristic optimization, applied to a classic problem in control theory. The aim is to determine the parameters tuning Proportional and Integral (PI) controller. The PI controller is used to control the speed of the DC motor. The mathematical model of the DC motor and the independent excitation of the AC-DC converter that is used in driving it is developed. From the mathematical model, the computational model is developed to perform the analysis of a commercial DC motor. In order to validate the computational model, a training bench is built, tests are performed and the results of the comparison between the methods of optimization are presented. / Este trabalho apresenta a an alise comparativa de algumas metodologias de otimiza- c~ao determin stica e heur stica, aplicadas a um problema cl assico da teoria de controle. O intuito e determinar os par^ametros de sintonia do controlador Proporcional e Integral (PI). O controlador PI e utilizado para controlar a velocidade do motor de corrente cont nua. E desenvolvido o modelo matem atico do motor de corrente cont nua de excita c~ao independente e do conversor CA-CC que e utilizado em seu acionamento. A partir do modelo matem atico, e desenvolvido o modelo computacional, para realizar a an alise de um motor CC comercial. A m de validar o modelo computacional, uma bancada did atica e constru da, ensaios s~ao realizados e os resultados da compara c~ao entre os m etodos de otimiza c~ao s~ao apresentados.
14

Splined Speed Control using SpAM (Speed-based Acceleration Maps) for an Autonomous Ground Vehicle

Anderson, David 15 April 2008 (has links)
There are many forms of speed control for an autonomous ground vehicle currently in development. Most use a simple PID controller to achieve a speed specified by a higher-level motion planning algorithm. Simple controllers may not provide a desired acceleration profile for a ground vehicle. Also, without extensive tuning the PID controller may cause excessive speed overshoot and oscillation. This paper examines an approach that was designed to allow a greater degree of control while reducing the computing load on the motion planning software. The SpAM+PI (Speed-based Acceleration Map + Proportional Integral controller) algorithm outlined in this paper uses three inputs: current velocity, desired velocity and desired maximum acceleration, to determine throttle and brake commands that will allow the vehicle to achieve its correct speed. Because this algorithm resides on an external controller it does not add to the computational load of the motion planning computer. Also, with only two inputs that are needed only when there is a change in desired speed or maximum desired acceleration, network traffic between the computers can be greatly reduced. The algorithm uses splines to smoothly plan a speed profile from the vehicle's current speed to its desired speed. It then uses a lookup table to determine the correct pedal position (throttle or brake) using the current vehicle speed and a desired instantaneous acceleration that was determined in the splining step of the algorithm. Once the pedal position is determined a PI controller is used to minimize error in the system. The SpAM+PI approach is a novel approach to the speed control of an autonomous vehicle. This academic experiment is tested using Odin, Team Victor Tango's entry into the 2007 DARPA Urban Challenge which won 3rd place and a $500,000 prize. The evaluation of the algorithm exposed both strengths and weaknesses that guide the next step in the development of a speed control algorithm. / Master of Science
15

Intelektinės tiesiaeigės pavaros tyrimas / Research on the Intelligent Linear Drive

Jenkinas, Pavelas 17 June 2011 (has links)
Baigiamojo magistro darbo tiriamasis objektas – intelektinė tiesiaeigė elektros pavara. Tyrimo tikslas – ištirti tiesiaeigę elektros pavarą, valdoma neraiškiuoju reguliatoriumi. Uždaviniai – sudaryti intelektinės tiesiaeigės pavaros kompiuterinį modelį gauti ir ištirti imitacijos rezultatus, juos palyginti su tokia pačia PI reguliatoriumi valdoma pavara. Literatūros analizės dalyje išnagrinėtas neraiškiosios logikos panaudojimas valdant elektros pavaras. Pateikiami straipsniai, kuriose aprašomos elektros pavarų valdymo galimybės panaudojant neraiškiosios logikos reguliatorius. Teorinėje dalyje išnagrinėjamos tiesiaeigės pavaros, pateikiamos jų taikymo apžvalga ir panaudojimo galimybės. Taip pat išanalizuojamos neraiškiosios valdymo sistemos, jų sudarymo principai ir panaudojimas reguliatoriuose. Aptariami tiesiaeigių elektros pavarų valdymo būdai. Tiriamojoje dalyje sukurtas tiesiaeigės pavaros kompiuterinis modelis, suprojektuotas neraiškusis reguliatorius, gauti imitacijos rezultatai. Rezultatams palyginti sudarytas pavaros modelis naudojant PI reguliatorių. Gauti rezultatai ištirti ir palyginti. Išnagrinėjus tiesiaeigės asinchroninės pavaros imitavimo rezultatus pateikiamos išvados ir pasiūlymai. Darbą sudaro 7-ios dalys: įvadas, literatūros analizė, tyrimo tikslas ir uždaviniai, teorinė dalis, tiriamoji dalis, apibendrinančioji dalis, naudotos literatūros šaltinių sąrašas. Darbo apimtis – 65 psl. teksto be priedų, 43 iliustr., 2 lent., 37 bibliografiniai šaltiniai, iš jų... [toliau žr. visą tekstą] / Research subject of master thesis is intelligent linear electric drive. Objective of the study - to investigate linear electric actuator, controlled with Fuzzy controller. Tasks - create computer model of intellectual linear drive, to investigate the simulation results and compare them with the same drive which controlled with PI controller. In the literary analysis part usage of Fuzzy logic in the electric drives control has been examined. Articles with description of the electric drive control features using Fuzzy logic controller have been given. In the theoretical part the linear actuators are analyzed, the review of the application and their usability was given. Also are analyzed Fuzzy control systems, their creation principles and usage in the regulators. The linear electric drive control methods are discussed. In the research part computer model of the linear drive has developed, designed Fuzzy controller, analyzed simulation results. For results comparing the model with PI controller has designed. The results obtained are examined and compared. After examination results of the linear induction drive simulation the conclusions and recommendations are given. The work consists of seven parts: introduction, literature review, the study aims and objectives, the theoretical part, research, generalization and used references. Thesis volume - 65 pages text without appendixes, 43 pictures, 2 tables, 37 bibliographical sources, including internet links 10. Appendixes are... [to full text]
16

Sistema de controle de fluxo, temperatura e umidade relativa do ar para processos de fermentação em estado sólido / System control flow, temperature and relative humidity processes for solid state fermentation

Fonseca, Rafael Frederico 27 February 2012 (has links)
Os processos de fermentação em estado sólido (FES) existem há muitos séculos nas civilizações orientais, onde têm sido amplamente utilizados na produção de gêneros alimentícios. No ocidente, a indústria tem trabalhado preferencialmente com os processos de Fermentação Submersa (FS) porque, devido ao meio ser aquoso, existem facilidades para se controlar esse tipo de processo. No entanto, novas demandas (tais como o tratamento de resíduos sólidos) não são inteiramente contempladas pela FS. Por outro lado, os processos de FES podem ser descritos como o crescimento de microorganismos em substratos sólidos na ausência de água livre, podendo suprir essas demandas. Entretanto, também devido a essa característica, a maior dificuldade encontrada é o controle das variáveis internas do biorreator (como, por exemplo, a remoção do calor produzido pela atividade biológica). As pesquisas nesse campo mostram que essa remoção é mais fácil através das trocas pelo ar, por causa das dificuldades de condução térmica em meio sólido. Portanto, torna-se necessário o desenvolvimento de sistemas de controle da aeração que permitam a avaliação dos processos em escala de bancada, diminuindo assim o número de incertezas na modelagem e simulação do processo. Com melhores modelos do processo em escala de bancada, torna-se mais fácil o controle da temperatura no leito de um biorreator de maior escala. Esse trabalho tem por objetivo aplicar uma técnica de controle robusto que seja capaz de garantir os índices de desempenho do sistema em toda a faixa operacional do fluxo e da temperatura ar do biorreator. A planta do sistema foi modelada em nove diferentes condições de temperatura e aeração através de modelos de primeira ordem sem atraso. Esses índices são: tempo de acomodação inferior a 12000 segundo e sobressinal inferior a 10%. O controlador utilizado foi do tipo Proporcional Integrativo (PI). Esse controlador foi sintonizado utilizando a metodologia LMI (do inglês Linear Matrix Inequalities) ou Desigualdades Matriciais Lineares, através das restrições elaboradas no algoritmo iterativo V-K. Os resultados da implementação mostram que as restrições utilizadas no algoritmo são capazes de sintonizar o controlador, mesmo não se conhecendo todas as dinâmicas do sistema de aeração. / The solid-state fermentation (SSF) processes have existed for centuries in Eastern civilizations and have been widely used in the production of foodstuffs. In Western, the industry has worked preferably with the submerged fermentation (SF) processes, because it occurs in aqueous medium and it facilitates the bioreactor control. However, new demands, such as solid waste management, are not fully covered by FS. On the other hand, the processes of FES can be described as the growth of microorganisms on solid substrates in the absence of free water, which can meet this demand. But because of this characteristic, the greater difficulty is the bioreactors internal variables control and the major one the removal of the heat produced by biological activity. Researches in this field show that removal is easier through air exchange, because of the difficulties of thermal conduction in a solid medium. Therefore, it becomes necessary to develop an aeration control system that allows processes evaluation in bench scale, thereby reducing the number of uncertainties in modeling and simulation process. Thus, facilitating the temperature control of a larger-scale bioreactors bed. The aim of this work is to apply a robust control technique that guarantees the systems performance indexes throughout the air flow and temperature operational range. The plant was modeled on a first-order system without delay, at nine different conditions of temperature and aeration. These indixes are: settling time less than 12000 seconds and overshoot less than 10%. The controller used was a Proportional Integrative (PI) type. This controller was tuned using the LMI methodology (Linear Matrix Inequalities) through the V-K iterative algorithm restrictions. The implementation results show that the restrictions used in the algorithm are able to tune the controller, even not knowing all the dynamics of the aeration system.
17

Controle direto de torque baseado no controle do ângulo da carga utilizando controladores PI's

Gaziolla, Helio January 2014 (has links)
Orientador: Prof. Dr. Alfeu J. Sguarezi Filho / Dissertação (mestrado) - Universidade Federal do ABC, Programa de Pós-Graduação em Engenharia Elétrica, 2014. / O Controle Direto de Torque é uma das técnicas mais avançadas em acionamentos para motores de indução trifásicos, pois tem como característica principal uma resposta rápida as exigências de torque eletromagnético o que permite um controle com maior precisão da velocidade. Este trabalho apresenta o Controle Direto de Torque baseado no controle do ângulo da carga com a utilização de controladores do tipo proporcional-integral (PI). Esta estratégia baseia-se na análise do erro encontrado entre torque eletromagnético de referência e torque eletromagnético estimado que é processado por um controlador que gera um ângulo de carga. O fluxo do estator em coordenadas estacionárias é calculado a partir de sua magnitude e com o ângulo, gerado pelo controlador PI mencionado, é somado ao ângulo do rotor. O fluxo do estator de referencia é comparado ao fluxo do estator estimado e um controlador PI processa o erro de forma a gerar a tensão de estator em coordenadas estacionárias de forma que as referências de torque e fluxo sejam atendidas. Com base em um modelo computacional foram realizadas simulação para validar a eficiência da estratégia proposta, resultados obtidos demonstram o comportamento transitório e em regime das correntes, torque eletromagnético e velocidade do motor. Também foram realizados testes em bancada para validar o controlador proposto. / The Direct Torque Control is one of the most advanced techniques for three-phase induction motors drives, due its main characteristic in which it has a quick response to requirements electromagnetic torque which allows a control of the speed with greater precision. This work presents the direct torque control based on load angle control with the use proportional-integral (PI) controllers. This strategy is based on the analysis of an error found between the reference of electromagnetic torque and the measured torque that is processed by a controller that generates an electromagnetic torque load angle. The stator flux in stationary coordinates is calculated from the magnitude and the angle generated by a PI controller that is added to the rotor angle. The stator flux reference is compared to the estimated stator flux and a PI controller processes this error an calculates the stator voltage in stationary stator coordinates so that the flux and torque references are attended. The study is made using computer simulations of the proposed controller and experimental results are carried out to validate the estrategy.
18

Sistema de controle de fluxo, temperatura e umidade relativa do ar para processos de fermentação em estado sólido / System control flow, temperature and relative humidity processes for solid state fermentation

Rafael Frederico Fonseca 27 February 2012 (has links)
Os processos de fermentação em estado sólido (FES) existem há muitos séculos nas civilizações orientais, onde têm sido amplamente utilizados na produção de gêneros alimentícios. No ocidente, a indústria tem trabalhado preferencialmente com os processos de Fermentação Submersa (FS) porque, devido ao meio ser aquoso, existem facilidades para se controlar esse tipo de processo. No entanto, novas demandas (tais como o tratamento de resíduos sólidos) não são inteiramente contempladas pela FS. Por outro lado, os processos de FES podem ser descritos como o crescimento de microorganismos em substratos sólidos na ausência de água livre, podendo suprir essas demandas. Entretanto, também devido a essa característica, a maior dificuldade encontrada é o controle das variáveis internas do biorreator (como, por exemplo, a remoção do calor produzido pela atividade biológica). As pesquisas nesse campo mostram que essa remoção é mais fácil através das trocas pelo ar, por causa das dificuldades de condução térmica em meio sólido. Portanto, torna-se necessário o desenvolvimento de sistemas de controle da aeração que permitam a avaliação dos processos em escala de bancada, diminuindo assim o número de incertezas na modelagem e simulação do processo. Com melhores modelos do processo em escala de bancada, torna-se mais fácil o controle da temperatura no leito de um biorreator de maior escala. Esse trabalho tem por objetivo aplicar uma técnica de controle robusto que seja capaz de garantir os índices de desempenho do sistema em toda a faixa operacional do fluxo e da temperatura ar do biorreator. A planta do sistema foi modelada em nove diferentes condições de temperatura e aeração através de modelos de primeira ordem sem atraso. Esses índices são: tempo de acomodação inferior a 12000 segundo e sobressinal inferior a 10%. O controlador utilizado foi do tipo Proporcional Integrativo (PI). Esse controlador foi sintonizado utilizando a metodologia LMI (do inglês Linear Matrix Inequalities) ou Desigualdades Matriciais Lineares, através das restrições elaboradas no algoritmo iterativo V-K. Os resultados da implementação mostram que as restrições utilizadas no algoritmo são capazes de sintonizar o controlador, mesmo não se conhecendo todas as dinâmicas do sistema de aeração. / The solid-state fermentation (SSF) processes have existed for centuries in Eastern civilizations and have been widely used in the production of foodstuffs. In Western, the industry has worked preferably with the submerged fermentation (SF) processes, because it occurs in aqueous medium and it facilitates the bioreactor control. However, new demands, such as solid waste management, are not fully covered by FS. On the other hand, the processes of FES can be described as the growth of microorganisms on solid substrates in the absence of free water, which can meet this demand. But because of this characteristic, the greater difficulty is the bioreactors internal variables control and the major one the removal of the heat produced by biological activity. Researches in this field show that removal is easier through air exchange, because of the difficulties of thermal conduction in a solid medium. Therefore, it becomes necessary to develop an aeration control system that allows processes evaluation in bench scale, thereby reducing the number of uncertainties in modeling and simulation process. Thus, facilitating the temperature control of a larger-scale bioreactors bed. The aim of this work is to apply a robust control technique that guarantees the systems performance indexes throughout the air flow and temperature operational range. The plant was modeled on a first-order system without delay, at nine different conditions of temperature and aeration. These indixes are: settling time less than 12000 seconds and overshoot less than 10%. The controller used was a Proportional Integrative (PI) type. This controller was tuned using the LMI methodology (Linear Matrix Inequalities) through the V-K iterative algorithm restrictions. The implementation results show that the restrictions used in the algorithm are able to tune the controller, even not knowing all the dynamics of the aeration system.
19

CONTROLE DE CORRENTE APLICADO EM INVERSOR MONOFÁSICO DE TENSÃO / CURRENT CONTROL APPLIED IN SINGLE-PHASE VOLTAGE INVERTERS

Lima, Marcel Soares 20 February 2015 (has links)
Made available in DSpace on 2016-08-17T14:52:39Z (GMT). No. of bitstreams: 1 DISSERTACAO_MARCEL SOARES LIMA.pdf: 17818100 bytes, checksum: 95b36384b873fd5da81040a537b53ec1 (MD5) Previous issue date: 2015-02-20 / With advancement of power electronics and the wide range of applications involving single-phase inverter voltage, current controllers has gained great prominence, because they control the flow of energy supplied to the grid or to a load and compensate some quality energy problems. For this, various techniques for controlling power has been studied in order to meet the robustness characteristics, accuracy and speed of response. In addition, another important characteristic, which has been adopted for accurately determining the choice of the current driver is the possibility of eliminating disturbances in specific frequency, such as those caused by harmonicas of the fundamental signal. This paper presents the study, analysis and resonant controller design. Since this controller is equivalent to adding two PI controllers synchronously, a positive sequence and negative sequence other, implemented in the stationary frame of reference, we will investigate the possible resonance structures of controlling synchronous equivalent to PI controllers, and vector classic and the advantages and disadvantages of each. The analyses of resonant controllers are held in the continuous domain and then the drivers are implemented in discrete domain, taking into account the computational delay. It is also performed the analysis and design of strategies for controlling resonant with and without a delay compensator. Finally, experimental tests will be performed to confirm the analyzes in this paper. / Com o avanço da eletrônica de potência e a vasta gama de aplicações que envolvem os inversores monofásicos de tensão, os controladores de corrente têm ganhado grande destaque, pois controlam o fluxo de energia fornecida à rede elétrica ou a uma carga e compensam alguns problemas de qualidade de energia. Para isso, diversas técnicas de controladores de corrente têm sido estudadas com o intuito de atender as características de robustez, precisão e rapidez na resposta. Além disso, outra característica importante, e que tem sido rigorosamente adotada para determinar a escolha dos controladores de corrente, é a possibilidade de eliminar distúrbios em frequências específicas, como por exemplo, aqueles causados por harmônicas do sinal fundamental. Esta dissertação apresenta o estudo, análise e projeto do controlador ressonante. Uma vez que este controlador é equivalente à adição de dois controladores PI síncronos, um de sequência positiva e outro de sequência negativa, implementados no referencial estacionário, serão investigados as possíveis estruturas dos controladores ressonantes equivalentes aos controladores PI síncronos, clássico e vetorial, bem como as vantagens e desvantagens de cada um. As análises dos controladores ressonantes são realizadas no dominio contínuo e, posteriormente, os controladores são implementados no dominio discreto, levando em consideração o atraso computacional. Também é realizada a análise e projeto das estratégias de controladores ressonantes com e sem um compensador de atraso. Por fim, serão realizados ensaios experimentais para confirmar as análises realizadas no decorrer deste trabalho.
20

Odporová pila / Resistance saw

Kalčík, Petr January 2009 (has links)
This work is focused on the design and construction of component parts of resistance saw. Mechanical parts consist of a movable bracket and a taut cutting wire of Constantan. Electrical parts are designed to supply and control temperature of the cutting wire. The current intensity in the cutting wire is compared with the required current intensity. The difference of these two measurements is fed into a PI - controller. The next part is a PWM generator which generates the square wave signal. The pulse ratio of this signal is proportional to the required temperature of the cutting wire. This signal switches a switching converter that consists of a power transistor P-MOSFET IRF5210 and a diode MBR20100CT. Choking coil with a ferrite E core and with the cutting wire is connected to the output of the converter.

Page generated in 0.0387 seconds