Next Article in Journal
Surface Engineering of Carbon-Based Microelectrodes for High-Performance Microsupercapacitors
Next Article in Special Issue
Recent Progress in the Voltage-Controlled Magnetic Anisotropy Effect and the Challenges Faced in Developing Voltage-Torque MRAM
Previous Article in Journal
The Effect of Sensor Dimensions on the Performance of Flexible Hot Film Shear Stress Sensors
Previous Article in Special Issue
In-DRAM Cache Management for Low Latency and Low Power 3D-Stacked DRAMs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Matrix Mapping on Crossbar Memory Arrays with Resistive Interconnects and Its Use in In-Memory Compression of Biosignals

Department of Materials Science and Engineering at Seoul National University, Seoul 08826, Korea
*
Author to whom correspondence should be addressed.
Micromachines 2019, 10(5), 306; https://doi.org/10.3390/mi10050306
Submission received: 4 April 2019 / Revised: 29 April 2019 / Accepted: 5 May 2019 / Published: 7 May 2019

Abstract

:
Recent advances in nanoscale resistive memory devices offer promising opportunities for in-memory computing with their capability of simultaneous information storage and processing. The relationship between current and memory conductance can be utilized to perform matrix-vector multiplication for data-intensive tasks, such as training and inference in machine learning and analysis of continuous data stream. This work implements a mapping algorithm of memory conductance for matrix-vector multiplication using a realistic crossbar model with finite cell-to-cell resistance. An iterative simulation calculates the matrix-specific local junction voltages at each crosspoint, and systematically compensates the voltage drop by multiplying the memory conductance with the ratio between the applied and real junction potential. The calibration factors depend both on the location of the crosspoints and the matrix structure. This modification enabled the compression of Electrocardiographic signals, which was not possible with uncalibrated conductance. The results suggest potential utilities of the calibration scheme in the processing of data generated from mobile sensing or communication devices that requires energy/areal efficiencies.

1. Introduction

Emerging classes of mobile electronic devices offer attractive capabilities for real-time analytics of the physical world through the connection to central computing systems. One of the critical challenges in this emerging Internet of Things (IoT) is the instantaneous extraction of relevant information from the abundant data with the limited power and communication bandwidth for data transmission. This challenge demands smart components on the edge of the mobile devices that can filter, compress, or classify the data outputs onsite [1,2,3,4]. This pre-processing needs to be extremely power efficient and quick to handle the large volume of data continuously generated from the surrounding world.
A subset of the processing operations can be categorized as a linear transformation which can be expressed as a matrix-vector multiplication (MVM). The MVM can be performed in an analogue domain using a resistive memory crossbar array by storing the matrix values as the conductance of the memory cell. The operation can take a constant time complexity ( O ( 1 ) ), and be energy efficient owing to the functional integration of the processing and memory units [5,6,7]. The scalability of the crossbar structure down to 4 F 2 ( F : feature size of a technology node) is also beneficial for the device miniaturization. Envisioned applications include linear equation solver and training of or inference on neural networks as demonstrated recently [1,7,8,9,10,11].
Prior studies have shown that the throughputs per area and the energy efficiency can exceed today’s von Neumann computing scheme, but computational accuracy remained as a non-trivial challenge for high-precision analogue-based MVM. In device levels, output errors can be originated from the variations of the electrical characteristics between the cells, non-linear current-voltage relationship, and stochasticity in resistance switching process. Separate from the efforts in development of the reliable devices, it is also important to optimize the conductance mapping scheme using realistic crossbar arrays. Finite conductivity of interconnecting wire has been suggested as one of the important factors causing errors in the crossbar-based MVM [9,12]. Empirical calibration methods that are based on the comparison between the desired output and real measurements have shown to improve the accuracy level although the origin of the discrepancy of the measurement values was not clearly identified [1]. To overcome the limitation of such hardware-based methods, model-based theoretical analysis attempted more systematic approach to understand the computational error [9,12]. Hu et al. first introduced a comprehensive crossbar array model for MVM, and applied it to the training of neural network for pattern recognition [9]. This simulation-based optimization of the conductance minimizes the time and power consumption to post-process the outputs and provides explanation for the computational outputs with given circuits.
This work implemented a mapping algorithm of memory conductance for MVM using a crossbar model with finite wire resistance, and analyzed the calibration performance for the compression of electrocardiographic (ECG) signals. An iterative software simulation calculates the matrix-specific local junction voltages at each cross-point, and calculate the ratio between the junction voltages and input voltage applied from the source. The ratio becomes a calibration factor to update the memory conductance to systematically compensates the voltage drop. The results indicate that the calibration factors both depend on the location of the junctions and matrix structure. This correction enabled the in-memory compression of ECG signals whose reconstruction error is comparable to the double precision calculation. The findings suggest a possible route to overcome difficulties in analogue computing in realizing diverse edge computing devices for onsite data processing.

