Next Article in Journal
Study of the Explosive Bridge Film Using Laser Shaping Technology
Previous Article in Journal
TinyML: Enabling of Inference Deep Learning Models on Ultra-Low-Power IoT Edge Devices for AI Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Time-Varying Pseudorandom Disturbed Pattern Generation Algorithm for Track Circuit Equipment Testing

1
School of Optoelectronic Engineering and Instrumentation Science, Dalian University of Technology, Dalian 116000, China
2
Signal and Communication Research Institute, China Academy of Railway Sciences Corporation Limited, Beijing 100081, China
*
Author to whom correspondence should be addressed.
Micromachines 2022, 13(6), 853; https://doi.org/10.3390/mi13060853
Submission received: 4 May 2022 / Revised: 26 May 2022 / Accepted: 27 May 2022 / Published: 29 May 2022
(This article belongs to the Special Issue Power Electronics Components Analysis)

Abstract

:
To improve the test accuracy and fault coverage of high-speed railway-related equipment boards, a time-varying pseudorandom disturbance algorithm based on the automatic test pattern generation technology in chip testing is proposed. The algorithm combines the pseudorandom pattern generation algorithm with the deterministic pattern generation D algorithm. The existing pseudorandom number generation method usually requires random seeds to generate a series of pseudorandom numbers. In this algorithm, the system timer is used as the random seed to design a pseudorandom pattern generation method of time-varying seed to improve the randomness of pseudorandom pattern generation. In addition, in combination with the D algorithm, this work proposes a new switching logic between two algorithms by counting invalid pattern proportions. When the algorithm is applied to track a circuit netlist, the fault coverage can reach near 100%. However, the large-scale circuit fault coverage cannot easily reach 100%. The test results for the standard circuits of different sizes show that at the same time, compared with the independent pattern generation methods, the proposed algorithm can improve fault coverage by more than 50% and 30% and significantly improve the pattern generation efficiency. Therefore, it can be used perfectly in the subsequent construction of high-speed railway equipment test platforms.

1. Introduction

Transportation is the lifeblood of the national economy and social development, and high-speed railways have been playing an important role in the comprehensive transportation system. The performance, safety testing, and verification of high-speed railway equipment are directly related to the safe operation of high-speed railway systems. Therefore, improving the test accuracy and fault coverage of related equipment boards and developing the corresponding test platform has become an urgent issue to be solved.
A test case is an effective solution to the traditional board test. CEDEX Interoperability Railways Laboratory established the Eurocab test platform for semi-automatic tests and realized the analysis and evaluation of European railway equipment through a test case [1]. Wu et al. proposed a test generation technique based on a colored Petri net model for an advanced satellite-based train control system to generate more complete test cases. The number of test cases increased by 23% after improving the model [2]. For the Chinese Train Control System 3, Zhou et al. optimized test cases through unified modeling language (UML) model diagrams using static and dynamic modeling mechanisms of the UML technology, effectively improving the generation efficiency and quality of cases [3]. Li et al. proposed the timed automata mutation test to simulate most types of system fault models, modeled the radio block center switching process, and improved the mutation score by approximately 11.8% through a mutation analysis. New test cases were generated to improve its integrity [4].
Although the aforementioned test case method has made great progress, it still needs to be improved in edge detection, system stability under limiting conditions, and test accuracy. The chip contains millions of logic gates. In its design process, many methods and EDA tools can verify its function, including automatic test pattern generation (ATPG) technology [5]. If the high-speed railway equipment or board is described as a circuit model, the method used in the integrated circuit design [6] thus had a reference significance to the system level test of the high-speed railway equipment.
The D algorithm is the first widely used deterministic test pattern generation algorithm in the ATPG technology. With the continuous improvement of chip complexity, the limitations of the D algorithm, which has a large number of backtracking and invalid choices, are constantly emerging [7]. Path-oriented decision-making (PODEM) is an improvement of the D algorithm, which reduces the backtracking times and blind trials of the D algorithm [8]. The fanout-oriented algorithm (FAN) is an improvement on PODEM, which significantly improves the generation efficiency by limiting the search space of ATPG to reduce the generation time and accelerate backtracking [9]. In addition, there are many other popular algorithms such as HITEC and Socrates. HITEC presented a targeted D element technique, which greatly increases the number of possible mandatory assignments and reduces the over-specification of state variables which can sometimes result when using a standard PODEM algorithm [10]. Socrates, based upon the sophisticated strategies of the FAN algorithm, led to a considerable reduction of the number of backtrackings and earlier recognition of conflicts and redundancies [11], but the generation process is still complicated.
Among the non-deterministic pattern generation methods for reducing the pattern generation time, pseudorandom pattern generation based on the linear feedback shift register (LFSR) is one of the most typical methods of creating a test pattern. It uses a pseudorandom number generator to generate test patterns and calculates the fault coverage of the generated patterns through fault simulations [12]. Compared with the deterministic pattern generation method, the pseudorandom generation method is simple, but it is more difficult to achieve a higher fault coverage. Moreover, the random seed of this method is single, and the randomness is limited. Souza et al. proposed a method combining the LFSR and deterministic generation algorithm [13]. However, there is still room for improvement in its randomness and generation efficiency.
Based on the combined generation algorithm, in this work, a time-varying pseudorandom disturbance ATPG algorithm, combining the pseudorandom pattern generation algorithm with the deterministic pattern generation D algorithm, is proposed. The existing pseudorandom number generation method usually requires random seeds to generate a series of pseudorandom numbers. In this algorithm, the system timer is used as the random seed to design a pseudorandom pattern generation method of time-varying seeds to improve the randomness of pseudorandom pattern generation. In addition, in combination with the D algorithm, here, a new switching logic between two algorithms by counting the invalid pattern proportion is proposed. The algorithm is applied to the transmitter and receiver board system of the ZPW-2000A track circuit, and the pattern generation of its golden model [14] circuit netlist is performed. Then, the efficiency of the algorithm is tested by comparing the circuits S713, S1423, and S9234.

