• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 503
  • 427
  • 114
  • 78
  • 33
  • 33
  • 31
  • 26
  • 21
  • 21
  • 10
  • 9
  • 8
  • 3
  • 2
  • Tagged with
  • 1434
  • 300
  • 270
  • 183
  • 183
  • 139
  • 137
  • 125
  • 101
  • 100
  • 94
  • 90
  • 90
  • 84
  • 84
  • 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.
221

Implementation of unmanned vehicle control on FPGA based platform using system generator

Murthy, Shashikala Narasimha 01 June 2007 (has links)
The goal of this research was to explore a new and improved software development tool for the implementation of control algorithms on Xilinx Field Programmable Gate Arrays (FPGA). The Simulink plug in, System Generator, complements traditional Hardware Description Language (HDL) by providing a higher level graphical language for the development of FPGA designs. The design is then translated into the lower level required by the Xilinx's ISE program. By utilizing this graphical based higher level of abstraction at the design entry level, the requirement of a detailed knowledge of HDL languages is no longer required. Because of this new environment the time required to implement the previously developed control design on the FPGA is reduced. The initial work began with a study of System Generator capabilities. One of the primary areas of interest is the difference on how the mathematical model representations are implemented between Simulink and the logic based hardware. From this initial work, a methodology for conversion between the developed and verified Simulink design and hardware implementation was obtained. As a case study, a control design was implemented for a Simulink model of an Unmanned Ground Vehicle (UGV) based on an RC-Truck. The control system consists of a simple mission planner to generate a vector of waypoints, a proportional-integral velocity controller and a proportional heading controller. The derived hardware design process is then utilized and validated by converting the control system into the available System Generator blocks. The final verification of the FPGA design was a hardware-in-the-loop simulation utilizing a Xilinx prototyping board. This design example demonstrated the validity of the presented approach as an efficient and reliable method for rapid system prototyping for designs developed within the Simulink environment.
222

Using C# and WPF to Create Fast Plots for Telemetry Analysis on Large Data Sets

Burns, Steven, Endress, William 10 1900 (has links)
ITC/USA 2014 Conference Proceedings / The Fiftieth Annual International Telemetering Conference and Technical Exhibition / October 20-23, 2014 / Town and Country Resort & Convention Center, San Diego, CA / Upon completion of a test where telemetry(TM) data was collected, the resulting TM file will usually contain millions of data points. Traditionally MatLab™, Mathlab™, or some third party software is used to plot the data. These methods may not always be desirable due to the expense of licensing, restrictions on the ability to create custom graphs and the inability to quickly plot large amounts of data. These problems were solved by using Windows Presentation Foundation (WPF) graphics capabilities in conjunction with C# to develop a unique set of algorithms to display custom graphs of unlimited size with quick response.
223

Simulation of 3ph induction motor in Matlab with Direct and Soft starting methods.

Abboud, Mohamad Moulham January 2015 (has links)
Asynchronous machines are considered nowadays the most commonly used electrical machines, which are mainly used as electrical induction motors. Starting the induction motor is the most important and dangerous step. The theory behind this project is based on representing the real motor by a set of equations and values in Matlab using the subsystem feature, forming a corresponding idealistic motor in a way where all the physical effects are similar. The motor is started under different loads in two methods: Direct and Soft starting. Each method is studied and discussed using supporting simulation of currents, torque, speed, efficiency and power factor curves.
224

An initial design of an OFDM transceiver

Thacker, Corey McKinney 22 November 2010 (has links)
The initial design of an OFDM transceiver is described and the simulations using MATLAB’s Simulink Software and other FGPA based tools are presented. All components of a modern OFDM system were implemented in Simulink to provide an understanding of the various components of an OFDM system, provide a proof of concept in the design, and measure the theoretical performance of the system. In an effort to build the transceiver, the FFT and randomizer components were implemented in verilog and were successfully simulated using ModelSim Altera Starter Edition 6.5b. A commercially available OFDM core, which did not include forward error correction, was simulated to measure the performance of an OFDM system within Altera Stratix III devices and determine the overall logic utilization for OFDM modulation and demodulation. The goals of this report are to describe in detail the general effort made by the author to build an OFDM transceiver and serve as a driver for its eventual FPGA implementation. / text
225