2. Methods

2.1. Calibration Factor for Matrix Mapping on Proposed Crossbar Model

Figure 1a shows a schematic representation of the crossbar model that includes interconnection line resistance to calculate the local potential at each cross-point. The model incorporates both the cell-to-cell resistance and the access resistance from a voltage source to the first column/row metal lines. The analogue-based MVM using a crossbar array assuming an ideal behavior has the current output from the column (or bit) line (BL) as follows.
I j i d e a l = G 1 , j V 1 , a p p + + G m , j V m , a p p
Here, I j i d e a l is the current output from jth BL. G i , j is the conductance of memory cell located at a crosspoint of the ith word and the jth bit lines. The conductance ( G i , j ) represents a linear-transformed matrix element to map the matrix values within the range of the achievable conductance of the device. V i , a p p is input voltage to the ith word lines (WL). (BLs are assumed to be grounded.) Equation (1) holds true only if the series resistance of the interconnection wires is negligible. Considering the resistivity of conventional metal wires ( ρ = 108 to 10−7 Ω · m ), the resistance between the nearest cells ( R = ρ · F / ( F · d ) , F : feature size, d : metal thickness) ranges from 100 to 101 Ω when d is assumed ~10 nm. The wire resistance may further increase due to lower density caused by vapor deposition. For a 4 F 2 crossbar structure, the interconnect resistance between two adjacent cells can be estimated to be ~4.53, 2.97, and 1.55 Ω under 16 nm, 22 nm, and 32 nm technology node, respectively, according to the International Technology Roadmap for Semiconductors 2013 [12]. Simple calculation estimates the voltage drop can be a significant source of errors considering the realistic conductivity of the resistive memories. For example, if we assume ~100 by 100 bits of crossbar arrays and 0.1 to 1 mA total current along the word line, iR drop at the end of the word line can be 0.01 to 0.1V. (e.g., 0.1–1 mA × R(cell-cell) × 100 → 0.01–0.1 V). In this realistic case, the current output needs to be modified as
I j r e a l = G 1 , j V 1 , j + G 2 , j V 2 , j + + G m , j V m , j
instead of Equation (1) with V i , a p p terms to conform with the Ohm’s law. Here, V i , j is the local junction potentials across the memory cell at ( i , j ) crosspoint. Since V i , j is not guaranteed to be equal to the applied voltage to the ith WL due to voltage drop, I j becomes small compared to the ideal case as observed in previous studies [1,9].
One way to compensate the smaller current output can be the increase of the conductance level of the memory according to the local voltage drop. If the voltage drop for arbitrary WL and BL input voltages can be estimated, the conductance of the memory can be set as
G i , j = G i , j V i , a p p V i , j
instead of G i , j . With the calibrated conductance ( G i , j ), the current outputs become the ideal current as follows.
I j r e a l = G 1 , j V 1 , a p p V 1 , j · V 1 , j + + G m , j V m , a p p V m , j · V m , j = I j i d e a l
Thus, the ratio ( V i , a p p / V i , j ) can be considered as a calibration factor for the memory conductance for in-memory MVM when the junction potential deviates from the applied voltage. There can be other approaches that use equilvalent conductance terms multiplied by the applied voltage to describe the measured current. This approach may be useful if measurement data are available and the calibration algorithm to drive the real current to the ideal one is developed. Yet, the current work is more focused on the calibration based only on theoretical model circuits without requirement for any real measurements.