2. Time-Varying Pseudorandom Disturbance ATPG Algorithm

The ATPG algorithm uses the gate-level netlist of a circuit as the input file and uses it to create a fault list to complete the pattern generation process. The fault list contains all possible fault types in the circuit, including the typical stuck-at fault, stuck-open fault, bridging fault, and some atypical faults. In this work, only the most common and effective stuck-at fault is considered, which represents the situation in which one line of the circuit is fixed to logic 1 or logic 0 and is represented as s-a-1 or s-a-0, respectively [15]. Netlist files are obtained through a logical synthesis of the register-transfer level code designed by Verilog.

2.1. A. Deterministic Pattern Generation Algorithm Based on the D Algorithm

The D algorithm is the most widely used deterministic pattern generation algorithm. It is based on path sensitization at the logic gate level [16] and uses a five-valued logic (0, 1, X, D, D ¯ ) to describe the states of each lead in the circuit under the failure condition. The principle is shown in Figure 1.
“0” indicates the signal with a normal value of 0 and fault value of 0. “1” indicates that the normal value is 1, and the fault value is also 1. “D” represents the signal with a normal value of 1 and fault value of 0, which can be recorded as 1/0. “ D ¯ ” represents a signal with a normal value of 0 and fault value of 1, which can be recorded as 0/1. “X” indicates that the value is undetermined. The D algorithm is also implemented in C language and consists of three steps:
(a)
Fault sensitization (backward): The influence of the fault can be reflected by driving the signal to be the opposite logical value of the fault. That is, activating the s-a-0 fault makes the input value of the line set to 1, whereas activating the s-a-1 fault makes the input value of the line set to 0. Thus, the logic value that the input can activate this fault is obtained through a further inverse calculation [17].
(b)
Fault propagation (forward): The D signal is propagated to the output end of the circuit through one or more paths by setting the input node value of the relevant logic gates outside the fault point, so that it can be detected from the output end, and then inverse to improve the test pattern based on the hypothesis [18].
(c)
Line confirmation: The undetermined signal value in the circuit is obtained using the existing node value until a set of non-contradictory values of the original input end of the circuit is obtained, which is a set of test patterns. When the selected value 0 or 1 is inconsistent with the previously assigned value of this node, it is necessary to go back to the previous node and select again [19].
Compared with a random generation, the D algorithm has a higher fault coverage, makes it easier to find undetectable faults, and uses fewer patterns. However, the calculation process is complex, requires more resources, and takes a long time to generate [20].

2.2. B. Time-Varying Seed Pseudorandom Pattern Generation Algorithm