RRQR-MEX - Linux and Windows 32bit MATLAB MEX-Files for the rank revealing QR factorization

Saak, Jens, Schlömer, Stephan 05 January 2010 (has links) (PDF)
The rank revealing QR decomposition is a special form of the well known QR decomposition of a matrix. It uses specialized pivoting strategies and allows for an easy and efficient numerical rank decision for arbitrary matrices. It is especially valuable when column compression of rectangular matrices needs to be performed. Here we provide documentation and compilation instructions for a MATLAB MEX implementation of the RRQR allowing the easy usage of this decomposition inside the MATLAB environment.
226

3-d cone beam αναπαράσταση με χρήση παράλληλης επεξεργασίας σε περιβάλλον MATLAB

Μπασαγιάννης, Γεώργιος 09 February 2009 (has links)
3d αναπαράσταση με παράλληλη επεξεργασία μέσω Matlab / 3D cone beam representation using Matlab
227

Sizing and Balance Module Development for Aircraft Conceptual Design

Peterson, Gustav January 2007 (has links)
This thesis work was done in order to improve the capabilities in a preliminary aircraft analysis program, DIBA, at Saab Aerosystems. The areas that this was done are in the sizing and balance. One sizing tool was developed in order to make a performance analysis with the DIBA generated geometry and customer and/or regulation based criteria. A balance diagram, a neutral point estimation function, a landing gear plot and a trim program was created in order to extend the weight and balance analysis. Results show that various aircraft both military and civil can be analyzed with good comparison to other analysis and reality. For example EXCEL implemented analysis and graphs over real aircrafts shown in the report.
228

Pedestrian Detection on FPGA

Qureshi, Kamran January 2014 (has links)
Image processing emerges from the curiosity of human vision. To translate, what we see in everyday life and how we differentiate between objects, to robotic vision is a challenging and modern research topic. This thesis focuses on detecting a pedestrian within a standard format of an image. The efficiency of the algorithm is observed after its implementation in FPGA. The algorithm for pedestrian detection was developed using MATLAB as a base. To detect a pedestrian, a histogram of oriented gradient (HOG) of an image was computed. Study indicates that HOG is unique for different objects within an image. The HOG of a series of images was computed to train a binary classifier. A new image was then fed to the classifier in order to test its efficiency. Within the time frame of the thesis, the algorithm was partially translated to a hardware description using VHDL as a base descriptor. The proficiency of the hardware implementation was noted and the result exported to MATLAB for further processing. A hybrid model was created, in which the pre-processing steps were computed in FPGA and a classification performed in MATLAB. The outcome of the thesis shows that HOG is a very efficient and effective way to classify and differentiate different objects within an image. Given its efficiency, this algorithm may even be extended to video.
229

Network-oriented simulation of variable reluctance motor with PWM control

Chayopitak, Nattapon 05 1900 (has links)
No description available.
230

Reduced order modeling of wind turbines in MatLab for grid integration and control studies

Antonelli, Jacopo January 2012 (has links)
The current trend in the wind power industry is to develop wind turbines of constantly increasing size and rated power, as well as wind farms of growing size and installed wind power. A careful study of the behaviour of the wind turbines during their operation is of crucial importance in the planning phase and in the design stage of a wind farm, in order to minimize the risks deriving from a non accurate prediction of their impact in the electric grid causing sensible faults of the system. To analyze the impact of the wind turbines in the system, motivates the development of accurate yet simple models. To be able to practically deal with this topics, a simple model of a wind turbine system is investigated and developed; it has the aim to describe the behaviour of a wind turbine in operation on a mechanical standpoint. The same reduced order simple model can also be employed for control system studies; the control system model that can’t be used in generation, can use the reduced model. Together with the analytical description of such model, is realized a MatLab code to numerically analyse the response of the system, and the results of the simulation through such code are presented. The objective of this thesis has been to provide a simple benchmark tool in MatLab for grid integration and control studies for interested researchers.

Page generated in 0.211 seconds