2.2. Iterative Calibration Based on Crossbar Simulation

An iterative algorithm was developed to progressively increase conductance values based on the simulated V i , j at individual junctions. Figure 1b summarizes the procedure of the calibration process. Through the iterations, V i , j s are updated by solving the 2 m n Kirchhoff’s relations ( m n WL junctions + m n BL junctions) that need to be simultaneously satisfied with given memory conductance and the voltage inputs [13]. Figure 1c, for example, illustrates the local currents on the WL junction that follow the equation below.
G w ( V i , j W L V i , j 1 W L ) = G i , j ( V i , j B L V i , j W L ) + G w ( V i , j + 1 W L V i , j W L )
Here, G w is a cell-to-cell conductance, and V i , j W L and V i , j B L are voltages at ( i , j ) crosspoint on WL and BL, respectively. 2 m n Kirchhoff’s equations can be arranged in a simple matrix form whose details are described in the Appendix A. Since the calibrated conductance ( G i , j ) is higher than the previous conductance ( G i , j ) , the overall current increases, and the voltage drops need to be recalculated with this new G i , j by the next iteration of the simulation. The iteration is repeated until the conductance (or V i , a p p / V i , j ratios) converge, and the final ratios determine the conductance level of the memory to represent the arithmetic matrix elements. The simulation code is implemented in MATLAB and each iteration takes ~1 sec with single 3.5 GHz Intel Core i7 for 64 × 64 crossbar arrays. The calibration factors were converged after 10 to 20 iterations depending on the cell-to-cell resistance and termination criteria. The runtime and error depend on the termination criteria, and assumed to be a similar level to the previous report [9].

3. Results and Discussion