Pseudorandom pattern generation in integrated circuits is often used in a built-in self-test (BIST). As a common testability design method, it can significantly improve the testability of random logic in circuits. The BIST often uses LFSR to constitute a pseudorandom sequence generation circuit [21], which has the advantages of a simple generation process and high coverage in a short time. The external exclusive-OR (XOR) LFSR structure with a conventional length of L is shown in Figure 2.
In Figure 2, a set of initial assignment values between (L−1) and 0 is called a set of random seeds. At present, the quantum random number generators (QRNGs) have been used to achieve complete random-number generation [22], but it is too complicated for ATPG technology. The simpler pseudorandom number generation method usually requires random seeds to generate a series of fixed pseudorandom numbers [23]. The feedback constant CL is 0 or 1, and a single seed can generate a maximum of 2L patterns. To generate other patterns, the random seed or feedback constant needs to be changed, and the randomness has a certain space for improvement. This work uses C language to realize the algorithm flow. The algorithm generates a pseudorandom sequence as a test pattern and then conducts fault simulation on each pattern to identify all faults that can be detected. After the detected faults are deleted from the fault list, the next test pattern is generated to repeat the process.
Because the random seed of the pseudorandom pattern generation method based on LFSR cannot be easily changed, the randomness needs to be improved. The algorithm uses the value of the system timer/counter to set the random seed so that the seed can change at any time and ensure that each pattern is generated by a different seed. By generating random numbers from 0 to 100 and judging whether they are greater than 50, 0/1 can be randomly generated by bits according to the required pattern length. Compared with LFSR in [13], the correlation between patterns is reduced, and the algorithm’s randomness is enhanced. The generating flow is as Algorithms 1:
Algorithms 1:Pseudorandom pattern generation.
1: if seed < 1000
2:    then seed ← time(((long *) NULL))
3:    else seed ← rand()% seed
4:        srand (seed)
5: for K = 0 to max do
6:    if rand()% 100 > 50
7:    then input[K] ← ‘1’
8:    else input[K] ← ‘0’
9: end
However, the generation of a pseudorandom pattern still has some problems, such as difficulty in finding undetectable faults, a long time to reach the target fault coverage, and a large number of required patterns, so the generation efficiency still has a large space to improve.

2.3. C. Time-Varying Pseudorandom Disturbance ATPG Algorithm

Based on the time advantage of the pseudorandom pattern generation algorithm and coverage advantage of the D algorithm, a time-varying pseudorandom disturbance ATPG algorithm is proposed in this work to improve the generation efficiency of the algorithm from two important evaluation indexes, i.e., fault coverage and generation time.
Figure 3a shows the comparison of the variation trend of the fault coverage with the generation time between the pseudorandom generation algorithm and the D algorithm [24].
The early random patterns gradually slow down, which cannot be significantly improved even after a long time. However, the D algorithm always maintains a certain rate of coverage improvement, which is significantly higher than the generation of a pseudorandom pattern. This finding indicates that the algorithm can deal with many undetectable faults that cannot be found by the pseudorandom pattern.
Based on the generation characteristics of the two kinds of pattern generation methods, the time-varying pseudorandom disturbance ATPG algorithm is designed. The variation trend of the algorithm fault coverage with the generation time is shown in Figure 3b. The generation algorithm adopts the pseudorandom method first and then the D algorithm. First, the pseudorandom pattern generation is used to achieve a high fault coverage in 5 s. After the curve slows down, the D algorithm deals with the remaining undetectable faults in the fault list. Thus, considerable fault coverage can be achieved in a short time, and the generation efficiency can be significantly improved. Parameters M, L, and S represent the running time of the two algorithms. When the same coverage is achieved, the improved algorithm in Figure 3b can make the total generation time of the algorithm represented by L + S smaller than the time M in Figure 3a [13].
In the pseudorandom pattern generation process, when a generated pattern cannot detect any fault in the fault list, it is regarded as an invalid pattern. Variable α is used to count the invalid pattern ratio to achieve the control of the algorithm switching timing, adjust the ratio occupied by the two methods, and improve the generation efficiency. When αn, the generation of the pseudorandom pattern ends, and the D algorithm is used to continue the generation process. The specific control mode is shown as Algorithms 2:
Algorithms 2:The control mode of the algorithm switching timing.
1: while α < n do
2:    Generate a random pattern
3:    Simulate the pattern
4:    if faults_count = 0
5:    then P++
6:     α←P/Q
7:    else Mark the fault as detected
8: end
9: Generate test patterns deterministically
P represents the number of generated invalid patterns, and Q represents the total number of generated patterns. α is used as an invalid pattern ratio counter and represents the proportion of generated invalid patterns to the total number of generated patterns. Standard circuits S713, S1423, and S9234 are used for pseudorandom pattern generation, and the change in the fault coverage with n values is shown in Figure 4. It can be used to select the algorithm switching timing.
In this curve, it went smoothly and showed saturation, such that its derivative gradually approaches 0. For n = 10%, the rate of derivative decrease significantly slows down, and the fault coverage of pseudorandom patterns has basically reached the highest and does not change significantly with n. It is difficult to effectively improve the fault coverage by increasing the n value and has a limited influence on the overall coverage of the algorithm. To balance the fault coverage and generation time and ensure that the highest fault coverage can be achieved within the shortest time, n = 30% was selected as the algorithm switching point in this work. Compared with the switching logic of using timers to control the generation time of pseudorandom patterns adopted in [13], this work achieved a reasonable control of specific switching timing by using the same variable n in view of the actual pattern generation of different circuits. This method reduces blindness and makes the fault coverage of different circuits as consistent as possible at a certain switch point with the variation trend of variable n.

3. Results and Discussion

The logic of the algorithm testing is described in Figure 5. The application of ATPG to high-speed railway equipment requires the design of a corresponding golden model. The golden model is designed according to the equipment system, and it can be used to obtain the netlist after a logical synthesis and inputted into the ATPG algorithm to generate patterns.
The transmitter and receiver of the high-speed railway ZPW-2000A track circuit were designed to realize the modulation and demodulation functions of frequency-shifted FSK signals, respectively.
First, the designed golden model netlist was used for the pattern generation (11 gates for the transmitter and 20 gates for the receiver), and the fault coverage can reach near 100% using the algorithm. As the large-scale circuit fault coverage cannot easily reach 100%, the medium-scale circuits S713 (393 gates) and S1423 (657 gates), and large-scale circuit S9234 (5597 gates) were tested. In the same base generation time, the algorithms using the pseudorandom pattern generation and D algorithm alone were compared with the disturbance algorithm. Due to the randomness in the algorithm, the fault coverage results generated by the algorithm are different each time. Take the multiple generation results of circuit S713 as an example, as shown in Figure 6.
As can be seen from the figure, the results of multiple tests for the disturbance algorithm using S713 fluctuate within a certain range. Thus, five groups of repeated experiments were required to take the average value, and the number of generated patterns, detected faults, and fault coverage of each algorithm were counted, as shown in Table 1 and Figure 7.
The generation results in Figure 7 show that in the same generation time, compared with the D algorithm, the pseudorandom pattern generation has the lowest fault coverage and requires more patterns. The number of detected faults and fault coverage reached the highest level after the combination of the two methods. The fault coverage increased by more than 50% and 30% compared with the independent method, so the efficiency of the algorithm was significantly improved.

4. Conclusions

To improve the test coverage of high-speed railway-related equipment systems, a time-varying pseudorandom disturbance ATPG algorithm is proposed. The algorithm combines the pseudorandom pattern generation algorithm with the deterministic pattern generation D algorithm. In this algorithm, the system timer is used as the random seed to design a pseudorandom pattern generation method of time-varying seeds. It can improve the randomness of the pseudorandom pattern generation in [13]. In addition, in combination with the D algorithm, this work proposes a new switching logic between two algorithms by counting the invalid pattern proportion. Compared with the switching logic of using timers to control the generation time of pseudorandom patterns adopted in [13], this proposed method reduces blindness and makes the fault coverage of different circuits as consistent as possible at a certain switch point with the variation trend of variable n. Based on the transmitter and receiver modules of the ZPW-2000A track circuit system, the circuit golden model was designed using Verilog. The test pattern of the golden model was generated, and the fault coverage was up to 100%. The large-scale circuit fault coverage cannot easily reach 100%. The algorithm performance was tested using medium-scale international standard circuits S713 and S1423 and a large-scale international standard circuit S9234. In the same generation time, the fault coverage is improved by more than 50% and 30% as compared with the independent method. The time advantage of the pseudorandom pattern generation algorithm and the coverage advantage of the D algorithm were effectively combined. Therefore, it can be better used in the subsequent construction of high-speed railway equipment test platforms.

Author Contributions

Conceptualization, X.C. and Z.Y.; methodology, Z.W. and Z.Y.; Validation, H.-C.C.; Data curation, Z.W.; Writing—Original draft preparation, Z.W.; Writing—Review and editing, H.-C.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program of China under grant number 2018YFB1202000.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. De Huici, J.T.R. Actuaciones del Laboratorio de Interoperabilidad Ferroviaria (LIF) del CEDEX en el despliegue Europeo ERTMS. Rev. Digit. Del Cedex 2015, 179, 139–151. [Google Scholar]
  2. Wu, D.; Schnieder, E.; Krause, J. Model-based test generation techniques verifying the on-board module of a satellite-based train control system model. In Proceedings of the 2013 IEEE International Conference on Intelligent Rail Transportation Proceedings, Beijing, China, 30 August–1 September 2013; pp. 274–279. [Google Scholar]
  3. Zhou, Y.; He, T. Functional model analysis of level transition process of CTCS-3 system. In Proceedings of the International Conference on Mechatronics and Intelligent Robotics, Kunming, China, 25–26 May 2019; pp. 345–354. [Google Scholar]
  4. Li, T.; Li, K.; Lv, J.; Yuan, L.; Fu, Q.; Wen, T. Mutation testing for evaluating the completeness of test cases in high-speed train control system. In Proceedings of the 2015 IEEE 18th International Conference on Intelligent Transportation Systems, Las Palmas de Gran Canaria, Spain, 15–18 September 2015; pp. 777–782. [Google Scholar]
  5. Drechsler, R.; Eggersglüß, S.; Fey, G.; Tille, D. Test Pattern Generation Using Boolean Proof Engines; Springer Science & Business Media: Berlin, Germany, 2009. [Google Scholar]
  6. Dinu, A.; Danciu, G.M.; Ogrutan, P.L. Cost-efficient approaches for fulfillment of functional coverage during verification of digital designs. Micromachines 2022, 13, 691. [Google Scholar] [CrossRef]
  7. Roth, J.P. Diagnosis of automata failures: A calculus and a method. IBM J. Res. Dev. 1966, 10, 278–291. [Google Scholar] [CrossRef]
  8. Goel, P. An implicit enumeration algorithm to generate. IEEE Trans. Comput. 1981, 30, 215–222. [Google Scholar] [CrossRef]
  9. Fujiwara, H.; Shimono, T. On the acceleration of test generation algorithms. IEEE Trans. Comput. 1983, 32, 1137–1144. [Google Scholar] [CrossRef]
  10. Niermann, T.; Patel, J.H. HITEC: A test generation package for sequential circuits. In Proceedings of the European Conference on Design Automation, Amsterdam, The Netherlands, 25–28 February 1991; pp. 214–218. [Google Scholar]
  11. Schulz, M.H.; Trischler, E.; Sarfert, T.M. SOCRATES: A highly efficient automatic test pattern generation system. IEEE Trans. Comput. Aided Des. Integr. Circuits Syst. 1988, 7, 126–137. [Google Scholar] [CrossRef]
  12. Dilip, P.S.; Somanathan, G.R.; Bhakthavatchalu, R. Comparative study of test pattern generation systems to reduce test application time. In Proceedings of the 2019 9th International Symposium on Embedded Computing and System Design (ISED), Kollam, India, 13–14 December 2019; pp. 1–4. [Google Scholar]
  13. Souza, C.; Assis, F.; Freire, R. Mixed test pattern generation using a single parallel LFSR. In Proceedings of the 2006 IEEE Instrumentation and Measurement Technology Conference Proceedings, Sorrento, Italy, 24–27 April 2006; pp. 1114–1118. [Google Scholar]
  14. Liu, Y.; He, J.; Ma, H.; Zhao, Y. Hardware trojan detection leveraging a novel golden layout model towards practical applications. J. Electron. Test. 2019, 35, 529–541. [Google Scholar] [CrossRef]
  15. Gaur, H.M.; Singh, A.K.; Ghanekar, U. Design for stuck-at fault testability in Toffoli–Fredkin reversible circuits. Natl. Acad. Sci. Lett. 2021, 44, 215–220. [Google Scholar] [CrossRef]
  16. Wang, P.; Moore, C.J.; Gharehbaghi, A.M.; Fujita, M. An ATPG method for double stuck-at faults by analyzing propagation paths of single faults. IEEE Trans. Circuits Syst. I Regul. Pap. 2017, 65, 1063–1074. [Google Scholar] [CrossRef]
  17. Medeiros, G.C.; Fieback, M.; Wu, L.; Taouil, M.; Poehls, L.M.B.; Hamdioui, S. Hard-to-detect fault analysis in finfet srams. IEEE Trans. Very Large Scale Integr. (VLSI) Syst. 2021, 29, 1271–1284. [Google Scholar] [CrossRef]
  18. Wang, F.; Gupta, S.K. An effective and efficient automatic test pattern generation (atpg) paradigm for certifying performance of rsfq circuits. IEEE T Appl. Supercon. 2020, 30, 1–11. [Google Scholar] [CrossRef]
  19. Roy, S. Toward Zero Backtracks in Test Pattern Search Algorithms with Machine Learning. Ph.D. Thesis, Auburn University, Auburn, AL, USA, 19 July 2021. [Google Scholar]
  20. Wang, W.-X.; Li, K.-S.; Tao, X.-Z.; Gu, F.-H. An improved MOEA/D algorithm with an adaptive evolutionary strategy. Inf. Sci. 2020, 539, 1–15. [Google Scholar] [CrossRef]
  21. Sharan, S.G.; Jeeshnu, S.; Annamalai, P.H.; Rasheed, S.H.; Prabhu, E. Design and implementation of a power efficient BIST. In Proceedings of the 2021 5th International Conference on Computing Methodologies and Communication (ICCMC), Erode, India, 8–10 April 2021; pp. 555–561. [Google Scholar]
  22. Herrero-Collantes, M.; Garcia-Escartin, J.C. Quantum random number generators. Rev. Mod. Phys. 2017, 89, 015004. [Google Scholar] [CrossRef] [Green Version]
  23. Pirandola, S.; Andersen, U.L.; Banchi, L.; Berta, M.; Bunandar, D.; Colbeck, R.; Englund, D.; Gehring, T.; Lupo, C.; Ottaviani, C. Advances in quantum cryptography. Adv. Opt. Photonics 2020, 12, 1012–1236. [Google Scholar] [CrossRef] [Green Version]
  24. Kumar, P.A.; Anita, J. Implementation of hybrid LBIST mechanism in digital circuits for test pattern generation and test time reduction. In Proceedings of the 2020 5th International Conference on Communication and Electronics Systems (ICCES), Coimbatore, India, 10–12 June 2020; pp. 243–248. [Google Scholar]
Figure 1. D algorithm schematic diagram.
Figure 1. D algorithm schematic diagram.
Micromachines 13 00853 g001
Figure 2. External XOR LFSR.
Figure 2. External XOR LFSR.
Micromachines 13 00853 g002
Figure 3. Relationship between the fault coverage and generation time of the algorithms. (a) with two independent algorithms, (b) with the time-varying pseudorandom disturbance algorithm.
Figure 3. Relationship between the fault coverage and generation time of the algorithms. (a) with two independent algorithms, (b) with the time-varying pseudorandom disturbance algorithm.
Micromachines 13 00853 g003
Figure 4. Pseudorandom patterns generate curve of the fault coverage varying with n and the algorithm switching point.
Figure 4. Pseudorandom patterns generate curve of the fault coverage varying with n and the algorithm switching point.
Micromachines 13 00853 g004
Figure 5. Algorithm test logic diagram.
Figure 5. Algorithm test logic diagram.
Micromachines 13 00853 g005
Figure 6. Results of multiple tests against the disturbance algorithm using S713.
Figure 6. Results of multiple tests against the disturbance algorithm using S713.
Micromachines 13 00853 g006
Figure 7. Generated results of each algorithm. (a) Number of patterns. (b) Fault coverage.
Figure 7. Generated results of each algorithm. (a) Number of patterns. (b) Fault coverage.
Micromachines 13 00853 g007
Table 1. Generated results of each algorithm.
Table 1. Generated results of each algorithm.
Number of Patterns GeneratedNumber of Faults DetectedFault Coverage
S713S1423S9234S713S1423S9234S713S1423S9234
Pseudorandom pattern generation2668795291628600558%65%53%
D algorithm pattern generation1337715861833770364%73%68%
Time-varying pseudorandom disturbed pattern generation2812517781525111092189%98%96%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Chen, X.; Wang, Z.; Yu, Z.; Chui, H.-C. Time-Varying Pseudorandom Disturbed Pattern Generation Algorithm for Track Circuit Equipment Testing. Micromachines 2022, 13, 853. https://doi.org/10.3390/mi13060853

AMA Style

Chen X, Wang Z, Yu Z, Chui H-C. Time-Varying Pseudorandom Disturbed Pattern Generation Algorithm for Track Circuit Equipment Testing. Micromachines. 2022; 13(6):853. https://doi.org/10.3390/mi13060853

Chicago/Turabian Style

Chen, Xiaoming, Zhixuan Wang, Zhiyang Yu, and Hsiang-Chen Chui. 2022. "Time-Varying Pseudorandom Disturbed Pattern Generation Algorithm for Track Circuit Equipment Testing" Micromachines 13, no. 6: 853. https://doi.org/10.3390/mi13060853

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