<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>RECERCAT - Treballs de final de màster</title>
<link>http://www.recercat.cat:80/handle/2072/87738</link>
<description>http://www.uvic.cat/centres/EPS</description>
<pubDate>Tue, 21 May 2013 22:22:10 GMT</pubDate>
<dc:date>2013-05-21T22:22:10Z</dc:date>
<image>
<title>The Channel Image</title>
<url xmlns="http://apache.org/cocoon/i18n/2.1">http://www.recercat.cat:80/bitstream/id/34839/</url>
<link>http://www.recercat.cat:80/handle/2072/87738</link>
</image>
<item>
<title>Reconeixement de gestos de la mà amb el sensor Kinect</title>
<link>http://www.recercat.cat:80/handle/2072/202931</link>
<description>Reconeixement de gestos de la mà amb el sensor Kinect
Faja Grau, Elisabet
El reconeixement dels gestos de la mà (HGR, Hand Gesture Recognition) és actualment un camp&#13;
important de recerca degut a la varietat de situacions en les quals és necessari comunicar-se&#13;
mitjançant signes, com pot ser la comunicació entre persones que utilitzen la llengua de signes i&#13;
les que no.&#13;
En aquest projecte es presenta un mètode de reconeixement de gestos de la mà a temps real&#13;
utilitzant el sensor Kinect per Microsoft Xbox, implementat en un entorn Linux (Ubuntu) amb&#13;
llenguatge de programació Python i utilitzant la llibreria de visió artifical OpenCV per a processar&#13;
les dades sobre un ordinador portàtil convencional.&#13;
Gràcies a la capacitat del sensor Kinect de capturar dades de profunditat d’una escena es poden&#13;
determinar les posicions i trajectòries dels objectes en 3 dimensions, el que implica poder realitzar&#13;
una anàlisi complerta a temps real d’una imatge o d’una seqüencia d’imatges.&#13;
El procediment de reconeixement que es planteja es basa en la segmentació de la imatge per&#13;
poder treballar únicament amb la mà, en la detecció dels contorns, per després obtenir&#13;
l’envolupant convexa i els defectes convexos, que finalment han de servir per determinar el&#13;
nombre de dits i concloure en la interpretació del gest; el resultat final és la transcripció del seu&#13;
significat en una finestra que serveix d’interfície amb l’interlocutor.&#13;
L’aplicació permet reconèixer els números del 0 al 5, ja que s’analitza únicament una mà, alguns&#13;
gestos populars i algunes de les lletres de l’alfabet dactilològic de la llengua de signes catalana.&#13;
El projecte és doncs, la porta d’entrada al camp del reconeixement de gestos i la base d’un futur&#13;
sistema de reconeixement de la llengua de signes capaç de transcriure tant els signes dinàmics&#13;
com l’alfabet dactilològic.; Nowadays, Hand Gesture Recognition (HGR) is an important research field since there are many&#13;
situations in which it is necessary to communicate through signs, for example communication&#13;
between deaf and non-deaf people.&#13;
In this project, a Real-Time Hand Gesture Recognition method with Kinect sensor for Xbox is&#13;
presented. This system is implemented with Python under Linux using OpenCV computer vision&#13;
library for data processing.&#13;
Kinect sensor capacity to capture depth data enables 3D objects motion tracking, which allows the&#13;
users to carry out complete real-time analysis of images or images sequences.&#13;
Recognition process is based on image segmentation to remove background, which provides&#13;
hand-processing only, contours detecting, convex hull and convex defects in order to determine the&#13;
number of fingers and recognize hand gestures. Once the gesture has been recognized, the&#13;
system will provide the correspondent output number or letter.&#13;
The application can recognize numbers from 0 to 5, since only one hand is processed, many&#13;
popular gestures and some letters of Catalan sign language alphabet.&#13;
This project is, therefore, an introduction of Hand Gesture Recognition and the cradle of a future&#13;
sign language recognition system able to transcribe both dynamic signs and sign language&#13;
alphabet.
</description>
<pubDate>Fri, 28 Sep 2012 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/202931</guid>
<dc:date>2012-09-28T00:00:00Z</dc:date>
</item>
<item>
<title>Anàlisi d'imatges estereoscòpiques utilitzant mètodes de baixa càrrega computacional</title>
<link>http://www.recercat.cat:80/handle/2072/202888</link>
<description>Anàlisi d'imatges estereoscòpiques utilitzant mètodes de baixa càrrega computacional
López i Rocafiguera, Enric
 Mitjançant imatges estereoscòpiques es poden detectar la posició respecte dela càmera dels objectes que apareixen en una escena. A partir de lesdiferències entre les imatges captades pels dos objectius es pot determinar laprofunditat dels objectes. Existeixen diversitat de tècniques de visió artificialque permeten calcular la localització dels objectes, habitualment amb l’objectiude reconstruir l’escena en 3D. Aquestes tècniques necessiten una gran càrregacomputacional, ja que utilitzen mètodes de comparació bidimensionals, i pertant, no es poden utilitzar per aplicacions en temps real.En aquest treball proposem un nou mètode d’anàlisi de les imatgesestereoscòpiques que ens permeti obtenir la profunditat dels objectes d’unaescena amb uns resultats acceptables. Aquest nou mètode es basa entransformar la informació bidimensional de la imatge en una informacióunidimensional per tal de poder fer la comparació de les imatges amb un baixcost computacional, i dels resultats de la comparació extreure’n la profunditatdels objectes dins l’escena. Això ha de permetre, per exemple, que aquestmètode es pugui implementar en un dispositiu autònom i li permeti realitzaroperacions de guiatge a través d’espais interiors i exteriors.;  Using stereoscopic images, the position with regard to the camera of theobjects appear in a scene, can be detected. From differences between thecaptured images by the two objectives we can determine the depth of objects.Diversity of computer vision techniques exists that allow you to calculate thelocation of the objects, usually with the aim to reconstruct the scene in 3D.These techniques require large computational burden, since they use twodimensional comparison methods, and therefore can not be used for real-timeapplications.In this project we propose a new method of analysis of stereoscopic imagesthat allows us to obtain the depth of objects of a scene with acceptable results.This new method is based on transforming the two-dimensional imageinformation into one-dimensional information in order to make a comparison ofthe images with a low computational cost, and use the comparison results toextract the depth of objects in the scene. This should allow, for example, thismethod can be implemented in a standalone device and allows doing guidanceoperations through indoor and outdoor spaces.