The in-memory MVM can be used for low-power data processing, such as compression or high- or low-pass filtering. Here, as an example, the discrete wavelet transform (DWT) matrix is mapped to the final memory conductance ranging from 0.01 to 70 μ S [14,15]. The cell-to-cell resistance (R) and the access resistance from the voltage source to the crossbar are assumed to be 1 Ω and 100 Ω, respectively. Larger R (10 Ω) is also studied for comparison. Voltages are supplied from the left for WLs and the bottom for BLs. For the calculation of the voltage drops at each junction, the supply voltage of 0.1 V was assumed for all WLs. (The calibration factors were insensitive to the voltage (0.1 to 0.5 V) since V i , j ~ V i , a p p i R where i R varies approximately with the same factor as V i , a p p ). The operation parameters were set to be consistent with the practical values reported in the previous PRAM-based studies [7].
Figure 2 presents the simulation results of the conductance mapping of 64 × 64 DWT matrix using biorthogonal filters with 4-level of decomposition. Figure 2a describes the change in the calibration factors through the iteration represented by the 2-norm of the difference matrix. The conductance is quickly converged, and the norm values less than 10 4 were achieved after 10 cycles (R = 1 Ω) and 16 cycles (10 Ω). Figure 2b compares the initial conductance ( G i , j 0 ) and final conductance for R = 10 Ω case. Figure 2c plots the final calibration factors to visualize the voltage drop across the crossbar. (R = 1 Ω (left), 10 Ω (right)) Calibration factors range from 1.1 to 1.4 for 1 Ω case, and 1.1 to 2.2 for 10 Ω case. 10 Ω resistance shows larger dependency of the calibration factor on the distance from the voltage source. The location dependency of the calibration factors implies that the effect of possible fluctuation in the resistance of nanoscale wires can be averaged over the long distance from the voltage source for the junctions with large calibration factors. The colormaps also reveal the large values for the first four columns and small values for every four rows. As depicted in Figure 2d, the calibration factors reflect the matrix structure. The conductance sum ( i G i , j 0 ) is large for the first four columns, which results in a large current gathered along the four BLs. For the same reason, the small conductance sum ( j G i , j 0 ) for every four rows result in small overall current along the WLs: thus, smaller calibration factors. This variation in the overall current along the metal line causes different level of i R drop, resulting in matrix-dependent calibration factors.
Figure 3 summarizes the effect of the conductance calibration on the data compression and reconstruction performance. Rescaled ECG signals from the MIT-BIH database were applied as the input voltage (0–0.3 V) for DWT [16]. Figure 3a,b show the coefficients of the DWT converted from the simulated currents from the BLs for R = 1 Ω and 10 Ω, respectively. The black squares present the exact coefficients calculated in double-precision (64 bits), and the green diamond lines present the simulated coefficients with the initial memory conductance before calibration. The negatively shifted values of the simulated coefficients result from the small currents due to the voltage drop along the resistive metal interconnects. This shift fails the threshold-based compression of data where the small coefficients are cut off based on their absolute quantity (distance from zero). The larger negative slope in Figure 3b compared to Figure 3a reflects a severe reduction in current outputs for the columns located far from the voltage source due to the larger R (10 Ω). The other lines in the figures show the coefficients calculated with the calibrated memory conductance at different stages of iteration. The red lines in Figure 3a,b show that the fully calibrated coefficients well match to the exact values for both R values. The 2-norms of the difference between the exact and the experimental coefficient vectors were 4.2 (1 Ω) and 8.6 (10 Ω), and the maximum difference were 3.5 (1Ω) and 7.2 (10 Ω) at the peak of the coefficient (exact coefficient value: 224.8, index: 29). Figure 3c shows the reconstructed ECG signals using the calibrated coefficients. (ECG signals were vertically shifted for visibility of individual lines.) The magenta line shows the reconstructed signals from the 15 largest exact coefficients out of 64. By filtering of the small coefficients, the noise in the original signal was removed as the case with exact coefficients. Figure 3d plots the error of the reconstructed signal. The reconstructed signal-to-noise ratios, defined as 20 l o g 10 ( | | x | | 2 / | | x x ^ | | 2 )   ( x : original ECG, x ^ : reconstructed ECG), were 28.2/43.4 (1 Ω) and 27.8/37.1 (10 Ω) with/without cut-off, respectively, compared to 28.3 for the reconstruction using 15 largest exact coefficients.

4. Conclusions

A conversion algorithm of a matrix to conductance was proposed in a crossbar memory array when the metal interconnects have finite conductance. The iterative simulation systematically compensates for the voltage drop along the interconnects by increasing the memory conductance. The calibration enables in-memory data compression. Considering the power limit in healthcare-related mobile devices, the proposed real-time compression using a memory crossbar can have potential as pre-processing units in such devices for diagnosis/therapeutic purposes.

Author Contributions

Conceptualization: Y.K.L., J.W.J.; formal analysis: Y.K.L.; software: Y.K.L., J.W.J.; validation: J.W.J., E.-S.P., W.K., M.H., C.S.H.; writing: Y.K.L., C.S.H.

Funding

This research was funded by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, grant number 2018R1A6A3A01012588.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

