Real-time Processing of Multiplexed Data Acquired via Flexible Active Electrode Arrays

Size: px
Start display at page:

Download "Real-time Processing of Multiplexed Data Acquired via Flexible Active Electrode Arrays"

Transcription

1 Real-time Processing of Multiplexed Data Acquired via Flexible Active Electrode Arrays Dept. of CIS - Senior Design Robert B. Yaffe yaffer@seas.upenn.edu Univ. of Pennsylvania Philadelphia, PA Daniel S. Rosenthal danr@seas.upenn.edu Univ. of Pennsylvania Philadelphia, PA Brian Litt littb@mail.med.upenn.edu Univ. of Pennsylvania Philadelphia, PA ABSTRACT A new generation of flexible active electronics have been developed to record from biological tissue. These electrodes conform to biological surfaces, such as the brain, and can provide recordings of high spatial resolution. However, the previous data acquisition system for these electrodes suffered from limitations regarding the collection and storage of data. Multiplexed data was recorded from the electrodes and then it was saved. It possessed a limited display which provided little feedback to researchers during experiments. The data was later converted and loaded into MATLAB (The MathWorks, Natick, MA) and processing was done offline. A real-time online processing system has been built for the new generation of flexible active electronics. Raw voltage inputs are demultiplexed and filtered in real-time. Evoked response averages are generated for each electrode and a GUI (graphical user interface) is generated that displays a color map of real-time features. A 2D (2-dimensional) sparse noise plot is implemented. Demultiplexed data is saved to disk to allow for offline analysis. Experimenters can now use provided displays to analyze the results of experimentation in real-time and to adjust experimental parameters accordingly. The system has been tested and is being prepared to be used in future experiments. 1. INTRODUCTION While recordings from the human brain can provide rich and informative data sets, current data acquisition methods make quantitative analysis a computationally intensive process. Electrodes, which can be placed above or below the scalp, give crude depictions of the neural networks underneath. Furthermore, because sampling rates need to be high for research purposes, files generated by acquisition systems are massive (on the order of terabytes) and often require extensive processing. Understanding brain recordings thus becomes a task of interpretation and computation. Putting technical limitations aside, developing a firm understanding of these complex biological networks is important to further clinical research. The information provided by a simple array of electrodes can be represented in a number of ways. By isolating neuronal activity after a presented stimulus, evoked responses can be extracted and averaged to show the response of various brain regions to the stimulus. From these evoked responses, color maps can be drawn to give spatial exposition of the most active regions of the underlying tissue. Fourier analysis can be performed to provide frequency content of the signal and power spectra. While the list continues, data significance is still limited by the crude representation of the actual neural activity due to physical limitations of the recording electrodes. To combat the problem of low spatial resolution, Kim and Viventi et al [2] are developing new flexible subdural electrode arrays that conform to biological tissue. The biointerfaced system contains a substrate of silk fibroin which adheres to the curvilinear surface of the brain and gives a much clearer picture of neural activity than previously developed hard, planar electrodes. To read the underlying neurons, the acquisition system works by having multiple electrodes feed data through common channels. By transmitting multiple analog signals through a shared medium, a process known as multiplexing, researchers minimize the amount of implantable hardware required. At a given point in time, only a single row of electrodes feeds voltages to the acquisition software. By rapidly changing the row selected, the signal can be transmitted with significantly fewer wires. Furthermore, this multiplexing requires that the electrodes be sampled at a much higher rate to ensure that aliasing does not become a factor in analysis. However, this currently requires offline software processing to reconstruct the original signal (demultiplexing), which can take several hours to compute due to the size of the files. Research speed and experimental significance are limited by restrictions imposed by the acquisition method. A real-time system has been developed to meet the demands of the active flexible electrode array. The system processes and performs analyses on data being recorded from neural tissue via flexible active microelectrode arrays. An experiment is run for several hours and each experiment consists of approximately 30 tests. Each test is approximately 8 minutes long. During an experiment, the data is recorded via a hardware data acquisition system and is read into a software program for processing. The software processes the data in real-time, performs preliminary analyses, and displays the results to provide feedback to the experimentalist. Additionally, at the end of each test, the processed data is saved to disk and offline processing is run on a different computer in parallel with the continuing experiment to provide more detailed analyses of the data. Currently, the system is up and running and in use by researchers in the Litt Lab. The current system does the real-time processing on the CPU (central processing unit) of the data acquisition laptop. The system effectively demultiplexes the data, responds to an event trigger and finds the evoked response of each event. These events are then av-

2 eraged and visually displayed to researchers who may select target electrodes and channels for observation. Individual electrode evoked responses are collected, processed, and displayed on a color map for researchers to view for the duration of the experiment. The lab has purchased a GPU (graphical processing unit) dedicated desktop to run computationally intensive analyses for a number of concurrent projects. The current system will be used to process the data and display it in real-time and then more computationally intensive analyses will be run on the GPU machine. The remainder of this report will review the related work in the field, present the system model and implementation, review the performance of the system, suggest a plan for the future work on the project, and provide a brief discussion on ethics. 2. RELATED WORK Early work in the field of implantable multielectrode arrays was done by Najafi and Wise [3]. These electrodes had leads that extended out from the circuitry and parts of the leads were exposed to serve as recording points. This work was done with classic rigid silicon electronics and the electronics were housed in a casing near the top of the probe. Mulitplexing, amplification, and buffering of the signal were all performed on chip with hardware. This system recorded from ten channels and the recordings were targeted at single unit recordings. These multielectrode arrays were limited in the number of recording sites, spatial resolution, and the fact that rigid silicon was used which cannot easily conform to biological tissue. In an effort to solve some of these issues, flexible active electronics were developed and this technology was used to make flexible grids of electrodes for recording from biological tissue. These flexible grids could conform to the shape of biological tissue and have very high spatial resolution. In an early generation of flexible active electrode arrays used for biological recordings, Viventi et al. [4] used offline processing to process the data recorded from biological tissue. These electrode arrays were used to obtain cardiac recordings. Cardiac recordings were explored before neural recordings because the heart has significantly larger electrical signals and it is much easier to record signals from the heart than from the brain. The cardiac recordings were used to demonstrate the capabilities of flexible active electronics. The data was acquired with a LabVIEW (National Instruments, Austin, TX) data acquisition system. This system recorded and saved the multiplexed data. Then, this data was converted into a MATLAB readable format and loaded into MATLAB for demultiplexing and processing. This process of converting the data, loading it into MATLAB, and demultiplexing ran at approximately 10 times slower than real time. 12 hours of recordings took approximately 5 days to convert and demultiplex. Kim and Viventi et al [2] used a similar data acquisition system to record brain signals from ultrathin conformal biointegrated electronics. Again, the data needed to be converted and loaded into MATLAB for processing. In this study, recordings were taken from feline visual cortex. Visual stimuli were presented and evoked response averages were calculated for each stimulus type and each electrode. The signals were recorded at 32,556 Hz per channel and down-sampled to 2,713 Hz. The signals were bandpass filtered between 1 Hz and 50 Hz. All of this processing was performed offline. Imfeld et al [1] built a platform to record from 4096 electrodes at 8kHz. This system uses an active pixel sensor (APS) to process the large amounts of data coming off of the array. This processing system implements techniques that were originally developed for image/video processing. Basically, the system treats the electrophysiological data as a sequence of images. Using this technology, high resolution data was processed in real-time. Wagenaar et al [5] developed MeaBench, which is a software toolset for multi-electrode data acquisition and on-line analysis. This software was designed to run on Linux and is not well supported on other platforms. Real-time spike detection, spike validation, burst detection, real-time displays of voltage traces and raster plots as well many other functions are provided functions of the software. Wilson and Williams [6] used GPUs to perform real-time feature extraction for brain-computer interfaces. Using GPUs, which are optimized for parallel processing, they were able to implement computationally intensive algorithms much faster than if they had been just using a conventional CPU. They implemented spatial filtering, auto-regressive power estimation, and classification using the GPUs capabilities. 3. SYSTEM MODEL The experiments for which this system was designed are mainly stimulus-response experiments. In these experiments, an animal has an electrode array placed on a region of brain that is believed to be responsive to a certain type of stimulus. For example, the experiments that will be referenced throughout this paper were performed while recording from feline visual cortex and the stimuli were visual stimuli. The data is recorded by the data acquisition system in segments. The length of these segments can be set by the experimentalist. The data stream from the electrodes is passed through several processing steps before the analyses are presented to the user in generated figures. The first processing step involves demultiplexing the signal and bandpass filtering the signal from 1 to 50 Hz. This produces data for each individual electrode with frequency content in the relevant experimental range. This also removes the DC (direct current) bias which is seen in all of the electrodes and also removes slow drifting of the signal which is also present as a result of the hardware. Subsequently, the trigger signals indicating times of stimulus presentation are processed, and a buffer is constructed containing some number of segments of recorded data. Triggered averaging is computed using provided data. Every time a trigger occurs, (e.g. a stimulus trigger indicating that a stimulus has been presented) the signal is extracted from the buffer from some amount of time before the trigger and some amount of time after the trigger. Extracted segments from each electrode are averaged in real-time, providing characteristic responses of each electrode to a given stimulus. Raw voltage traces provide extremely limited information about the effect of a given stimulus. By averaging the response over a number of trials, error and noise are systematically reduced allowing researchers to observe if meaningful responses were achieved for each electrode. A display is presented and users may select specific electrodes to view both the raw voltage trace and the running average. An example clip of raw voltage input can be seen in Fig. 1. This voltage trace is noisy and not well suited for direct

