Graphical Programming Tools for Electrical Engineering Higher Education

Total Page:16

File Type:pdf, Size:1020Kb

Graphical Programming Tools for Electrical Engineering Higher Education GRAPHICAL PROGRAMMING TOOLS FOR ELECTRICAL ENGINEERING HIGHER EDUCATION Graphical Programming Tools for Electrical Engineering Higher Education doi:10.3991/ijoe.v7i1.1403 E. Lunca1, S. Ursache1 and O. Neacsu1 1Technical University of Iasi, Romania Abstract—As the engineering education and computer tech- Because LabVIEW dramatically simplifies and accelerates nologies for industry merge, the opportunities for teaching the design projects, the educators have incorporated Lab- and learning will also expand. In such context, a large num- VIEW in a large variety of courses, from introductory ber of academic courses that teach electrical engineering classes to graduate-level studies. It can be used both in concepts have incorporated the graphical programming as classrooms (or laboratories), for in-class concept demon- educational tool for student use. The current paper discuses strations and prototype implementation, and in homework, some of the most popular graphical programming packages, to compute, simulate and identify solutions to engineering identifies two alternative solutions and shows how the vir- problems. Note that, because the appearance and operation tual instrumentation approach pioneered by LabVIEW may of the LabVIEW programs imitate physical instruments, enhance the electrical engineering curricula. such as oscilloscopes or multimeters, they are called vir- tual instruments or VIs. Index Terms—graphical programming, virtual instrumenta- The LabVIEW programming is extremely intuitive. tion, electrical engineering (EE), higher education. Disposing of various objects, such as terminals, constants, structures, functions and subVIs (sub-virtual instruments), I. INTRODUCTION LabVIEW allows users to define the behavior of their applications by dragging and dropping these objects onto As the graphical programming has grown in popularity, a diagram, and connecting them through wires, as neces- its usage in the educational field has become an important sary. Each terminal in the block diagram has a correspon- preoccupation for more and more universities all over the dent on the front panel window (the graphical user inter- world. In electrical engineering, graphical programming face of the virtual instrument), which acts either as a data environments like NI LabVIEW and Agilent VEE have input or a data output. Generally, this programming ap- now the potential to enhance the content of a large variety proach is very well received by students, many of them of courses [1-14], offering teachers the opportunity to de- stating that the LabVIEW platform is highly accessible velop new educational tools in the form of “virtual in- and efficient for learning. struments”. LabVIEW comes with hundreds of ready-to-use exam- By integrating PCs and commercial technologies, the ple VIs. Moreover, it integrates configurable Express VIs virtual instrumentation approach is ideal to implement that significantly reduce the development time and com- software-based versions of the real-world instruments, plexity associated with adding analysis and signal process- increasing the versatility of the existing hardware with ing algorithms into user applications. Finally, instructors minimal cost. This, in combination with the intuitive na- and students may save time and acquire new ideas by vis- ture of the dataflow programming, allows educators to iting the National Instruments’ academic web site, where create a richer learning environment that greatly facilitates they can access labs, exercises and tutorials covering a the hands-on experimentation. Likewise, the students may large number of electrical engineering disciplines. develop their own applications without needing extensive knowledge of programming techniques, often associated Agilent VEE (originally known as HP VEE) is a “vis- with text-based engineering software. Thus, they will be ual engineering environment” designed to quickly develop able to focus on exploring concepts and solving engineer- and automate measurements and tests. It is characterized ing problems, rather than learning programming nuances. by its ability to control a large variety of instruments, as well as its focus on high-level task-oriented blocks. II. POPULAR GRAPHICAL PROGRAMMING TOOLS FOR Programming with VEE also requires creating block ELECTRICAL ENGINEERING diagrams, but the VEE programs do not necessitate im- plementing front panels. However, if a user interface has Because of the advantages of graphical programming, a to be developed, this can be done by simply adding ob- range of software tools for different areas of electrical jects and “UserFunctions” to a front panel. engineering have been developed by industry. As a natural result, some of these products started to play an important As in the case of LabVIEW, Agilent VEE comes with role in the EE higher education, as well. built-in tutorials and sample programs. Both environments have student editions at affordable prices, intended to help LabVIEW (Laboratory Virtual Instrumentation Engi- students in designing graphical programming solutions to neering Workbench) is an industry-standard, fully- their classroom problems and laboratory experiments. featured graphical programming language, offered by Na- Academic programs for universities aimed to help educa- tional Instruments since 1986 and extensively used for tors to teach these two software platforms and to include developing test, control and measurement applications. them in course curriculum are also available. iJOE – Volume 7, Issue 1, February 2011 19 GRAPHICAL PROGRAMMING TOOLS FOR ELECTRICAL ENGINEERING HIGHER EDUCATION DASYlab is an “icon-based data acquisition, graphics, teaching MATLAB / Simulink related courses. Further- control and analysis software” developed by DasyTec. In more, a large volume of other educational resources, such DASYlab, module icons are placed on a worksheet win- as downloadable code and models, is also available for dow and connected with wires in a schematic diagram, classroom instruction or individual learning. which defines the flow of data through the system. Each At the moment, the MATLAB / Simulink software can icon in the diagram represents an input, operation or out- be linked to many other commercial products, including put function. some of those presented in this paper. For instance, The DASYlab flowcharts have an appearance similar to through the LabVIEW Simulation Interface Toolkit, it is the LabVIEW block diagrams, but there are some underly- possible to build custom user interfaces for models created ing differences between the graphical methodologies used in the Simulink environment, while using the LabVIEW by these two environments. National Instruments, which Math Interface Toolkit allows calling LabVIEW VIs di- now owns both products, states that “although LabVIEW rectly from the MATLAB environment. Similarly, built-in does not provide as much automatic data handling of MATLAB Script objects, which provide access to the measurement information as DASYLab, it contains a functionality of MATLAB, are available for Agilent VEE more flexible and powerful programming interface that users (the VEE Student Edition requires MATLAB to be allows you to define advanced and complex programs installed on the user machine). quickly” [15]. Anyway, since DASYLab has a very short user-learning curve, it can be easily integrated in any III. ALTERNATIVE GRAPHICAL SOLUTIONS measurement laboratory. Until now, a number of software products that use a Snap-Master (from HEM Data Corporation) is a com- graphical programming approach were presented. How- plete software package designed to quickly acquire test ever, there are graphical software packages based on dif- data. It uses an intuitive flowchart approach based on ferent approaches, intended to eliminate or make transpar- icons (specific functions) connected through “data pipes”, ent to users the programming aspects. Two such products which defines the data flow between these functions. Sim- are briefly discussed below. ply double clicking on an icon brings up a dialog box or DADiSP (pronounced day-disp) is a visually oriented table containing all the settings for that function. software package for displaying, managing, analyzing and The product philosophy of Snap-Master lies in three presenting scientific and technical data, acting as an “in- “no programming” modules (Data Acquisition, Waveform teractive graphics worksheet”. A DADiSP worksheet is Analyzer and Frequency Analyzer), which can operate as comprised of analysis windows that contain either raw stand-alone packages, or integrated into a complete data data or data transformed by one of the analysis functions acquisition and analysis solution. Additionally, add-on of DADiSP, which are shown as graphs or tables. Through programming modules are available for extending its ca- formulas, the data or graph in a window can be related to pabilities beyond the data acquisition solutions whenever those in other windows, permitting users to define their necessary. own analysis chain without programming. When new data Because Snap-Master is very simple to use, it can be in- is loaded into a raw data window, all the dependent win- tegrated in the educational laboratories carrying out meas- dows will automatically recalculate and update. urements, as well. An attractive feature of Snap-Master For education, a great advantage of DADiSP consists in consists in its “Sensor Database”, which automatically its free student edition – a 9-windowed, menu-driven converts acquired data
Recommended publications
  • Session Siptool: the 'Signal and Image Processing Tool'
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by DigitalCommons@CalPoly Session SIPTool: The ‘Signal and Image Processing Tool’ An Engaging Learning Environment Fred DePiero1 Abstract The ‘Signal and Image Processing Tool’ is a With the SIPTool, students create an integrated system multimedia software environment for demonstrating and that includes their processing routine along with developing Signal & Image Processing techniques. It has image/signal acquisition and display. This integrated system been used at CalPoly for three years. A key feature is is a very different result than the ‘haphazard’ line-by-line extensibility via C/C++ programming. The tool has a processing steps that students may or may not successfully minimal learning curve, making it amenable for weekly stumble through in a MatLab environment, as they follow a student projects. The software distribution includes given example. The SIPTool-based implementation is much multimedia demonstrations ready for classroom or more like a complete, commercial product. laboratory use. SIPTool programming assignments strengthen the skills needed for life-long learning by A variety of learning objectives can be readily requiring students to translate mathematical expressions addressed with the SIPTool including: time/frequency into a standard programming language, to create an relationships, 1-D and 2-D Fourier transforms, convolution, integrated processing system (as opposed to simply using correlation, filtering, difference equations, and pole/zero canned processing routines). relationships [1]. Learning objectives associated with image processing can also be presented, such as: gray scale Index Terms Image Processing, Signal Processing, resolution, pixel resolution, histogram equalization, median Software Development Environment, Multimedia Teaching filtering and frequency-domain filtering [2].
    [Show full text]
  • Towards a Fully Automated Extraction and Interpretation of Tabular Data Using Machine Learning
    UPTEC F 19050 Examensarbete 30 hp August 2019 Towards a fully automated extraction and interpretation of tabular data using machine learning Per Hedbrant Per Hedbrant Master Thesis in Engineering Physics Department of Engineering Sciences Uppsala University Sweden Abstract Towards a fully automated extraction and interpretation of tabular data using machine learning Per Hedbrant Teknisk- naturvetenskaplig fakultet UTH-enheten Motivation A challenge for researchers at CBCS is the ability to efficiently manage the Besöksadress: different data formats that frequently are changed. Significant amount of time is Ångströmlaboratoriet Lägerhyddsvägen 1 spent on manual pre-processing, converting from one format to another. There are Hus 4, Plan 0 currently no solutions that uses pattern recognition to locate and automatically recognise data structures in a spreadsheet. Postadress: Box 536 751 21 Uppsala Problem Definition The desired solution is to build a self-learning Software as-a-Service (SaaS) for Telefon: automated recognition and loading of data stored in arbitrary formats. The aim of 018 – 471 30 03 this study is three-folded: A) Investigate if unsupervised machine learning Telefax: methods can be used to label different types of cells in spreadsheets. B) 018 – 471 30 00 Investigate if a hypothesis-generating algorithm can be used to label different types of cells in spreadsheets. C) Advise on choices of architecture and Hemsida: technologies for the SaaS solution. http://www.teknat.uu.se/student Method A pre-processing framework is built that can read and pre-process any type of spreadsheet into a feature matrix. Different datasets are read and clustered. An investigation on the usefulness of reducing the dimensionality is also done.
    [Show full text]
  • + Wireless World
    ELECTRONICS Denmark DKr. 70.00 Germany DM 15.00 Greece Dra.760 Holland DFI. 14 Italy L. 7300 IR £3.30 Spain Pts. 780 WORLD Singapore SS 12.60 USA $6.70 + WIRELESS WORLD SOR DISTRIBUTION A REED BUSINESS PUBLICATION MARCH 1993 £1.95 APPLICATIONS Intelligent charging for f 4A 4 r NiCds B 7-1/8 RF DESIGN ATV receiver for 23cm SYSTEMS Radio circuitry for GPS systems SIGNAL PROCESSING Experimenting with DSP REVIEW Dadisp-the clumsy alternative ? IMF an Hickman's new hook READE na oguee for just £22.40* *Overseas f27.40..This month Normal price L 34.90 19.91.1) OFFER I 833004 THE WORLDS No.1 BEST SELLING UNIVERSAL PROGRAMMING AND TESTING SYSTEM. The PC82 Universal Programmer and Tester is a *More sold worldwide than any other of *Software supplied to write own test PC -based development tool designed to its type. vectors for custom ICs and ASICs etc. program and test more than 1500 ICs. The latest *UK users include BT, IBM, MOD, THORN *Protection circuitry to protect against version of the PC82 is based on the experience EMI, MOTOROLA, SANYO, RACAL wrong insertion of devices. gained after a 7 year production run of over *High quality Textool or Yamaichi zero 100,000 units. insertion force sockets. *Ground control circuitry using relay switching. *Rugged screened cabling. The PC82 is the US version of the Sunshine *High speed PC interface card designed *One model covers the widest range of Expro 60, and therefore can be offered at a very devices, at the lowest cost.
    [Show full text]
  • Dadisp / Filters Digital Filter Design Module
    DADiSP / Filters Digital Filter Design Module KEY FEATURES DADiSP/Filters is a menu-driven module for FIR and IIR digital filter design and analysis. From Simple User Interface any DADiSP Worksheet, you can quickly design, view and analyze both FIR (Finite Impulse Lowpass, Highpass, Bandpass, Bandstop and Response) and IIR (Infinite Impulse Response) Multiband Filters filters. Once you have designed a filter, you may filter the raw data, then view and analyze the Finite Impulse Response (FIR) Filter Design filtered signal. Through the easy-to-use dialog FIR Hilbert Transforms and Differentiators boxes or simple one line functions, you can tune the filter iteratively, re-filtering the data until you FIR Remez Exchange and Kaiser Window have separated the signal from the noise cleanly. Design Algorithms Infinte Impulse Response (IIR) Filter Design IIR Bessel, Butterworth, Chebychev I, Chebychev II and Elliptic Filters IIR Bilinear Transform and Matched Z Design Algorithms Magnitude, Phase, Group Delay and Impulse Response Output Coefficent Form Conversion Output Coefficent Quantization Time and Frequency Domain Filtering Functions Pole-Zero Plots www.dadisp.com DSP Development Corporation Toll Free: 1-800-424-3131 New Features DADiSP/Filters Version 5.0 includes a completely redesigned user interface to streamline the process of designing and applying digital filters. Straightforward dialog boxes with automatic option validation simplifies both the design and analysis of filters. Filter coefficients can be easily converted to various filter structures and quantization routines are included to help simulate DSP chipsets. IIR Bessel filters and the Matched Z Transform design method have been added. Linear phase FIR Kaiser filters have been expanded and enhanced.
    [Show full text]
  • 1990 Cern School of Computing
    CEKN 91-05 14 May 1991 ORGANISATION EUROPÉENNE POUR LA RECHERCHE NUCLÉAIRE CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH 1990 CERN SCHOOL OF COMPUTING Ysermonde, Belgium 2-15 September 1990 PROCEEDINGS GEMEVA 1991 © Copyright CERN, Genève, 1991 Propriété littéraire et scientifique réservée Literary and scientific copyright-i r^-tw^d în pûui tous les pays du mund», Ge document ne nil cnuutrie* at the world. This report, or peut être reproduit ou traduit en tout DU en any part of it, may not be reprinted or trans­ partie sans l'autorisation écrite du Directeur lated wiLliHxit written permission of the copy­ littéral du CERN, titulaire du droit d'auteur. right holder, tile Director-General of CERN, Dans les cas appropriés, et s'il s'a.{pt d'utiliser However, permission will be freely granted for le docu un- il l & îles fins lion commerciales, cet te appropriate non-commercial use autorisation sera volontiers accordée- If any patentable invention or registrable Le OEKN ne revendique pas In propriété des design is described in the report. CERN makes inventions brevelables et dosum ou modèles no claim t« properly rights in it but oirer» ft susceptible* de dépôt qui pour™enl être for the free use of research institutions, man­ décrits dans le présent document; ceux-ci peu­ ufacturers and others. CERN, however, may vent être libn-ini-iil utilisés par les institut» de oppose any attempt by n user to claim any H'du-! du-, las industriel» et autre* intéressés. proprietary Or patent rights in such invention* Cependant, l« CERN se réserve le droïi de or designs as may be deMnrilwd in the present s'opposer & toute revendication qu'un Usager document.
    [Show full text]
  • Integration of DSP Theory, Experiments, and Design: Report of a 7-Year Experience with an Undergraduate Course
    Session 2632 Integration of DSP Theory, Experiments, and Design: Report of a 7-Year Experience with an Undergraduate Course Mahmood Nahvi Electrical Engineering Department California Polytechnic State University, San Luis Obispo Contents 1. Summary 2. Background 3. Pedagogical and Technical Considerations 4. DSP Theory 5. Experiments 6. Design Projects 7. Discussion and Conclusions References 1. Summary The senior technical-elective digital signal processing (DSP) course and lab at Cal Poly State University has become popular among electrical and computer engineering students. The goal of the courses is to teach digital signal processing for applications. Therefore, emphasis is placed on teaching and learning DSP through real-time, real-world examples. The approach is to “learn DSP by doing,” with synthesis and design as the main vehicle. The course integrates classical DSP theory, structured experiments, and design projects. It requires prior knowledge of continuous and discrete-time signals and systems analysis, and familiarity with concepts and techniques such as linear time-invariant systems, convolution, correlation, and Fourier transforms. The course runs for a quarter of the academic year and includes three hours of lecture presentations, eight experiments and a design project. In all of the above activities, students work together in groups of two or three. Each experiment includes pre- lab, design, implementation, testing and evaluation of DSP algorithms and their application. Each design project requires effort equivalent to the completion of three or four regular experiments. The laboratory uses Texas Instruments' DSP boards and software development tools and industry-standard computation engines, simulation, data analysis and display packages such as DADiSP and Matlab.
    [Show full text]
  • Numerical Analysis, Modelling and Simulation
    Numerical Analysis, Modelling and Simulation Griffin Cook Numerical Analysis, Modelling and Simulation Numerical Analysis, Modelling and Simulation Edited by Griffin Cook Numerical Analysis, Modelling and Simulation Edited by Griffin Cook ISBN: 978-1-9789-1530-5 © 2018 Library Press Published by Library Press, 5 Penn Plaza, 19th Floor, New York, NY 10001, USA Cataloging-in-Publication Data Numerical analysis, modelling and simulation / edited by Griffin Cook. p. cm. Includes bibliographical references and index. ISBN 978-1-9789-1530-5 1. Numerical analysis. 2. Mathematical models. 3. Simulation methods. I. Cook, Griffin. QA297 .N86 2018 518--dc23 This book contains information obtained from authentic and highly regarded sources. All chapters are published with permission under the Creative Commons Attribution Share Alike License or equivalent. A wide variety of references are listed. Permissions and sources are indicated; for detailed attributions, please refer to the permissions page. Reasonable efforts have been made to publish reliable data and information, but the authors, editors and publisher cannot assume any responsibility for the validity of all materials or the consequences of their use. Copyright of this ebook is with Library Press, rights acquired from the original print publisher, Larsen and Keller Education. Trademark Notice: All trademarks used herein are the property of their respective owners. The use of any trademark in this text does not vest in the author or publisher any trademark ownership rights in such trademarks, nor does the use of such trademarks imply any affiliation with or endorsement of this book by such owners. The publisher’s policy is to use permanent paper from mills that operate a sustainable forestry policy.
    [Show full text]
  • Outline of Machine Learning
    Outline of machine learning The following outline is provided as an overview of and topical guide to machine learning: Machine learning – subfield of computer science[1] (more particularly soft computing) that evolved from the study of pattern recognition and computational learning theory in artificial intelligence.[1] In 1959, Arthur Samuel defined machine learning as a "Field of study that gives computers the ability to learn without being explicitly programmed".[2] Machine learning explores the study and construction of algorithms that can learn from and make predictions on data.[3] Such algorithms operate by building a model from an example training set of input observations in order to make data-driven predictions or decisions expressed as outputs, rather than following strictly static program instructions. Contents What type of thing is machine learning? Branches of machine learning Subfields of machine learning Cross-disciplinary fields involving machine learning Applications of machine learning Machine learning hardware Machine learning tools Machine learning frameworks Machine learning libraries Machine learning algorithms Machine learning methods Dimensionality reduction Ensemble learning Meta learning Reinforcement learning Supervised learning Unsupervised learning Semi-supervised learning Deep learning Other machine learning methods and problems Machine learning research History of machine learning Machine learning projects Machine learning organizations Machine learning conferences and workshops Machine learning publications
    [Show full text]
  • Dasylab 2020
    DASYLab 2020 DASYLab 2020 Data Acquisition, Controlling, and Monitoring Sept 2019 324212E-01 dasylab.com DASYLab 2020 English-Language Support and Distribution Americas Measurement Computing Corporation 10 Commerce Way Norton, MA 02766 USA Tel.: +1 508-946-5100 Fax: +1 508-946-9500 E-Mail: [email protected] www.mccdaq.com Worldwide - Outside the Americas measX GmbH & Co.KG Trompeterallee 110 41189 Moenchengladbach Germany Tel.: +49 2166 9520-0 Fax: +49 2166 9520-20 E-Mail: [email protected] www.measx.com Worldwide Support and Distribution www.dasylab.com © 2005–2019 National Instruments Ireland Resources Limited. All Rights Reserved. © National Instruments Ireland Resources Limited DASYLab 2020 Important Information Warranty The media on which you receive National Instruments software are warranted not to fail to execute programming instructions, due to defects in materials and workmanship, for a period of 90 days from date of shipment, as evidenced by receipts or other documentation. National Instruments will, at its option, repair or replace software media that do not execute programming instructions if National Instruments receives notice of such defects during the warranty period. National Instruments does not warrant that the operation of the software shall be uninterrupted or error free. A Return Material Authorization (RMA) number must be obtained from the factory and clearly marked on the outside of the package before any equipment will be accepted for warranty work. National Instruments will pay the shipping costs of returning to the owner parts which are covered by warranty. National Instruments believes that the information in this document is accurate. The document has been carefully reviewed for technical accuracy.
    [Show full text]
  • Getting Started with Dadisp: a Guide
    Getting Started with DADiSP Section 1: Welcome to DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets using the data supplied with it. DADiSP (Data Analysis and Display) is a graphical software tool for displaying and analyzing data from virtually any source. The DADiSP Worksheet applies key concepts of spreadsheets to the often-complex task of displaying and analyzing entire data series, matrices, data tables and graphic images. Because it is often easier to interpret data visually rather than as a column or table of numeric values, DADiSP’s default presentation mode is usually a graph within a Worksheet Window. A Worksheet Window in DADiSP serves two purposes at once—it provides a place to store data and serves as a tool for viewing data. DADiSP offers over 1000 analysis and display functions within an easy to use, menu-driven environment. With DADiSP you can: • Acquire and/or import data using DADiSP’s easy-to-follow pop-up menus • Reduce and edit your data and save the intermediate results • Display your data through a range of interpretive 2D, 3D, and 4D graphical views • Transform your data using a variety of matrix and other mathematical operations • Analyze your data with statistical techniques • Analyze digital signals using DADiSP’s extensive signal processing tools • View, store, edit, and analyze digital images • Produce quality output using a variety of annotation features. Furthermore, DADiSP is completely customizable allowing you to create you own menus, macros, functions and command files that meet your data analysis and display needs.
    [Show full text]
  • Dadisp & Simulink Integration
    2009 DADiSP & SIMULINK Integration A Major Qualifying Project submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science by ____________________________________ Bryan Ferguson Date: 5 May, 2009 Advisor: Hossein Hakim ABSTRACT MATLAB with Simulink is a powerful application set for signals processing in real-time or offline however can be slow to learn and is unattractive. DADiSP is menu driven through a colorful, intuitive Graphical User Interface but has limited signals processing capabilities and only processes data offline. This project sets out to conjoin these applications using Microsoft ActiveX technology to utilize the best features from each resulting in an easy to use and powerful real-time signals processing application with eye-catching outputs. ii List of Contents ABSTRACT ...................................................................................................................................................... ii List of Contents ............................................................................................................................................. 1 List of Figures ................................................................................................................................................ 3 1. Introduction .............................................................................................................................................. 4 2. Background ..............................................................................................................................................
    [Show full text]
  • 2.0 Selecting and Defining a Research Problem
    2.0 SELECTING AND DEFINING A RESEARCH PROBLEM Engr. (Prof.) Azikiwe Peter ONWUALU FNSE, FNIM, FAEng, FAS African University of Science and Technology (AUST), Abuja. Former Visiting Professor, National Universities Commission (NUC), Abuja. Former Director General, Raw Materials Research and Development Council (RMRDC), Abuja. Email: [email protected]: [email protected] Prof. A.P. ONWUALU, fas 1 African University of Science and Technology, Abuja LECTURE MODULES • 2. Selecting and defining a research problem • 2.1 Problem formulation • 2.2 Criteria for selecting a problem • 2.3 Identifying variables • 2.4 Evaluating problems • 2.5 Functions of a hypothesis • 2.6 Experimental design & Statistical analyses of data • 2.7 Preparations before conducting your research • 2.8 Disruptive research and innovation • 2.9 Product oriented/market driven research Prof. A.P. ONWUALU, fas African University of Science and Technology, Abuja 2 TRAINING METHODS Lectures Case Study Questions Discussion Assessment Prof. A.P. ONWUALU, fas 3 African University of Science and Technology, Abuja TEXTBOOKS AND RESOURCES (1) • Agbaje, A. 2010. Introductory Lecture Notes on Research Methodology. University of Ibadan, Ibadan. • Asika, N. 2012. Research Methodology in the Behavioural Sciences. Learn Africa Plc. Ikeja. • Eko, E.E. 2015. Effective Writing and Communication. HEBN Publishers Plc, Ibadan. • Gupta, S.C. Fundamentals of Statistics. Himalaya Publishing House, Mumbai. • Kothari, C.R. and Garg, G. 2014. Research Methodology . 3rd Edition. New Age International Publishers., New Delhi. • Northrop, R.P. Introduction to Instrumentation and Measurements. 2nd Edition. Taylor and Francis, Florida. Prof. A.P. ONWUALU, fas 4 African University of Science and Technology, Abuja TEXTBOOKS AND RESOURCES (2) • Onwualu, A.P.
    [Show full text]