The crossbar model aims to calculate junction potentials at each cross-point. Since we can build one Kirchhoff’s equation for each junction, 2 m n relations (Figure A1, m n junctions on WL+ m n junctions on BL) need to be simultaneously satisfied with given memory resistances and the applied WL and BL applied potentials. Here, G w and G i , j are the wire and memory conductance, and V i , j W L and V i , j B L are the local voltages at the junctions in a real system with finite conductance of the interconnects.
Figure A1. Kirchhoff’s law produces 2mn equations.
Figure A1. Kirchhoff’s law produces 2mn equations.
Micromachines 10 00306 g0a1
( W L ,   ( i , j ) )                   G w ( V i , j W L V i , j 1 W L ) G i , j ( V i , j B L V i , j W L ) G w ( V i , j + 1 W L V i , j W L ) = 0
( W L ,   j = 1 )         G i , a c c e s s W L ( V i , 1 W L V i , a p p l i e d W L ) G i , 1 ( V i , 1 B L V i , 1 W L ) G w ( V i , 2 W L V i , 1 W L ) = 0
( W L ,   j = n )               G w ( V i , n W L V i , n 1 W L ) G i , n ( V i , n B L V i , n W L ) = 0
( B L ,   ( i , j ) )                   G w ( V i + 1 , j B L V i , j B L ) G i , j ( V i , j B L V i , j W L ) G w ( V i , j B L V i 1 , j B L ) = 0
( B L ,   i = m )     G j , a c c e s s B L   ( V j , a p p l i e d B L V m , j B L ) G m , j ( V m , j B L V m , j W L ) G w ( V m , j B L V m 1 , j B L ) = 0
( B L ,   i = 1 )               G w ( V 2 , j B L V 1 , j B L ) G i , j ( V 1 , j B L V 1 , j W L ) = 0
When the equations are arranged in the order as described in Figure A1, the equations can be simplified as the following matrix formulation:
A m n × m n v W L + B m n × m n v B L = E W L   ( for   WL   junctions )
C m n × m n v W L + D m n × m n v B L = E B L   ( for   BL   junctions )
[ A B C D ] [ v W L v B L ] = [ E W L E B L ]
where
v W L , m n × 1 = [ V 1 , 1 W L , V 1 , 2 W L , , V 1 , n W L , V 2 , 1 W L , , V m , n W L ] T = [ v W L , i = 1 , v W L , i = 2 , , v W L , i = m ] T
v B L , m n × 1 = [ V 1 , 1 B L , V 1 , 2 B L , , V 1 , n B L , V 2 , 1 B L , , V m , n B L ] T = [ v B L , i = 1 , v B L , i = 2 , , v B L , i = m ] T .
E W L , m n × 1 = [ G 1 , a c c e s s W L V 1 , a p p W L , 0 , , G 2 , a c c e s s W L V 2 , a p p W L , 0 , , G m , a c c e s s W L V m , a p p W L , 0 , ] T
E B L , m n × 1 = [ G 1 , a c c e s s B L V 1 , a p p B L , G 2 , a c c e s s B L V 2 , a p p B L , , G n , a c c e s s B L V n , a p p B L   0 , ] T
Here, A and D are sparse matrices whose nonzero elements are the ones that are multiplied by the local potentials adjacent to the junction under consideration along the WL (for A ) or BL (for D ). For example, the Kirchhoff’s law on the ( i , j ) WL junction is described by
A ( i 1 ) × j + j t h   r o w     v W L + B ( i 1 ) × j + j t h   r o w   v B L = E W L , ( i 1 ) × j + j t h   r o w
The only nonzero elements of ( i 1 ) × j + j th row of A are j 1 , j , j + 1 th elements of the row. B and C are m n × m n diagonal matrices related to the conductance of the resistive memory to describe the currents flow through the memory layer. More details are available in [13] although the structure of the matrices A , B , C , D , E W L and E B L depends on the order of the Kirchhoff’s equations that correspond to the individual junctions.
For the simulation where all the applied potentials to the WL and BL are set, local potentials at the crossbar junctions can be obtained in two steps by solving the following two equations:
( B A C 1 D ) v B L = E W L A C 1 E B L
v W L = C 1 ( E B L D v B L )