3 Figure 1: Half-second Voltage Trace for One Electrode Figure 3: Color Map of Evoked Response Magnitude for Electrode Array Flash at (3,1) 2D Sparse Noise Plot Flash at (8,2) Flash at (6,5) Figure 2: Running Evoked Response Average for One Electrode Figure 4: Visual Explanation of 2D Sparse Noise analysis. As researchers view the incoming data stream, the recorded response on the electrodes looks much like the figure, being updated every half-second in the current experimental protocol. Segments of data like this are stored in the dynamic buffer and combined and averaged to form the evoked response average upon system detection of stimuli triggers. An example reading from the display of the running evoked response average can be seen in Fig. 2. A characteristic response to stimuli can be seen on the figure around sample number 180. For this particular instance, the effective sampling rate of the data was 277 Hz and the signal was averaged for one half second before the stimulus presentation and one full second after the stimulus presentation. Therefore, the stimulus presentation occurs around sample number 138 and the response is seen shortly afterwards. The display allows researchers to observe these responses as they develop and converge to an evoked response in real-time. In real-time, a feature of the evoked responses (a measure of the magnitude of response) is calculated and displayed in a color map. To perform this step, a feature is extracted from each electrode s running average. The magnitude of this feature is displayed by a range of colored pixels on a plot representing the electrode array. While the running average displays significant data for each electrode, it is limited to the scope of one electrode over a duration of time. By aggregating information from all electrodes, researchers can observe the array as a whole to determine if trends occur in the neural response to a given stimulus. Frequently, color maps (Fig. 3) can also provide useful information about the performance of the electrode array. Due to issues that occur during the fabrication of the electrode arrays, arrays which possess single electrodes or entire electrode columns which are nonoperational are commonly seen. These dead electrodes will easily be distinguishable from working electrodes as they will appear as solid black pixels on the color map. This provides researchers with advanced knowledge of nonoperational electronics before offline processing is performed. Furthermore, the color map provides researchers with a view of the overall characteristic response to a given stimulus in real-time for all the electrodes of the array simultaneously. Processed data is also used to generate a figure of the response to the 2D sparse noise experimental paradigm. In this experiment, spots of light are presented randomly at one of 64 potential locations on an 8 by 8 grid. The data is analyzed and evoked responses are computed using the presentations of light at each location as triggers. This analysis can be seen in Fig. 4. In this plot, there is an 8 by 8 grid of plots that represents the areas on the screen where stimuli are presented. At each location, the response of the electrode array is shown for stimuli presented at that location of the grid. In other words, color maps are generated for each position on the 8 by 8 grid. This figure will inform researchers about certain areas of the grid that are responsive to stimuli in a certain part of the visual field. This is an important analysis that shows that the electrode arrays are working properly and are placed on the proper regions of brain tissue. As these experiments are currently performed to test the functionality of the flexible active electronics, providing researchers with a global performance metric in real-time is a powerful tool for successful experimentation. A plot of the response to the 2D sparse noise is generated after some set amount of data reads. This is done because updating the plot after every data read is too computationally intensive and relevant information from this analysis can only be extracted after many data reads.