</description>
<pubDate>Fri, 28 Sep 2012 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/202888</guid>
<dc:date>2012-09-28T00:00:00Z</dc:date>
</item>
<item>
<title>Reconeixement de veu mitjançant xarxes neuronals</title>
<link>http://www.recercat.cat:80/handle/2072/202887</link>
<description>Reconeixement de veu mitjançant xarxes neuronals
Clos Calm, Xavier
La interacció home-màquina per mitjà de la veu cobreix moltes àrees&#13;
d’investigació. Es destaquen entre altres, el reconeixement de la parla, la síntesis i&#13;
identificació de discurs, la verificació i identificació de locutor i l’activació per veu&#13;
(ordres) de sistemes robòtics. Reconèixer la parla és natural i simple per a les persones,&#13;
però és un treball complex per a les màquines, pel qual existeixen diverses metodologies&#13;
i tècniques, entre elles les Xarxes Neuronals.&#13;
L’objectiu d’aquest treball és desenvolupar una eina en Matlab per al&#13;
reconeixement i identificació de paraules pronunciades per un locutor, entre un conjunt&#13;
de paraules possibles, i amb una bona fiabilitat dins d’uns marges preestablerts. El&#13;
sistema és independent del locutor que pronuncia la paraula, és a dir, aquest locutor no&#13;
haurà intervingut en el procés d’entrenament del sistema.&#13;
S’ha dissenyat una interfície que permet l’adquisició del senyal de veu i el seu&#13;
processament mitjançant xarxes neuronals i altres tècniques. Adaptant una part de&#13;
control al sistema, es podria utilitzar per donar ordres a un robot com l’Alfa6Uvic o&#13;
qualsevol altre dispositiu.; The man-machine interaction by voice covers many areas of research. Among&#13;
others, we have systems for speech recognition, speech synthesis and identification,&#13;
verification and speaker identification, and voice activation (orders) for robotic systems.&#13;
Recognizing speech is natural and simple for people, but it is a complex task for&#13;
machines for which several methodologies and techniques exists, including artificial&#13;
neural networks.&#13;
The aim of this work is to develop a Matlab based tool for recognition and&#13;
identification of words spoken by a speaker, from a set of possible words and with good&#13;
reliability within predetermined margins. The system is speaker independent, meaning&#13;
that the user of the system has not been involved into the training process of the system.&#13;
During the project, an I/O interface has been designed that allows performing&#13;
signal acquisition and processing of voice through neural networks and other&#13;
techniques. Adapting a control part, the system could be used to give orders to a robot,&#13;
for example Alfa6Uvic robot or other devices.
</description>
<pubDate>Fri, 28 Sep 2012 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/202887</guid>
<dc:date>2012-09-28T00:00:00Z</dc:date>
</item>
<item>
<title>Innovació empresarial en el procés de transmissió de dades mitjançant una aplicació mòbil</title>
<link>http://www.recercat.cat:80/handle/2072/200167</link>
<description>Innovació empresarial en el procés de transmissió de dades mitjançant una aplicació mòbil
Codina i Bau, Josep
Disposar d’informació de qualitat, en el moment oportú i en el volum adequat és&#13;
el que actualment necessiten les empreses per poder prendre decisions òptimes.&#13;
L’empresa JCM Technologies no és una excepció i és en la obtenció d’informació del&#13;
procés productiu de l’empresa on aquest projecte pren part.&#13;
L’objectiu d’aquest projecte de final de màster ha consistit en desenvolupar un&#13;
sistema capaç d’aportar a l’empresa informació sobre els resultats obtinguts durant el&#13;
control de qualitat dels productes, informació de la qual no disposava. Les dades&#13;
existien però no es podien convertir en informació valuosa perquè no es disposava d’un&#13;
mecanisme capaç tractar-les.&#13;
Per complir els objectius marcats s’ha creat un sistema format pels següents&#13;
elements: una aplicació per dispositius mòbils Android, una base de dades, un nou&#13;
programa pel control de la qualitat i aplicatiu servidor. L’aplicació permet obtenir i&#13;
visualitzar la informació. La base de dades és on es guarda la informació que envia el&#13;
programa del control de qualitat i finalment, l’aplicatiu servidor habilita la comunicació&#13;
entre els diferents elements descrits.&#13;
El fet que dóna valor al sistema és que tots els elements que el formen tenen la&#13;
capacitat de comunicar-se entre ells mitjançant Internet. Gràcies a això, és possible&#13;
obtenir informació a temps real de la producció que s’està portant a terme a qualsevol&#13;
punt del món.&#13;
En conclusió, cal dir que els objectius s’han complert ja que s’ha aconseguit un&#13;
sistema ràpid i segur. D’aquesta manera JCM Technologies pot disposar d’una&#13;
informació molt valuosa que li permet que certes decisions no siguin preses a l’atzar.; Being able to have relevant information at the appropriate moment and in&#13;
suitable amounts is what companies need nowadays to make optimal decisions. The&#13;
company JCM Technologies is not an exception and obtaining information from its&#13;
production process is where this project takes part.&#13;
The aim of this master final project is to develop a system capable of providing&#13;
the company information on the results obtained during the quality control of the&#13;
products, information which was not available. The data existed but could not become&#13;
valuable information because a mechanism able to deal with them did not exist.&#13;
To meet the goals a system composed of the following elements has been&#13;
created: an application for Android devices, a database, a new quality control program&#13;
and a server application. The application allows the company to obtain information. The&#13;
database is where the information sent by the new quality control program is stored.&#13;
Finally, the server application enables communication between the different elements.&#13;
What gives value to the system is that all the elements have the ability to&#13;
communicate with each other via the Internet. Thanks to this communication, it is&#13;
possible to obtain, in real time, information about the production that is taking place&#13;
anywhere in the world.&#13;
In conclusion, all goals have been achieved as a quick and secure system has&#13;
been created. Thus, JCM Technologies has the valuable information to make the right&#13;
decisions.
</description>
<pubDate>Tue, 24 Jul 2012 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/200167</guid>
<dc:date>2012-07-24T00:00:00Z</dc:date>
</item>
<item>
<title>Estudi i primera fase per la implementació del FOFB al Sincrotró ALBA</title>
<link>http://www.recercat.cat:80/handle/2072/182636</link>
<description>Estudi i primera fase per la implementació del FOFB al Sincrotró ALBA
Serra Gallifa, Xavier
Aquest treball és la culminació de les pràctiques realitzades al sincrotró ALBA. Situat a Cerdanyola del Vallès, ALBA és un accelerador de 3a generació que permet emmagatzemar un feix d'electrons confinat de fins a 400 mA a 3GeV d'energia, amb l'objectiu d'obtenir llum a partir dels girs provocats al feix.&#13;
Els sincrotrons moderns com el d'ALBA, el que pretenen és aconseguir un major control i estabilitat de la llum. Per aconseguir-ho, cal que el feix d'electrons que creen la llum estigui controlat al màxim i la seva òrbita sigui estable. Amb aquest objectiu els sincrotrons estant implementant sistemes de Fast Orbit FeedBack (FOFB) o sistemes realimentats de correcció ràpida de l'òrbita, per realitzar correccions d'almenys 100Hz que estabilitzin el feix d'electrons amb menys d'un 10% de l'amplada del feix (5-10μm).&#13;
El treball exposa el desenvolupament d'una part del sistema de correcció ràpida de l'òrbita dels electrons (FOFB) que s'està duent a terme al sincrotró ALBA. Concretament, s’han revisat els estudis previs realitzats durant la fase de disseny del sincrotró, s’han recalculat funcions de transferència i retards de tots els elements involucrats al sistema. També s’han realitzat simulacions per confirmar la viabilitat del sistema amb les noves dades i finalment s’ha desenvolupat part de la unitat de control determinant el Hardware i s'ha adquirit dades que permetran analitzar el soroll de l'òrbita que en futurs treballs determinaran millor l'algorisme de la unitat de control.; This project is the end of a stage in the Alba Light Source. Placed in Cerdanyola del Vallès, ALBA is a 3rd generation Light source that allows to store an electrons beam of 400 mA at 3GeV.&#13;
We have to keep in mind that modern light sources like ALBA, want to achieve the maximum control and stability of light, the way to attain the target is that the electrons beam that generate the light were very controlled and their orbit very stable. With that target light sources are implementing Fast Orbit FeedBack (FOFB) systems, that have to correct the electrons orbit at least at 100Hz and stabilize the electrons beam at 10% of their thickness (5-10μm).&#13;
The project shows the development of part a Fast orbit FeedBack (FOFB) that is being implemented in ALBA Light Source. Particularly, all the modelling and studies done in the ALBA design has been reviewed including a empirical calculation of transfer function and latency time of all the subsystems involved in FOFB. These system characterization have been used to confirm the viability of the system and to develop the control unit, determining its Hardware and acquire data that will allow analyse the noise figures that will determine the best beam orbit correction algorithm.
</description>
<pubDate>Thu, 01 Mar 2012 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/182636</guid>
<dc:date>2012-03-01T00:00:00Z</dc:date>
</item>
<item>
<title>Eliminació d'artefactes en EGG mitjançant l'ús de la Multivariate Empirical Mode Decomposition</title>
<link>http://www.recercat.cat:80/handle/2072/169822</link>
<description>Eliminació d'artefactes en EGG mitjançant l'ús de la Multivariate Empirical Mode Decomposition
Gallego Jutglà, Esteve
La tècnica de l’electroencefalograma (EEG) és una de les tècniques més&#13;
utilitzades per estudiar el cervell. En aquesta tècnica s’enregistren els&#13;
senyals elèctrics que es produeixen en el còrtex humà a través d’elèctrodes&#13;
col•locats al cap. Aquesta tècnica, però, presenta algunes limitacions a l’hora&#13;
de realitzar els enregistraments, la principal limitació es coneix com a&#13;
artefactes, que són senyals indesitjats que es mesclen amb els senyals EEG.&#13;
L’objectiu d’aquest treball de final de màster és presentar tres nous mètodes&#13;
de neteja d’artefactes que poden ser aplicats en EEG. Aquests estan basats&#13;
en l’aplicació de la Multivariate Empirical Mode Decomposition, que és una&#13;
nova tècnica utilitzada per al processament de senyal.&#13;
Els mètodes de neteja proposats s’apliquen a dades EEG simulades que&#13;
contenen artefactes (pestanyeigs), i un cop s’han aplicat els procediments de&#13;
neteja es comparen amb dades EEG que no tenen pestanyeigs, per&#13;
comprovar quina millora presenten. Posteriorment, dos dels tres mètodes de&#13;
neteja proposats s’apliquen sobre dades EEG reals.&#13;
Les conclusions que s’han extret del treball són que dos dels nous&#13;
procediments de neteja proposats es poden utilitzar per realitzar el&#13;
preprocessament de dades reals per eliminar pestanyeigs.; Abstract&#13;
The electroencephalogram (EEG) is one of the most used techniques to study&#13;
the brain. This technique records the electric potentials generated in the&#13;
human cortex with electrodes attached to the scalp. However, this technique&#13;
presents several shortcomings. The more important shortcoming is the&#13;
presence of artifacts, which are undesired signals that disturb the EEG time&#13;
series. These artifacts are due to muscle action.&#13;
The aim of this Master Final Project is to present three new procedures to&#13;
clean artifacts of EEG data. The new procedures are based on the&#13;
application of the Multivariate Empirical Mode Decomposition, which is a&#13;
new technique used in data processing.&#13;
The proposed methods are applied to simulated EEG data with artifacts&#13;
(eye blinks). Once the cleaning methods are applied, clean data is compared&#13;
with EEG data without eye blinks to quantify the improvement of the data.&#13;
Subsequently, two of the presented methods are applied to real data to show&#13;
that the procedures can be applied to actual recordings.&#13;
The results point out that the use of two of the cleaning procedures proposed&#13;
to correct eye blinks may be a good procedure for EEG signal preprocessing.
</description>
<pubDate>Thu, 01 Sep 2011 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/169822</guid>
<dc:date>2011-09-01T00:00:00Z</dc:date>
</item>
<item>
<title>Programa d'anàlisi d'imatges de provetes metal·logràfiques</title>
<link>http://www.recercat.cat:80/handle/2072/87874</link>
<description>Programa d'anàlisi d'imatges de provetes metal·logràfiques
Suriñach Albareda, Antoni
L’objectiu del present TFM és explorar les possibilitats del programa matemàtic&#13;
MATLAB i la seva eina Entorn de Disseny d’Interfícies Gràfiques d’Usuari (GUIDE),&#13;
desenvolupant un programa d’anàlisi d’imatges de provetes metal·logràfiques que es pugui utilitzar per a realitzar pràctiques de laboratori de l’assignatura Tecnologia de Materials de la titulació de Grau en Enginyeria Mecatrònica que s’imparteix a la Universitat de Vic.&#13;
Les àrees d’interès del treball són la Instrumentació Virtual, la programació MATLAB i les tècniques d’anàlisi d’imatges metal·logràfiques.&#13;
En la memòria es posa un èmfasi especial en el disseny de la interfície i dels&#13;
procediments per a efectuar les mesures. El resultat final és un programa que satisfà&#13;
tots els requeriments que s’havien imposat en la proposta inicial. La interfície del&#13;
programa és clara i neta, destinant molt espai a la imatge que s’analitza. L’estructura i disposició dels menús i dels comandaments ajuda a que la utilització del programa sigui fàcil i intuïtiva. El programa s’ha estructurat de manera que sigui fàcilment ampliable amb altres rutines de mesura, o amb l’automatització de les rutines existents.&#13;
Al tractar-se d’un programa que funciona com un instrument de mesura, es dedica un&#13;
capítol sencer de la memòria a mostrar el procediment de càlcul dels errors que&#13;
s’ocasionen durant la seva utilització, amb la finalitat de conèixer el seu ordre de&#13;
magnitud, i de saber-los calcular de nou en cas que variïn les condicions d’utilització.&#13;
Pel que fa referència a la programació, malgrat que MATLAB no sigui un entorn de&#13;
programació clàssic, sí que incorpora eines que permeten fer aplicacions no massa&#13;
complexes, i orientades bàsicament a gràfics o a imatges. L’eina GUIDE simplifica la&#13;
realització de la interfície d’usuari, malgrat que presenta problemes per tractar&#13;
dissenys una mica complexos. Per altra banda, el codi generat per GUIDE no és&#13;
accessible, cosa que no permet modificar manualment la interfície en aquells casos en&#13;
els que GUIDE té problemes. Malgrat aquests petits problemes, la potència de càlcul&#13;
de MATLAB compensa sobradament aquestes deficiències.; The aim of this Master Final Project is to explore the possibilities of the mathematical&#13;
software MATLAB and its tool (GUIDE), developing a software of image analysis of&#13;
metallographic specimens which can be used in laboratory practices of the subject&#13;
Materials Technology given in the Mecatronic Engineering degree of the University of&#13;
Vic.&#13;
The interest areas of the project are the Virtual Instrumentation, MATLAB programming&#13;
and the analysis techniques of metallographic images.&#13;
In the written paper it is shown a special importance on the interface design and the&#13;
procedures to execute the measures. The final result is a software that satisfies all the&#13;
requirements imposed in the initial proposal. The software interface is clear and&#13;
understandable, and very space is allocated to the analyzed image. The structure and&#13;
layout of menus and commands help the software use to be easy and intuitive. The&#13;
software is organized so that is easily expandable with other measure routines, or with&#13;
the automation of the existing routines.&#13;
Being a program that works as a measuring instrument, a chapter of the written paper&#13;
is dedicated to show the procedure for calculating the errors caused during its use. The&#13;
purpose is to know its magnitude order and how to calculate them again if the&#13;
utilization conditions have changed.&#13;
In terms of programming, although MATLAB is not a typical programming environment,&#13;
it includes tools that allow applications not too complex and basically directed to&#13;
graphics or images. The GUIDE tool simplifies the implementation of UI, although it&#13;
presents some problems dealing with designs a bit complex. Furthermore, the code&#13;
generated by GUIDE is not accessible, and it does not allow to modify manually the&#13;
interface in cases of problems in GUIDE. Though these minor problems, the computing&#13;
power of MATLAB amply compensates for these shortcomings.
</description>
<pubDate>Wed, 01 Sep 2010 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/87874</guid>
<dc:date>2010-09-01T00:00:00Z</dc:date>
</item>
<item>
<title>Análisis de la fiabilidad de indicadores para sistemas de seguimiento de precios en los mercados</title>
<link>http://www.recercat.cat:80/handle/2072/87873</link>
<description>Análisis de la fiabilidad de indicadores para sistemas de seguimiento de precios en los mercados
Rivera Peruyero, Juan Ricardo
Para este trabajo se ha desarrollado un programa en Matlab, que nos permite realizar ensayos con algunas de las herramientas fundamentales del análisis técnico. Concretamente nos hemos centrado en el “Indicador de Movimiento Direccional” de Wilder.&#13;
El programa está formado por seis funciones que permiten descargar datos,&#13;
hacer la simulación del indicador, ajustar automáticamente algunos de sus&#13;
parámetros y presentar los resultados obtenidos en la simulación.&#13;
Con los experimentos y simulaciones realizadas se ha visto la importancia&#13;
de escoger adecuadamente los períodos de ±DIs (indicadores direccionales&#13;
positivo y negativo) y el ADX (Average Directional Movement Index).&#13;
También hemos visto que la reglas decisión apuntadas por autores de&#13;
reconocido prestigio como Cava y Ortiz ,no siempre se comportan como cabría&#13;
esperar.&#13;
Se propone mejorar el rendimiento y la fiabilidad de este indicador&#13;
Incluyendo alguna media móvil de los precios y el volumen de contratación, en&#13;
los criterios de decisión.&#13;
También se podría mejorar implementando un sistema para que se&#13;
pudiesen autoajustar los criterios de decisión.; For this work we have developed a program in Matlab, which allows us to test some of the key tools of technical analysis. In particular we have focused on the "Directional Movement Indicator" Wilder.&#13;
The program consists of six functions that let you download data to the simulation of the gauge, automatically adjust some of its parameters and present the results obtained in the simulation. With experiments and simulations has been the importance of choosing adequately DIs ± periods (positive and negative directional indicators) and ADX&#13;
(Average Directional Movement Index).&#13;
We have also seen that the decision rules specified by renowned authors&#13;
such as Cava and Ortiz, not always behave as expected. It aims to improve the performance and reliability of this indicator includes a&#13;
moving average of prices and trading volume in the decision criteria.&#13;
Could be improved by implementing a system so they could self-adjust the decision criteria.
</description>
<pubDate>Wed, 01 Sep 2010 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www.recercat.cat:80/handle/2072/87873</guid>
<dc:date>2010-09-01T00:00:00Z</dc:date>
</item>
</channel>
</rss>