References

  1. Li, C.; Hu, M.; Li, Y.; Jiang, H.; Ge, N.; Montgomery, E.; Zhang, J.; Song, W.; Dávila, N.; Graves, C.E.; et al. Analogue Signal and Image Processing with Large Memristor Crossbars. Nat. Electron. 2017, 1, 52. [Google Scholar] [CrossRef]
  2. Wright, C.D. Precise Computing with Imprecise Devices. Nat. Electron. 2018, 1, 212–213. [Google Scholar] [CrossRef]
  3. Hussein, A.F.; Hashim, S.J.; Aziz, A.F.A.; Rokhani, F.Z.; Adnan, W.A.W. A Real Time ECG Data Compression Scheme for Enhanced Bluetooth Low Energy ECG System Power Consumption. J. Ambient Intell. Humaniz. Comput. 2017. [Google Scholar] [CrossRef]
  4. Yu, B.; Yang, L.; Chong, C.C. ECG Monitoring over Bluetooth: Data Compression and Transmission. In Proceedings of the IEEE Wireless Communication and Networking Conference, Sydney, NSW, Australia, 18–21 April 2010; pp. 1–5. [Google Scholar]
  5. Gallo, M.; Sebastian, A.; Cherubini, G.; Giefers, H.; Eleftheriou, E. Compressed Sensing With Approximate Message Passing Using In-Memory Computing. IEEE Trans. Electron. Devices 2018, 99, 1–9. [Google Scholar] [CrossRef]
  6. Wang, Y.; Li, X.; Xu, K.; Ren, F.; Yu, H. Data-Driven Sampling Matrix Boolean Optimization for Energy-Efficient Biomedical Signal Acquisition by Compressive Sensing. IEEE Trans. Biomed. Circuits Syst. 2017, 11, 255–266. [Google Scholar] [CrossRef] [PubMed]
  7. Le Gallo, M.; Sebastian, A.; Mathis, R.; Manica, M.; Giefers, H.; Tuma, T.; Bekas, C.; Curioni, A.; Eleftheriou, E. Mixed-Precision In-Memory Computing. Nat. Electron. 2017, 1, 246. [Google Scholar] [CrossRef]
  8. Burr, G.W.; Shelby, R.M.; Sidler, S.; Di Nolfo, C.; Jang, J.; Boybat, I.; Shenoy, R.S.; Narayanan, P.; Virwani, K.; Giacometti, E.U.; et al. Experimental Demonstration and Tolerancing of a Large-Scale Neural Network (165,000 Synapses) Using Phase-Change Memory as the Synaptic Weight Element. IEEE Trans. Electron. Devices 2015, 62, 3498–3507. [Google Scholar] [CrossRef]
  9. Hu, M.; Strachan, J.P.; Li, Z.; Grafals, E.M.; Davila, N.; Graves, C.; Lam, S.; Ge, N.; Williams, R.S.; Yang, J.; et al. Dot-Product Engine for Neuromorphic Computing: Programming 1T1M Crossbar to Accelerate Matrix-Vector Multiplication. In Proceedings of the 53rd Annual Design Automation Conference, Austin, TX, USA, 5–9 June 2016. [Google Scholar]
  10. Zidan, M.A.; Jeong, Y.; Lee, J.; Chen, B.; Huang, S.; Kushner, M.J.; Lu, W.D. A General Memristor-Based Partial Differential Equation Solver. Nat. Electron. 2018, 1, 411–420. [Google Scholar] [CrossRef]
  11. Ambrogio, S.; Narayanan, P.; Tsai, H.; Shelby, R.M.; Boybat, I.; Di Nolfo, C.; Sidler, S.; Giordano, M.; Bodini, M.; Farinha, N.C.P.; et al. Equivalent-Accuracy Accelerated Neural-Network Training Using Analogue Memory. Nature 2018, 558, 60–67. [Google Scholar] [CrossRef] [PubMed]
  12. Gu, P.; Li, B.; Tang, T.; Yu, S.; Cao, Y.; Wang, Y.; Yang, H. Technological Exploration of RRAM Crossbar Array for Matrix-Vector Multiplication. In Proceedings of the 20th Asia and South Pacific Design Automation Conference, Chiba, Japan, 19–22 January 2015. [Google Scholar]
  13. Chen, A.; Member, S. Solutions for Line Resistance and Nonlinear Device Characteristics. IEEE Trans. Electron. Devices 2013, 60, 1–9. [Google Scholar] [CrossRef]
  14. Sabarimalai Sur, M.; Dandapat, S. Wavelet-Based Electrocardiogram Signal Compression Methods and Their Performances: A Prospective Review. Biomed. Signal Process. Control 2014, 14, 73–107. [Google Scholar]
  15. Uvi_wave Toolbox. Available online: https://Github.Com/Uviwave/Uvi_wave (accessed on 10 March 2015).
  16. Moody, G.B.; Mark, R.G. The Impact of the MIT-BIH Arrhythmia Database. IEEE Eng. Med. Biol. Mag. 2001, 20, 45–50. [Google Scholar] [CrossRef] [PubMed]