4 Save Raw Results Offline Processing (Using Desktop) Frequency Spectrum Power Spectrum Plot and Save Results User Input Legend: Processed Data - LabView C Code Matlab (CPU) Matlab (GPU) - Demultiplexing and Averaging Raw EEG and Event Triggers Data Filtering Online Processing (Using Laptop) Running Average Color Map 2D Sparse Noise Visual Display Save Processed Data Figure 5: System Model After these figures are generated, they are displayed for the user on the visual display. As the system reads in more data, each of the figures is updated to show the response of the neural tissue to the experimental protocol. While this data is being read into the system, it is also concurrently being streamed across the network to a desktop computer dedicated for more intensive analyses and use of GPU computing. There, more complex analyses such as FFTs (Fast Fourier Transforms) and spectral energy content calculations are performed. The remote system also saves a copy of the filtered, demultiplexed data on the desktop machine for further offline analysis. The completed system diagram can be seen in Fig. 5. Each step in the data flow is marked with the platform on which the task was performed. All steps before the branch and located underneath the segment delineated Online Processing were completed in real-time with an actively updating visual display. 4. SYSTEM IMPLEMENTATION The system was implemented using the LabVIEW developer platform, with calls to both C and MATLAB at various stages in the data processing. The functions written in C are called by linking to DLLs (dynamically linked libraries) and the MATLAB functions are called via the MAT- LAB Script node in LabVIEW. LabVIEW was selected for its capability of interfacing between the current and future generation of flexible electronics and its ability to incorporate programs written in various programming languages. A simulated environment was created for the testing of different components of the system. This simulation reads in previously saved data and formats it in the same way that the data is read in by the actual acquisition system. The block diagram for one instance of this simulated environment is shown in Fig. 6. Calls to MATLAB can be seen in this system contained in the script note labeled MAT- LAB script. This block diagram provides insight into the framework of the LabVIEW environment used at the core of the project. Other functions such as variable declarations and visual display interfacing can also be seen in the figure. In the actual data acquisition system (not shown), signals were received from the flexible active electrode arrays using a National Instruments PXI-1033 Chassis along with custom built hardware. After being read in from the electrodes, voltage recordings are read into the LabVIEW software for processing. First stage processing begins when the calls to C code are made to demultiplex and average the data. The data is oversampled and then averaged in order to reduce the noise of the system. The oversampling rate is 20 for the current version of the system, however this can easily be varied. An oversampling rate of 20 means that every point in the final reconstructed signal was constructed by averaging 20 samples. This makes the system robust to computer measurement errors and to high frequency noise fluctuations in the system. Once the signal is averaged, then it is demultiplexed. The current generation of electrodes has 18 rows, so this means that in the averaged signal, every 18th sample for a given channel was generated by the same electrode, and thus the original signals can be reconstructed. For the current generation of flexible electrodes, 20 channels of brain data are fed to LabVIEW, which performs preliminary processing to provide the time domain averaged recordings for each of the 360 electrodes. Each of these channels contains the data for 18 individual microelectrodes due to multiplexing. Five channels of additional experimental parameters, such as triggering times, duration and location are also sent to LabVIEW for later use. All of the numbers that relate to the size of the electrode array are variable. While data is currently recorded using half-second segments, the system has been developed to allow for adjustable sizes of electrode data streams. For the current generation of the data acquisition system, which reads in data at a raw sampling rate of 100 khz per channel and has an effective sampling rate of 277 Hz after demultiplexing and averaging, half-second segments were determined to be reasonable. Filtering is performed as the data is streamed into the LabVIEW software. This is performed by calls to external MATLAB functions which employ a 6th order Butterworth bandpass filter. By processing the data in half-second segments, a great deal of processing can be achieved in realtime. The MATLAB files were modified to be compatible with the data stream. The output of the demultiplexing and filtering steps is passed to C functions which compute evoked response averages for each electrode. The system performs the task by building a buffer that stores the previous 4 half-second segments of data. The size of this buffer is also variable. Upon receiving a trigger, the function takes the buffer and

5 Figure 6: LabVIEW Block Diagram for Simulated System extracts the relevant piece of the voltage trace. In this case, the relevant piece of the voltage trace was determined to be a half second before the stimulus presentation and a full second after the stimulus presentation. This formed epoch, or period of time surrounding the stimulus that is marked by distinctive features, is then averaged with each previously occurring epoch for that electrode. This data is then passed back to LabVIEW for updating the display and subsequent processing. The evoked response average is then passed to C code which computes a feature for observation in the color map. For each half-second update, if new triggers caused an update of the evoked response average, the features will also be updated. While the current implementation of the system uses simple maximum minimum analysis, integration of new feature analysis is a simple task. A number of features such as RMS (root mean square) and power in frequency bands can be placed into the color map for observation. This feature information is displayed using color map functionality provided by LabVIEW. The color map will refresh upon each update of the selected evoked response average feature. The running average for each electrode is also used in the real-time generation of a 2D sparse noise response plot. Following experimental protocol, flashes of light for unique locations on the 8 by 8 grid provide unique trigger signals. These triggers, along with the evoked response average for each electrode, are sent to a MATLAB function which builds images representing the 2D sparse noise plot. A feature (currently RMS) is calculated for each electrode at each location on the experimental protocol and heat maps are generated for each cell. These are displayed visually using MATLAB s imagesc function and arranged in a way to represent the electrode array. This figure is updated every 50 data reads due to information demands, but can easily be changed as the data stream is modified. A network stream is established between the data acquisition laptop and a desktop computer. As the data is being acquired, it is streamed over the network and saved on the desktop computer for later processing. This desktop!"#"$%&'()*)+,-."/01"/2$345$6$ :.,(*2$!"#" %&'()*)+,-$."/01"/2 ;3< =;2>,/&2$;?4$@A8B!""#!$%&'!'(')*+,-.!)/01(2/3()!4*5!'*637+,2!0*)-!18!"##9:;&</*,,-7!=1,)017'!6(7>37-?+,2@!015!'-7-<>1, '+2,*7'!A"B!=(.*!=10-'!"ACC!$:;!D01<-''10!=71<9 Figure 7: Hardware Specs and Information computer is equipped with a powerful GPU. The GPU is a GeForce GTX 580. This GPU has 512 Cuda cores and a processor clock speed of 1544 MHz. Analyses are run to determine the frequency spectrum of the recorded signals. Depending on the experiment, the experimentalists can choose from a large selection of possible analyses to run on the desktop machine in parallel with the continuing experiment. The system was developed to interface with specific hardware components and a description of these components can be seen in Fig RESULTS The system has been used in actual experiments recording from feline visual cortex. In real-time, the system was able to provide feedback to the experimentalists. Fig. 8 gives an analysis of the accomplishments of the system. One of the main improvements of the system over the previous method of analyzing the experimental data is the system s ability to process data as it is acquired. Through use of LabVIEW s ability to interface with C and with MATLAB, the system makes many calls to analysis functions so that this primary analysis is complete by the time the experimental recordings are complete. In one experiment recording from feline visual cortex, the experimentalists were able to see that no region of the grid seemed to be showing an evoked response to a flash of light stimulus. This allowed the experimentalists to change the experimental setup. They abandoned the light stimulus that was currently being used and changed to using the 2D sparse noise paradigm, which proved to be more effective. The feed-

6 !"#$ %&'()'*&+ 9)"+-6:/8"2" Running time: approx. 10x slower than real-time 8&*.4;<4&=-6: >-42&'-6: %'&,-).#/01#2&* 3&"45!-*&/01#2&* %&'()'*"67& 8&2"-4# %&'()'*"67& 8&2"-4# ~26ms/data read (Run offline after ~80ms/data read (Run offline after Files converted from.tdms to.mat format. Multiple experiments combined (large files) All data demultiplexed at once All data filtered at ~2sec for entire file Can only be run on entire data file A)4)'/B"<# ~2sec for entire file Can only be run on entire data file C8/0<"'#&/D)-#&/%4)2 ~5sec for entire file Can only be run on entire data file N/A GPU analysis not previously performed N/A ~26 ms/data read (Run online concurrently with ~80 ms/data read (Run online concurrently with ~47 ms/data read (Run online concurrently with Online real-time processing does not require data loading Demultiplexed data saved to disk throughout experiment Data filtered as it is acquired. This may cause the filtered data to look slightly different than the filtered data in the previous system. Note: this running time can vary with the number of stimulus triggers per data read. ~100 ms/update Color maps updated in real-time ~500 ms/update Plot updated every 50 data reads in realtime Real-time The GPU is used to perform frequency domain analyses Figure 8: Accomplishments of System back system allowed them to make this change and increase the effectiveness of the experiment and the usability of the results. Along with being used in actual experiments, the system has been tested with simulated data. This is data that was recorded in an experiment and then saved to disk. The simulation software that was developed was used to test the system before it was used in actual experimentation. Fig. 10 shows the results of the 2D sparse noise analysis from a simulated test. This is analysis that was performed offline originally. The simulated system shows a proof of concept that this plot can be generated in real-time to inform the experimentalists of the response of the grid to the stimuli. From this plot, visual fields can be identified and active regions of the grid can be targeted for future experiments. For example, it can be seen from Fig. 10 that the top left corner and the middle of the array responds to stimuli on the grid in row 5, column 4. Therefore, a future experiment could be designed to present stimuli in that region of the grid and look for a response in that region of the array. This type of experimental manipulation and design was not possible without the real-time system. Fig. 9 shows the results of the frequency domain analysis for an electrode from a simulated test. There are a few things to note about this figure. Firstly, there is the characteristic 1/f frequency power distribution, where f is frequency in Hz. This is expected in nearly all naturally occurring signals. Secondly, note the spike at 60 Hz. This is due to 60 Hz environmental noise. This is the frequency at which AC (alternating current) current is provided as electricity in standard outlets and is therefore omnipresent in biological recordings. Additionally, note the spike at 110 Hz. It is less clear what causes this spike, however, it is likely an artifact of the data acquisition system. This type of frequency analysis can be useful in determining a frequency domain response to a given stimulus. Fig. 2 shows the results of the color map analysis of the evoked responses to a stimulus from a simulated test. It can be seen in this figure that the bottom left portion of the array seems to be responding to the stimulus. Again, this information can be used by experimentalists to inform decisions about future experiments. All of these results were compared with the offline analysis that had previously been run on the data to ensure that the results were accurate. 6. FUTURE WORK Future work on this project will consist of adding more functionality to the software. There are additional analyses that would be useful to have during the course of an experiment. One example of such an analysis is real-time spike detection. This would be very useful to see where on the grid spikes were occurring, and this could help correlate spiking activity with clinically relevant information. Additionally, the full capacity of the GPU was not taken advantage of and future work will be to increase the amount of analyses run using GPU computing. Another aspect of the future work for this project will be to run further testing and to fully integrate the system with the experimental design and protocols of the lab. As more experiments are run using the system, more bugs will be

7 Figure 10: 2D Sparse Noise Plot for a Simulated Experiment discovered and there will be more ideas as how to improve the system. Future work will also involve making full use of the network stream. Data is streamed over the network to a different computer. This additional computer can be used to run many analyses in parallel to the ongoing experiment. This is currently being taken advantage of a bit, but the use of this additional computer could be significantly improved. One more element of the future work of this project is improving the efficiency, readability, and usability of the code and the software system. 7. Figure 9: Power Spectral Density for an Electrode ETHICAL CONSIDERATIONS There are relatively few ethical concerns that arise from the current use of the system. However, there are many foreseeable ethical issues that may arise in future applications of the system. Currently, the system is only being used in animal testing, so the main ethical considerations are for the ethical treatment of animals during the experiments. The proper protocols are followed to ensure minimal suffering of the animals. Anesthetics are administered to the animals so that no pain is felt and the experiments can be performed in the most humane way possible. The animals are also used in conjunction with another neuroscience lab to ensure that the maximal amount of science is performed on each animal. One of the motivations for this project was partially based on this ethical consideration. The system was designed in order to maximize the efficiency and usability of results of each experiment. Additionally, the system is extensively tested on simulated data before it is used in real experiments to work out bugs so that experiments run

8 smoothly and experimental time is not wasted. Once the system is used in humans, there will be more ethical issues to consider. The system allows real-time analyses of brain signals and therefore information about a person s current brain state can be extracted. As more sophisticated analyses are performed, it will become possible to learn more about what a person is thinking. It will also be possible to identify certain signature patterns of brain activity that map to different cognitive characteristics such as personality type. The ethical issues that arise with this have to do with how this information can be used. As of now, these considerations are theoretical, but will likely become relevant in the future. In human use, the issue of a functional system is very important to ensure that a procedure is performed as efficiently as possible. One of the future uses of the system will be in the mapping of epileptic networks in epilepsy patients to determine if surgery is a viable option. The surgery is quite invasive and involves removing the part of the brain that is believed to be generating seizures. The system must be functioning properly in order to ensure that the correct information is learned about the underlying brain tissue and no unnecessary procedures are performed. mapping cardiac electrophysiology. Science Translational Medicine, 2(24), March [5] Daniel Wagenaar, Thomas B. DeMarse, and Steve M. Potter. Meabench: A toolset for multi-electrode data acquisition and on-line analysis. Proceedings of the 2nd international IEEE EMBS Conference on Neural Engineering, March [6] J. Adam Wilson and Justin C. Williams. Massively parallel signal processing using the graphics processing unit for real-time brain-computer interface feature extraction. Frontiers in Neuroengineering, July CONCLUSIONS The real-time system was successfully developed and implemented. Experimentalists now have a feedback system that assists in the decision making process when modifying an experiment. As was seen in the development and testing of this system, there are many benefits to real-time analyses. The ultimate goal of such a system is to achieve real-time mapping of cortical activity in the brain in order to identify functional and clinically affected neural networks and to use this information to intervene and restore the healthy activity of a patient s brain. 9. REFERENCES [1] Kilian Imfeld, Simon Neukom, Alessandro Maccione, Yannick Bornat, Sergio Martinoia, Pierre-Andre Farine, Milena Koudelka-Hep, and Luca Berdondini. Large-scale, high-resolution data acquisition system for extracellular recording of electrophysiological activity. IEEE Transactions on Biomedical Engineering, 55(8), August [2] Dae-Hyeong Kim, Jonathan Viventi, Jason J. Amsden, Jianliang Xiao, Lief Vigeland, Yun-Soung Kim, Justin A. Blanco, Bruce Panilaitis, Eric S. Frechette, Diego Contreras, David L. Kaplan, Fiorenzo G. Omenetto, Yonggang Huang, Keh-Chih Hwang, Mitchell R. Zakin, Brian Litt, and John A. Rogers. Dissolvable films of silk fibroin for ultrathin conformal bio-inspired electronics. Nature Materials, April [3] Khalil Najafi and Kensall D. Wise. Implantable multielectrode array with on-chip signal processing. IEEE International Solid-State Circuits Conference, February [4] Jon Viventi, Dae-Hyeong Kim, Joshua D. Moss, Yun-Soung Kim, Justin A. Blanco, Nicholas Annetta, Andrew Hicks, Jianliang Xiao, Younggang Huang, David J. Callans, John A. Rogers, and Brian Litt. A conformal, bio-interfaced class of silicon electronics for

Portable in vivo Recording System

Portable in vivo Recording System Portable in vivo Recording System 16 or 32 channel version Pre- and filter amplifier included USB 2.0 data transfer Adapters for commercially available probes Real-time signal detection and feedback Flexible

More information

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer by: Matt Mazzola 12222670 Abstract The design of a spectrum analyzer on an embedded device is presented. The device achieves minimum

More information

LabView Exercises: Part II

LabView Exercises: Part II Physics 3100 Electronics, Fall 2008, Digital Circuits 1 LabView Exercises: Part II The working VIs should be handed in to the TA at the end of the lab. Using LabView for Calculations and Simulations LabView

More information

International Journal of Engineering Research-Online A Peer Reviewed International Journal

International Journal of Engineering Research-Online A Peer Reviewed International Journal RESEARCH ARTICLE ISSN: 2321-7758 VLSI IMPLEMENTATION OF SERIES INTEGRATOR COMPOSITE FILTERS FOR SIGNAL PROCESSING MURALI KRISHNA BATHULA Research scholar, ECE Department, UCEK, JNTU Kakinada ABSTRACT The

More information

Major Differences Between the DT9847 Series Modules

Major Differences Between the DT9847 Series Modules DT9847 Series Dynamic Signal Analyzer for USB With Low THD and Wide Dynamic Range The DT9847 Series are high-accuracy, dynamic signal acquisition modules designed for sound and vibration applications.

More information

ni.com Digital Signal Processing for Every Application

ni.com Digital Signal Processing for Every Application Digital Signal Processing for Every Application Digital Signal Processing is Everywhere High-Volume Image Processing Production Test Structural Sound Health and Vibration Monitoring RF WiMAX, and Microwave

More information

VGA Controller. Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, VGA Controller Components

VGA Controller. Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, VGA Controller Components VGA Controller Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, 2012 Fig. 1. VGA Controller Components 1 VGA Controller Leif Andersen, Daniel Blakemore, Jon Parker University

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

Data Converters and DSPs Getting Closer to Sensors

Data Converters and DSPs Getting Closer to Sensors Data Converters and DSPs Getting Closer to Sensors As the data converters used in military applications must operate faster and at greater resolution, the digital domain is moving closer to the antenna/sensor

More information

Brain-Computer Interface (BCI)

Brain-Computer Interface (BCI) Brain-Computer Interface (BCI) Christoph Guger, Günter Edlinger, g.tec Guger Technologies OEG Herbersteinstr. 60, 8020 Graz, Austria, guger@gtec.at This tutorial shows HOW-TO find and extract proper signal

More information

TECHNICAL SPECIFICATIONS, VALIDATION, AND RESEARCH USE CONTENTS:

TECHNICAL SPECIFICATIONS, VALIDATION, AND RESEARCH USE CONTENTS: TECHNICAL SPECIFICATIONS, VALIDATION, AND RESEARCH USE CONTENTS: Introduction to Muse... 2 Technical Specifications... 3 Research Validation... 4 Visualizing and Recording EEG... 6 INTRODUCTION TO MUSE

More information

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment Integrated Component Options Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment PRELIMINARY INFORMATION SquareGENpro is the latest and most versatile of the frequency

More information

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer Link Instruments Innovative Test & Measurement solutions since 1986 Store Support Oscilloscopes Logic Analyzers Pattern Generators Accessories MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer $ The

More information

IEEE Santa Clara ComSoc/CAS Weekend Workshop Event-based analog sensing

IEEE Santa Clara ComSoc/CAS Weekend Workshop Event-based analog sensing IEEE Santa Clara ComSoc/CAS Weekend Workshop Event-based analog sensing Theodore Yu theodore.yu@ti.com Texas Instruments Kilby Labs, Silicon Valley Labs September 29, 2012 1 Living in an analog world The

More information

Figure 1: Feature Vector Sequence Generator block diagram.

Figure 1: Feature Vector Sequence Generator block diagram. 1 Introduction Figure 1: Feature Vector Sequence Generator block diagram. We propose designing a simple isolated word speech recognition system in Verilog. Our design is naturally divided into two modules.

More information

Exercise 1-2. Digital Trunk Interface EXERCISE OBJECTIVE

Exercise 1-2. Digital Trunk Interface EXERCISE OBJECTIVE Exercise 1-2 Digital Trunk Interface EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain the role of the digital trunk interface in a central office. You will be familiar

More information

An Introduction to the Spectral Dynamics Rotating Machinery Analysis (RMA) package For PUMA and COUGAR

An Introduction to the Spectral Dynamics Rotating Machinery Analysis (RMA) package For PUMA and COUGAR An Introduction to the Spectral Dynamics Rotating Machinery Analysis (RMA) package For PUMA and COUGAR Introduction: The RMA package is a PC-based system which operates with PUMA and COUGAR hardware to

More information

VivoSense. User Manual Galvanic Skin Response (GSR) Analysis Module. VivoSense, Inc. Newport Beach, CA, USA Tel. (858) , Fax.

VivoSense. User Manual Galvanic Skin Response (GSR) Analysis Module. VivoSense, Inc. Newport Beach, CA, USA Tel. (858) , Fax. VivoSense User Manual Galvanic Skin Response (GSR) Analysis VivoSense Version 3.1 VivoSense, Inc. Newport Beach, CA, USA Tel. (858) 876-8486, Fax. (248) 692-0980 Email: info@vivosense.com; Web: www.vivosense.com

More information

Getting Started with the LabVIEW Sound and Vibration Toolkit

Getting Started with the LabVIEW Sound and Vibration Toolkit 1 Getting Started with the LabVIEW Sound and Vibration Toolkit This tutorial is designed to introduce you to some of the sound and vibration analysis capabilities in the industry-leading software tool

More information

Multiwell-MEA-System

Multiwell-MEA-System NEW 1152 Electrodes Multiwell-MEA-System High throughput electrophysiology 24- and 96-well plates with up to 1152 electrodes Up to 50 khz sampling rate Integrated stimulator Different well plate variants

More information

MindMouse. This project is written in C++ and uses the following Libraries: LibSvm, kissfft, BOOST File System, and Emotiv Research Edition SDK.

MindMouse. This project is written in C++ and uses the following Libraries: LibSvm, kissfft, BOOST File System, and Emotiv Research Edition SDK. Andrew Robbins MindMouse Project Description: MindMouse is an application that interfaces the user s mind with the computer s mouse functionality. The hardware that is required for MindMouse is the Emotiv

More information

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 OBJECTIVE To become familiar with state-of-the-art digital data acquisition hardware and software. To explore common data acquisition

More information

Pre-processing of revolution speed data in ArtemiS SUITE 1

Pre-processing of revolution speed data in ArtemiS SUITE 1 03/18 in ArtemiS SUITE 1 Introduction 1 TTL logic 2 Sources of error in pulse data acquisition 3 Processing of trigger signals 5 Revolution speed acquisition with complex pulse patterns 7 Introduction

More information

Spectrum Analyser Basics

Spectrum Analyser Basics Hands-On Learning Spectrum Analyser Basics Peter D. Hiscocks Syscomp Electronic Design Limited Email: phiscock@ee.ryerson.ca June 28, 2014 Introduction Figure 1: GUI Startup Screen In a previous exercise,

More information

Elasticity Imaging with Ultrasound JEE 4980 Final Report. George Michaels and Mary Watts

Elasticity Imaging with Ultrasound JEE 4980 Final Report. George Michaels and Mary Watts Elasticity Imaging with Ultrasound JEE 4980 Final Report George Michaels and Mary Watts University of Missouri, St. Louis Washington University Joint Engineering Undergraduate Program St. Louis, Missouri

More information

Multi-Parameter Monitoring Data Acquisition System for SpO 2 Signals

Multi-Parameter Monitoring Data Acquisition System for SpO 2 Signals Multi-Parameter Monitoring Data Acquisition System for SpO 2 Signals Natasha Naik 1, Anupama B 2, Sandeep Patil 3, Balu Vasista 4 M.Tech Student, Department of Electronics and Communication, NMAMIT, Nitte,

More information

Real-time EEG signal processing based on TI s TMS320C6713 DSK

Real-time EEG signal processing based on TI s TMS320C6713 DSK Paper ID #6332 Real-time EEG signal processing based on TI s TMS320C6713 DSK Dr. Zhibin Tan, East Tennessee State University Dr. Zhibin Tan received her Ph.D. at department of Electrical and Computer Engineering

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Viareggio March 28, 2011 Introduction: what is the SiPM? The Silicon PhotoMultiplier (SiPM) consists of a high density (up to ~10 3 /mm 2 ) matrix of diodes connected in parallel on a common Si substrate.

More information

Introduction To LabVIEW and the DSP Board

Introduction To LabVIEW and the DSP Board EE-289, DIGITAL SIGNAL PROCESSING LAB November 2005 Introduction To LabVIEW and the DSP Board 1 Overview The purpose of this lab is to familiarize you with the DSP development system by looking at sampling,

More information

Introduction: Overview. EECE 2510 Circuits and Signals: Biomedical Applications. ECG Circuit 2 Analog Filtering and A/D Conversion

Introduction: Overview. EECE 2510 Circuits and Signals: Biomedical Applications. ECG Circuit 2 Analog Filtering and A/D Conversion EECE 2510 Circuits and Signals: Biomedical Applications ECG Circuit 2 Analog Filtering and A/D Conversion Introduction: Now that you have your basic instrumentation amplifier circuit running, in Lab ECG1,

More information

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Centre for Marine Science and Technology A Matlab toolbox for Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Version 5.0b Prepared for: Centre for Marine Science and Technology Prepared

More information

Digital Effects Pedal Description Ross Jongeward 10 December 2014

Digital Effects Pedal Description Ross Jongeward 10 December 2014 Digital Effects Pedal Description Ross Jongeward 10 December 2014 1 Contents Section Number Title Page 1.1 Introduction..3 2.1 Project Electrical Specifications..3 2.1.1 Project Specifications...3 2.2.1

More information

Environmental Controls Laboratory

Environmental Controls Laboratory (Electro-Oculography Application) Introduction Spinal cord injury, cerebral palsy, and stroke are some examples of clinical problems which can have a large effect on upper extremity motor control for afflicted

More information

Digital Logic. ECE 206, Fall 2001: Lab 1. Learning Objectives. The Logic Simulator

Digital Logic. ECE 206, Fall 2001: Lab 1. Learning Objectives. The Logic Simulator Learning Objectives ECE 206, : Lab 1 Digital Logic This lab will give you practice in building and analyzing digital logic circuits. You will use a logic simulator to implement circuits and see how they

More information

New Generation of MEA-Systems: MEA2100-System

New Generation of MEA-Systems: MEA2100-System New Generation of MEA-Systems: MEA2100-System Integrated stimulation Gain and bandwidth adjustable via software Up to 240 recording channels Variable contact unit for microelectrode arrays with 32, 60

More information

The Measurement Tools and What They Do

The Measurement Tools and What They Do 2 The Measurement Tools The Measurement Tools and What They Do JITTERWIZARD The JitterWizard is a unique capability of the JitterPro package that performs the requisite scope setup chores while simplifying

More information

Design Project: Designing a Viterbi Decoder (PART I)

Design Project: Designing a Viterbi Decoder (PART I) Digital Integrated Circuits A Design Perspective 2/e Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić Chapters 6 and 11 Design Project: Designing a Viterbi Decoder (PART I) 1. Designing a Viterbi

More information

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas A dedicated data acquisition system for ion velocity measurements of laser produced plasmas N Sreedhar, S Nigam, Y B S R Prasad, V K Senecha & C P Navathe Laser Plasma Division, Centre for Advanced Technology,

More information

Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum

Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum Arif Sirinterlikci Ohio Northern University Background Ohio Northern University Technological Studies Department

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

B I O E N / Biological Signals & Data Acquisition

B I O E N / Biological Signals & Data Acquisition B I O E N 4 6 8 / 5 6 8 Lectures 1-2 Analog to Conversion Binary numbers Biological Signals & Data Acquisition In order to extract the information that may be crucial to understand a particular biological

More information

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Proceedings of the 2(X)0 IEEE International Conference on Robotics & Automation San Francisco, CA April 2000 1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Y. Nakabo,

More information

Chapter 1. Introduction to Digital Signal Processing

Chapter 1. Introduction to Digital Signal Processing Chapter 1 Introduction to Digital Signal Processing 1. Introduction Signal processing is a discipline concerned with the acquisition, representation, manipulation, and transformation of signals required

More information

Distortion Analysis Of Tamil Language Characters Recognition

Distortion Analysis Of Tamil Language Characters Recognition www.ijcsi.org 390 Distortion Analysis Of Tamil Language Characters Recognition Gowri.N 1, R. Bhaskaran 2, 1. T.B.A.K. College for Women, Kilakarai, 2. School Of Mathematics, Madurai Kamaraj University,

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No. # 29 Minimizing Switched Capacitance-III. (Refer

More information

Experiment 13 Sampling and reconstruction

Experiment 13 Sampling and reconstruction Experiment 13 Sampling and reconstruction Preliminary discussion So far, the experiments in this manual have concentrated on communications systems that transmit analog signals. However, digital transmission

More information

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels DT9857E Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels The DT9857E is a high accuracy dynamic signal acquisition module for noise, vibration, and acoustic measurements

More information

CHAPTER 3 ECG SIGNAL RECORDING USING LABVIEW

CHAPTER 3 ECG SIGNAL RECORDING USING LABVIEW 103 CHAPTER 3 ECG SIGNAL RECORDING USING LABVIEW 3.1 INTRODUCTION The Work has been inspired by the need to find an efficient method for ECG signal recording and processing. ECG signals are non-stationary

More information

Lab 1 Introduction to the Software Development Environment and Signal Sampling

Lab 1 Introduction to the Software Development Environment and Signal Sampling ECEn 487 Digital Signal Processing Laboratory Lab 1 Introduction to the Software Development Environment and Signal Sampling Due Dates This is a three week lab. All TA check off must be completed before

More information

A Real Time Infrared Imaging System Based on DSP & FPGA

A Real Time Infrared Imaging System Based on DSP & FPGA A Real Time Infrared Imaging ystem Based on DP & FPGA Babak Zamanlooy, Vahid Hamiati Vaghef, attar Mirzakuchaki, Ali hojaee Bakhtiari, and Reza Ebrahimi Atani Department of Electrical Engineering Iran

More information

Yong Cao, Debprakash Patnaik, Sean Ponce, Jeremy Archuleta, Patrick Butler, Wu-chun Feng, and Naren Ramakrishnan

Yong Cao, Debprakash Patnaik, Sean Ponce, Jeremy Archuleta, Patrick Butler, Wu-chun Feng, and Naren Ramakrishnan Yong Cao, Debprakash Patnaik, Sean Ponce, Jeremy Archuleta, Patrick Butler, Wu-chun Feng, and Naren Ramakrishnan Virginia Polytechnic Institute and State University Reverse-engineer the brain National

More information

Installation of a DAQ System in Hall C

Installation of a DAQ System in Hall C Installation of a DAQ System in Hall C Cuore Collaboration Meeting Como, February 21 st - 23 rd 2007 S. Di Domizio A. Giachero M. Pallavicini S. Di Domizio Summary slide CUORE-like DAQ system installed

More information

Reconfigurable Neural Net Chip with 32K Connections

Reconfigurable Neural Net Chip with 32K Connections Reconfigurable Neural Net Chip with 32K Connections H.P. Graf, R. Janow, D. Henderson, and R. Lee AT&T Bell Laboratories, Room 4G320, Holmdel, NJ 07733 Abstract We describe a CMOS neural net chip with

More information

1.1 Digital Signal Processing Hands-on Lab Courses

1.1 Digital Signal Processing Hands-on Lab Courses 1. Introduction The field of digital signal processing (DSP) has experienced a considerable growth in the last two decades primarily due to the availability and advancements in digital signal processors

More information

Scan. This is a sample of the first 15 pages of the Scan chapter.

Scan. This is a sample of the first 15 pages of the Scan chapter. Scan This is a sample of the first 15 pages of the Scan chapter. Note: The book is NOT Pinted in color. Objectives: This section provides: An overview of Scan An introduction to Test Sequences and Test

More information

Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes

Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes Introduction Embedded design and especially design work utilizing low speed serial signaling is one of the fastest growing areas of digital

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

Power Consumption Trends in Digital TVs produced since 2003

Power Consumption Trends in Digital TVs produced since 2003 Power Consumption Trends in Digital TVs produced since 2003 Prepared by Darrell J. King And Ratcharit Ponoum TIAX LLC 35 Hartwell Avenue Lexington, MA 02421 TIAX Reference No. D0543 for Consumer Electronics

More information

Speech and Speaker Recognition for the Command of an Industrial Robot

Speech and Speaker Recognition for the Command of an Industrial Robot Speech and Speaker Recognition for the Command of an Industrial Robot CLAUDIA MOISA*, HELGA SILAGHI*, ANDREI SILAGHI** *Dept. of Electric Drives and Automation University of Oradea University Street, nr.

More information

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface DIAS Infrared GmbH Publications No. 19 1 Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface Uwe Hoffmann 1, Stephan Böhmer 2, Helmut Budzier 1,2, Thomas Reichardt 1, Jens Vollheim

More information

UNIVERSAL SPATIAL UP-SCALER WITH NONLINEAR EDGE ENHANCEMENT

UNIVERSAL SPATIAL UP-SCALER WITH NONLINEAR EDGE ENHANCEMENT UNIVERSAL SPATIAL UP-SCALER WITH NONLINEAR EDGE ENHANCEMENT Stefan Schiemenz, Christian Hentschel Brandenburg University of Technology, Cottbus, Germany ABSTRACT Spatial image resizing is an important

More information

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY Eugene Mikyung Kim Department of Music Technology, Korea National University of Arts eugene@u.northwestern.edu ABSTRACT

More information

USING MATLAB CODE FOR RADAR SIGNAL PROCESSING. EEC 134B Winter 2016 Amanda Williams Team Hertz

USING MATLAB CODE FOR RADAR SIGNAL PROCESSING. EEC 134B Winter 2016 Amanda Williams Team Hertz USING MATLAB CODE FOR RADAR SIGNAL PROCESSING EEC 134B Winter 2016 Amanda Williams 997387195 Team Hertz CONTENTS: I. Introduction II. Note Concerning Sources III. Requirements for Correct Functionality

More information

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition INTRODUCTION Many sensors produce continuous voltage signals. In this lab, you will learn about some common methods

More information

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Audio Converters ABSTRACT This application note describes the features, operating procedures and control capabilities of a

More information

Blending in action: Diagrams reveal conceptual integration in routine activity

Blending in action: Diagrams reveal conceptual integration in routine activity Cognitive Science Online, Vol.1, pp.34 45, 2003 http://cogsci-online.ucsd.edu Blending in action: Diagrams reveal conceptual integration in routine activity Beate Schwichtenberg Department of Cognitive

More information

Heart Rate Variability Preparing Data for Analysis Using AcqKnowledge

Heart Rate Variability Preparing Data for Analysis Using AcqKnowledge APPLICATION NOTE 42 Aero Camino, Goleta, CA 93117 Tel (805) 685-0066 Fax (805) 685-0067 info@biopac.com www.biopac.com 01.06.2016 Application Note 233 Heart Rate Variability Preparing Data for Analysis

More information

PICOSECOND TIMING USING FAST ANALOG SAMPLING

PICOSECOND TIMING USING FAST ANALOG SAMPLING PICOSECOND TIMING USING FAST ANALOG SAMPLING H. Frisch, J-F Genat, F. Tang, EFI Chicago, Tuesday 6 th Nov 2007 INTRODUCTION In the context of picosecond timing, analog detector pulse sampling in the 10

More information

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS Item Type text; Proceedings Authors Habibi, A. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging Compatible Windows Software GLOBAL LAB Image/2 DT Vision Foundry DT3162 Variable-Scan Monochrome Frame Grabber for the PCI Bus Key Features High-speed acquisition up to 40 MHz pixel acquire rate allows

More information

Experiment 2: Sampling and Quantization

Experiment 2: Sampling and Quantization ECE431, Experiment 2, 2016 Communications Lab, University of Toronto Experiment 2: Sampling and Quantization Bruno Korst - bkf@comm.utoronto.ca Abstract In this experiment, you will see the effects caused

More information

A Parametric Autoregressive Model for the Extraction of Electric Network Frequency Fluctuations in Audio Forensic Authentication

A Parametric Autoregressive Model for the Extraction of Electric Network Frequency Fluctuations in Audio Forensic Authentication Journal of Energy and Power Engineering 10 (2016) 504-512 doi: 10.17265/1934-8975/2016.08.007 D DAVID PUBLISHING A Parametric Autoregressive Model for the Extraction of Electric Network Frequency Fluctuations

More information

Digital Strobe Tuner. w/ On stage Display

Digital Strobe Tuner. w/ On stage Display Page 1/7 # Guys EEL 4924 Electrical Engineering Design (Senior Design) Digital Strobe Tuner w/ On stage Display Team Members: Name: David Barnette Email: dtbarn@ufl.edu Phone: 850-217-9147 Name: Jamie

More information

Exercise 2-1. External Call Answering and Termination EXERCISE OBJECTIVE

Exercise 2-1. External Call Answering and Termination EXERCISE OBJECTIVE Exercise 2-1 External Call Answering and Termination EXERCISE OBJECTIVE When you have completed this exercise, you will be able to describe and explain the complete sequence of events that occurs in the

More information

Choosing an Oscilloscope

Choosing an Oscilloscope Choosing an Oscilloscope By Alan Lowne CEO Saelig Company (www.saelig.com) Post comments on this article at www.nutsvolts.com/ magazine/article/october2016_choosing-oscilloscopes. All sorts of questions

More information

Image Acquisition Technology

Image Acquisition Technology Image Choosing the Right Image Acquisition Technology A Machine Vision White Paper 1 Today, machine vision is used to ensure the quality of everything from tiny computer chips to massive space vehicles.

More information

technical note flicker measurement display & lighting measurement

technical note flicker measurement display & lighting measurement technical note flicker measurement display & lighting measurement Contents 1 Introduction... 3 1.1 Flicker... 3 1.2 Flicker images for LCD displays... 3 1.3 Causes of flicker... 3 2 Measuring high and

More information

A BCI Control System for TV Channels Selection

A BCI Control System for TV Channels Selection A BCI Control System for TV Channels Selection Jzau-Sheng Lin *1, Cheng-Hung Hsieh 2 Department of Computer Science & Information Engineering, National Chin-Yi University of Technology No.57, Sec. 2, Zhongshan

More information

In the development of electronic instruments or the analysis

In the development of electronic instruments or the analysis DL2700 MULTICHANNEL, LONG-RECORDING DIGITAL OSCILLOSCOPE SHIBUYA Manabu * 1 FUKUZAWA Hitoshi * 1 TAKEZAWA Shigeru * 1 We have developed a digital oscilloscope with a maximum of 8 input channels, a maximum

More information

DT8837. High Performance Ethernet Instrument Module for Sound & Vibration. Overview. Key Features

DT8837. High Performance Ethernet Instrument Module for Sound & Vibration. Overview. Key Features DT8837 High Performance Ethernet Instrument Module for Sound & Vibration Overview The DT8837 is a high-accuracy, multi-channel module that is ideal for sound and vibration measurements. All the I/O channels

More information

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS CHARACTERIZATION OF END-TO-END S IN HEAD-MOUNTED DISPLAY SYSTEMS Mark R. Mine University of North Carolina at Chapel Hill 3/23/93 1. 0 INTRODUCTION This technical report presents the results of measurements

More information

ECE438 - Laboratory 4: Sampling and Reconstruction of Continuous-Time Signals

ECE438 - Laboratory 4: Sampling and Reconstruction of Continuous-Time Signals Purdue University: ECE438 - Digital Signal Processing with Applications 1 ECE438 - Laboratory 4: Sampling and Reconstruction of Continuous-Time Signals October 6, 2010 1 Introduction It is often desired

More information

Realizing Waveform Characteristics up to a Digitizer s Full Bandwidth Increasing the effective sampling rate when measuring repetitive signals

Realizing Waveform Characteristics up to a Digitizer s Full Bandwidth Increasing the effective sampling rate when measuring repetitive signals Realizing Waveform Characteristics up to a Digitizer s Full Bandwidth Increasing the effective sampling rate when measuring repetitive signals By Jean Dassonville Agilent Technologies Introduction The

More information

A. Chatterjee, Georgia Tech

A. Chatterjee, Georgia Tech VALIDATION, TESTING AND TUNING OF MIXED-SIGNAL/RF CIRCUITS AND SYSTEMS: A MACHINE LEARNING ASSISTED APPROACH A. Chatterjee, Georgia Tech GRAs: S. Deyati, B. Muldrey, S.Akbay, V. Natarajan, R. Senguttuvan,

More information

EXPLORING THE USE OF ENF FOR MULTIMEDIA SYNCHRONIZATION

EXPLORING THE USE OF ENF FOR MULTIMEDIA SYNCHRONIZATION EXPLORING THE USE OF ENF FOR MULTIMEDIA SYNCHRONIZATION Hui Su, Adi Hajj-Ahmad, Min Wu, and Douglas W. Oard {hsu, adiha, minwu, oard}@umd.edu University of Maryland, College Park ABSTRACT The electric

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

HBI Database. Version 2 (User Manual)

HBI Database. Version 2 (User Manual) HBI Database Version 2 (User Manual) St-Petersburg, Russia 2007 2 1. INTRODUCTION...3 2. RECORDING CONDITIONS...6 2.1. EYE OPENED AND EYE CLOSED CONDITION....6 2.2. VISUAL CONTINUOUS PERFORMANCE TASK...6

More information

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath Objectives Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath In the previous chapters we have studied how to develop a specification from a given application, and

More information

Work In Progress: Adapting Inexpensive Game Technology to Teach Principles of Neural Interface Technology and Device Control

Work In Progress: Adapting Inexpensive Game Technology to Teach Principles of Neural Interface Technology and Device Control Paper ID #7994 Work In Progress: Adapting Inexpensive Game Technology to Teach Principles of Neural Interface Technology and Device Control Dr. Benjamin R Campbell, Robert Morris University Dr. Campbell

More information

EEG Eye-Blinking Artefacts Power Spectrum Analysis

EEG Eye-Blinking Artefacts Power Spectrum Analysis EEG Eye-Blinking Artefacts Power Spectrum Analysis Plamen Manoilov Abstract: Artefacts are noises introduced to the electroencephalogram s (EEG) signal by not central nervous system (CNS) sources of electric

More information

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2018 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of 'creating images with a computer - Hardware (PC with graphics card)

More information

A New "Duration-Adapted TR" Waveform Capture Method Eliminates Severe Limitations

A New Duration-Adapted TR Waveform Capture Method Eliminates Severe Limitations 31 st Conference of the European Working Group on Acoustic Emission (EWGAE) Th.3.B.4 More Info at Open Access Database www.ndt.net/?id=17567 A New "Duration-Adapted TR" Waveform Capture Method Eliminates

More information

2. AN INTROSPECTION OF THE MORPHING PROCESS

2. AN INTROSPECTION OF THE MORPHING PROCESS 1. INTRODUCTION Voice morphing means the transition of one speech signal into another. Like image morphing, speech morphing aims to preserve the shared characteristics of the starting and final signals,

More information

Re: ENSC 370 Project Physiological Signal Data Logger Functional Specifications

Re: ENSC 370 Project Physiological Signal Data Logger Functional Specifications School of Engineering Science Simon Fraser University V5A 1S6 versatile-innovations@sfu.ca February 12, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6

More information

Broadcast Television Measurements

Broadcast Television Measurements Broadcast Television Measurements Data Sheet Broadcast Transmitter Testing with the Agilent 85724A and 8590E-Series Spectrum Analyzers RF and Video Measurements... at the Touch of a Button Installing,

More information

SDR Implementation of Convolutional Encoder and Viterbi Decoder

SDR Implementation of Convolutional Encoder and Viterbi Decoder SDR Implementation of Convolutional Encoder and Viterbi Decoder Dr. Rajesh Khanna 1, Abhishek Aggarwal 2 Professor, Dept. of ECED, Thapar Institute of Engineering & Technology, Patiala, Punjab, India 1

More information

Agilent MSO and CEBus PL Communications Testing Application Note 1352

Agilent MSO and CEBus PL Communications Testing Application Note 1352 546D Agilent MSO and CEBus PL Communications Testing Application Note 135 Introduction The Application Zooming In on the Signals Conclusion Agilent Sales Office Listing Introduction The P300 encapsulates

More information

Portable USB Potentiostat Low-Current Portable USB Potentiostat Extended Voltage USB Potentiostat

Portable USB Potentiostat Low-Current Portable USB Potentiostat Extended Voltage USB Potentiostat WaveNow USB Potentiostat / Galvanostat WaveNow / WaveNowXV Portable USB Potentiostat WaveNano Low-Current Portable USB Potentiostat Part Numbers Product Name WaveNow WaveNano WaveNowXV Description Portable

More information