Figure 1. (a) Simulation model for resistive memory crossbar array with finite conductance of interconnects. (b) Conductance calibration algorithm for mapping of an m × n matrix using a crossbar simulator. (c) Local currents at word lines (WL) and bit line (BL) junctions in accordance with Kirchhoff’s law.
Figure 1. (a) Simulation model for resistive memory crossbar array with finite conductance of interconnects. (b) Conductance calibration algorithm for mapping of an m × n matrix using a crossbar simulator. (c) Local currents at word lines (WL) and bit line (BL) junctions in accordance with Kirchhoff’s law.
Micromachines 10 00306 g001
Figure 2. Conductance mapping of 64 × 64 matrix for discrete wavelet transform (DWT). (a) Convergence of calibration factors though the iterations for 1 Ω and 10 Ω cell-cell resistance. (b) Colored map of cell conductance of a crossbar before/after calibration. (R = 10 Ω). (c) Matrix-specific calibration factors at individual cross-points for R = 1 Ω (left) and R = 10 Ω (right). (d) Conductance sum of each column (top) or row (bottom) of the initial conductance.
Figure 2. Conductance mapping of 64 × 64 matrix for discrete wavelet transform (DWT). (a) Convergence of calibration factors though the iterations for 1 Ω and 10 Ω cell-cell resistance. (b) Colored map of cell conductance of a crossbar before/after calibration. (R = 10 Ω). (c) Matrix-specific calibration factors at individual cross-points for R = 1 Ω (left) and R = 10 Ω (right). (d) Conductance sum of each column (top) or row (bottom) of the initial conductance.
Micromachines 10 00306 g002
Figure 3. Electrocardiographic (ECG) signal compression using in-memory computing. (a,b) Coefficients of ECG signal after DWT using crossbar (Xbar) conductance determined by simulation. n: iteration number of simulation for conductance calibration. (a) R = 1 Ω. (b) 10 Ω. (c) Reconstruction of ECG from the coefficients. Compression ratio = 15/64. (d) Reconstruction error.
Figure 3. Electrocardiographic (ECG) signal compression using in-memory computing. (a,b) Coefficients of ECG signal after DWT using crossbar (Xbar) conductance determined by simulation. n: iteration number of simulation for conductance calibration. (a) R = 1 Ω. (b) 10 Ω. (c) Reconstruction of ECG from the coefficients. Compression ratio = 15/64. (d) Reconstruction error.
Micromachines 10 00306 g003

Share and Cite

MDPI and ACS Style

Lee, Y.K.; Jeon, J.W.; Park, E.-S.; Yoo, C.; Kim, W.; Ha, M.; Hwang, C.S. Matrix Mapping on Crossbar Memory Arrays with Resistive Interconnects and Its Use in In-Memory Compression of Biosignals. Micromachines 2019, 10, 306. https://doi.org/10.3390/mi10050306

AMA Style

Lee YK, Jeon JW, Park E-S, Yoo C, Kim W, Ha M, Hwang CS. Matrix Mapping on Crossbar Memory Arrays with Resistive Interconnects and Its Use in In-Memory Compression of Biosignals. Micromachines. 2019; 10(5):306. https://doi.org/10.3390/mi10050306

Chicago/Turabian Style

Lee, Yoon Kyeung, Jeong Woo Jeon, Eui-Sang Park, Chanyoung Yoo, Woohyun Kim, Manick Ha, and Cheol Seong Hwang. 2019. "Matrix Mapping on Crossbar Memory Arrays with Resistive Interconnects and Its Use in In-Memory Compression of Biosignals" Micromachines 10, no. 5: 306. https://doi.org/10.3390/mi10050306

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop