Processing math: 100%
A journal of IEEE and CAA , publishes high-quality papers in English on original theoretical/experimental research and development in all areas of automation
Volume 5 Issue 6
Nov.  2018

IEEE/CAA Journal of Automatica Sinica

  • JCR Impact Factor: 15.3, Top 1 (SCI Q1)
    CiteScore: 23.5, Top 2% (Q1)
    Google Scholar h5-index: 77, TOP 5
Junwei Zeng, Senbin Yu, Yongsheng Qian and Xiao Feng, "Expressway Traffic Flow Model Study Based on Different Traffic Rules," IEEE/CAA J. Autom. Sinica, vol. 5, no. 6, pp. 1099-1103, Nov. 2018. doi: 10.1109/JAS.2017.7510469
Citation: Junwei Zeng, Senbin Yu, Yongsheng Qian and Xiao Feng, "Expressway Traffic Flow Model Study Based on Different Traffic Rules," IEEE/CAA J. Autom. Sinica, vol. 5, no. 6, pp. 1099-1103, Nov. 2018. doi: 10.1109/JAS.2017.7510469

Expressway Traffic Flow Model Study Based on Different Traffic Rules

doi: 10.1109/JAS.2017.7510469
More Information
  • In this paper, two cellular automata traffic models are proposed to simulate the operation of an expressway. The results show that the flow rate and the average velocity are generally equal in the same density which is different among the lanes. The analysis of lane changing times and the velocity total deviation show some characteristics which are difficult to explain phase transitions under fundamental diagram theory. Therefore, the concept of lane changing probability is introduced, and it is concluded that the speed-limit rule can reduce the motivation of lane changing effectively.

     

  • In real traffic, the differences of traffic rules have their own specific characteristics, which lead to individual pattern of traffic diagram. Research on traffic rules is a hotspot in the microscopic traffic flow theory field, where traffic flow is regarded as a complex multi-particle system. The microscopic description of traffic reflects the behavior of single vehicles in traffic flow. Then, the statistical properties of the traffic system may be derived by inferring the interactions between vehicles [1].

    There are two main types of microscopic traffic flow models: car-following model and cellular automaton model. The car-following model was first proposed by Pipes in 1953. When the speed of the preceding car is higher than that of the following car, the latter will accelerates; conversely, the following car will decelerates [2]. Then, Chandler et al. [3], Newell [4], Bando et al. [5], Helbing et al. [6] and Jiang et al. [7] put forward their own models. However, car-following models could not simulate lane-changing behavior of vehicles which exists in real traffic frequently. In contrast, the cellular automaton model can avoid the aforementioned shortcomings, so it has taken great strides from the 1990s. Cremer and Ludwing were the first to apply the cellular automaton model to transportation research [8]. Then, Nagel and Schreckenberg proposed the classic NaSch model to simulate the single-lane freeway, which is the simplest model to simulate real traffic.

    Based on NaSch [9] model as well as their observations of different traffic characteristics, many scholars put forward their own models, including the cruise control model in which the car traveling at maximum velocity is free from randomization [10], TT model in which the car accelerates with certain probability when the vehicle speed is 0 and there is only one empty cell in front of the car [11], the BJH model [12], VE model [13], VDR model [14] and FI model [15], amongst many others[16]-[22].

    In the single lane model, a car merely follows its preceding vehicle, which is inconsistent with real traffic. Thus, scholars studied multi-lane traffic with lane-changing rules. Rickert et al., first proposed a series of lane changing rules [23] to extend the NaSch model. Then, Chowdhury et al. [24], Pedersen et al. [25], Daoudia et al. [26], Lv et al. [27], [28], and Li et al. [29], [30], established their own multi-lane models. Furthermore, Simon and Gutowitz [31] studied bidirectional traffic.

    Though highway traffic rules differ from country to country, lane-changing rules and speed-limit rules are generally consistent. Up to now, there are few systematic comparisons of these two traffic patterns or analysis of their influence on traffic flow. In this paper, we do this work based on cellular automaton model.

    Along the traveling direction of the vehicle on the two-lane highway, the left lane is lane-1 and the other is lane-2. The following information are different physical processes of the vehicle under different traffic rules. Under lane changing rule (RL rule), vehicles are not allowed to occupy lane-2 for a long time. This lane is used as overtaking. Unlike RL rule, if the speed-limit rule (SC rule) is adopted, both of two lanes are carriageways. Lane-1 generally is used for faster vehicles, and lane-2 is reserved for slower vehicles. Vehicles traveling on the road are limited to certain speed intervals. When the vehicle speed is not in the corresponding speed-limit interval, the vehicle has to adjust its speed or move to the other lane.

    In the modeling process of multi-lane traffic, each time step is typically divided into two parts: in the first step the vehicle on the road operates with an update regulation which is similar to the model of NaSch. The specific update procedures are: acceleration, deceleration, randomization, and location updating.

    1) Acceleration: [vi(t)=min(vi(t)+1,vnmax)] vi(t) is the speed of the ith vehicle at t, vnmax is the maximum speed of different vehicles. v1max is the maximum speed of the fast vehicle and v2max is the maximum speed of the slow vehicle. The ratio of fast vehicles is p.

    2) Deceleration: vi(t)=min(vi(t),di), and di=xi+1 xi - lveh where di is the distance between the ith vehicle and the preceding one. xi and xi+1 indicates the location of the ith vehicle and the preceding (i+1)th vehicle respectively, lveh is vehicle length.

    3) Randomization: Under a probability rand()<ps, the vehicle speed value vi(t) is determined as follows: if vi(t)>vnormal, vi(t)=max(vi(t)1,vnormal); if vi(t)vnormal, vi(t) =max(vi(t)1,0). vnormal is the limited minimum speed (generally is 60km/h) to drive on the freeway normally, which makes the model more closely resemble the real world; ps is the randomization probability resulting from various uncertain factors, and rand() is the random probability.

    4) Vehicle updating: xi(t+1)=xi(t)+vi(t), where xi(t) and xi(t+1) are the locations of the ith vehicle at t and t+1.

    Within the second step, the vehicle changes lane according to the lane-changing rules, in which the conditions of this intention are consistent with [23].

    1) The lane changing mechanism under RL rule: In case the vehicle is in lane-1 and meets the lane changing conditions: if Hi=1, the vehicle remains in its original lane; if Hi=0, the vehicle changes to lane-1 with the rate p1=0.5. When the lane changing conditions are met, the vehicle traveling on lane-1 forcibly changes to lane-2 with a lane changing probability of 1. To avoid a vehicle changing lanes back and forth, Hi is used to indicate whether the vehicle changes lane at time t1. Hi=1 means that lane-changing occurs at the previous time step, when Hi=0, there is no lane-changing.

    2) The lane changing mechanism under SC rule: suppose the speed limit on lane-1 is vlm(vlexp,vlmax), and vrm(vrexp,vrmax) on lane-2. vlm and vrm are two speed intervals on lane-1 and lane-2; vlexp and vrexp are the minimum speeds within the intervals on the two lanes; vlmax and vrmax are the maximum speeds within the different intervals. When the velocity is out of the range of the speed-limit and the lane-changing condition are also met, the vehicle will change to different the other lane rate p1 and p2. Continual lane-changing is not allowed in any direction.

    Two-lane highway traffic is simulated based on the different traffic rules. Suppose the length of each cell is 5.5 m, the length of road recorded as L is 1000 which represents 5500 m in reality; the road system operates by circle boundary. The value of related physical parameters are listed as follow: p1=p2= 0.5, pc=0.5, the ratio of fast vehicles to slow vehicles is p = 0.5, lveh=1.

    q=k×ˉv
    (1)

    q is flow rate; k denotes vehicle density; and ˉv is the average speed.

    k=NL
    (2)

    L represents the length of the road; N is the total number of vehicles on the freeway.

    ¯v=1TTt=11NNivi(t)
    (3)

    vi is the speed of the ith vehicle; t is one time step; T is the simulation time.

    vsd=1NNi=1(viˉv)2
    (4)

    vsd is the population standard deviation of speed, and it is used to measure the dispersion degree of speed.

    c=Tt=1ct
    (5)

    ct is the total lane-changing times within one simulation time step, and T is the total lane-changing times. In order to eliminate the initial unstable state, the first 8000 time steps of the simulation are being ignored and only 2000 time steps behind it are available, then the results of 20 samples are averaged.

    Fig. 1 is the fundamental and speed-density relation diagram of RL rule and SC rule. The traffic is in free flow and the interactions between vehicles on the road are very weak; thus, the average speed of vehicles on the road slightly decreases when the density increases from 0 to k1. And the flow rate almost increases with the density in a fixed rate. At this time, the deviation of traffic flow (or vehicle speed) under different driving rules (or lane changing rate) is smaller than 2 even under various operation rules and lane changing rates. The threshold flow rate is the maximum highway capacity and the vehicle speed vcr is the minimum speed in the free flow when the density value is k1. But we denote the critical density required for separation of flow rate and average vehicle speed on the road when the individual rules come into effect by Figs. 1 (a) and 1 (c). The flow rate (vehicle speed) in Figs. 1 (b) and 1 (d) exist different kinds of curves with the increasing of density from k1 to kj. In RL rule, the vehicle accelerates to passing lane when it does not satisfy its current speed. And all when it does not satisfy its current speed. And all vehicles on passing lane will change to driving lane as soon as possible. So the flow rate (vehicle speed) on driving lane is naturally greater (weaker) than the flow rate on the other lane (Figs. 1 (b) and 1 (d)). In contrast, the vehicle speed (flow rate) on left lane is larger than the average velocity on right lane because of the different speed limitation under SC rule. At the same time, the traffic variables (including the flow rate and vehicle speed) under the SC rule is between the variables simulated from individual lane considering RL rule (Figs. 1 (b) and 1 (d)). The traffic jams naturally arise on account of the huge vehicles on the road. So the traffic variables under different operation rules are in agreement with the density increasing from kj (Fig. 1).

    Figure  1.  The fundamental diagram: (a) and (c) are the flow-density plane and the speed-density plane; (b) and (d) are the flow-density plane on first and second lane and the speed-density plane on left and right lane (the passing rate is 0.15)

    At the same lane changing rate and density, the lane changing times in the RL rule, due to the forced lane changing, is almost equal and greater than what we obtain under SC operation rule (Fig. 2 (b)). The maximum times of lane changing is at the point of congested flow (RL rule (kc1, qc1), SC rule (kc1, qc1). And there are kc1<kc2 and qc1<qc2 (Fig. 2 (a)). Furthermore, we analyze the total velocity deviation (Fig. 2 (c)). The results from various rules and lanes vary differently within the density range from 0 to k1. If the density increase to kc2, the speed population deviation is in an adjustment state and after that it maintains almost consistent. On the basis of the above analysis, spontaneously, we can not help wondering why the density of maximum times of lane changing do not agree with the greatest flow rate, why there exists adjusting regional of density and is there any relationship between them?

    In this paper, we introduce the concept of lane changing probability introduced from the three phase traffic flow theory to explain the relationship mentioned above. First, we present the notion of lane changing probability [32].

    pp=npNp×pc
    (6)
    Figure  2.  (a) The flow-density plane on left and right lane; (b) the times of lane changing; (c) the speed population deviation

    where pp is the lane-changing probability, np is the number of all vehicles that meet the conditions of lane-changing, and Np is the number of vehicles having lane changing motivation. Second, we try to clarify the differences between the lane changing rate and the lane changing probability. Apparently, the lane changing rate is pc, which reflects the different type of drivers' types including radical type, neutral and so on. But pp represents the fundamental road condition whether a vehicle can make a lane changing.

    The lane changing probability reaches the maximum k1. So it is closely interrelated with the phase transition between the free flow and congested flow under the fundamental diagram approach in comparison with concept of lane changing rate. Besides, the value is always less than the other under RL rule (Fig. 3). This phenomenon shows that vehicles have better driving environment in SC rule. In addition, the absolute shape of lane changing probability has a large number of variety between k1 and kc which means the driving conditions have deteriorated quickly. With the increasing of density from kc and kj, the rate of lane changing probability remains the same. So we may explain the question and relationship as mentioned above.

    Figure  3.  The probability of lane changing

    Certainly, the research of lane changing rule will bring about road safety issues, and as a potential security risk, frequently lane changing often results in traffic safety hazard. In traffic engineering, researchers always aim to maximize the traffic flow, and at the same time ensure the security by reducing the potential risk of lane-changing times. Therefore, compared with RL rule, SC rule performs better.

    In this paper, two different traffic rules are respectively constructed to simulate the highway traffic flow. It is concluded that: the traffic flow and the average vehicle speed under the speed-limit rules and overtaking rules show few differences when they are having the same density. However, there are significant differences on different lanes under the congestion state; the lane-changing probability can preferably indicate the real conditions of the road, and the change of the lane-changing times will have some influence on the traffic flow; the speed limit rule can reduce lane-changing motivations and thus ensures the traffic safety on the highway effectively.

    In further researches, firstly, the lane-changing probabilities and quantitative characteristics of mixed traffic flow are needed to be studied in detail to determine the numerical features of specific phase transition. Then, the metastable of the traffic flow under two different traffic rules needs to be further discussed. Finally, there are still many defects in this model which need to be improved, for example, the vehicle length, the number of lanes, and the rules of lane-changing, and honk effect, need to be further defined.

  • Color versions of one or more of the figures in this paper are available online at http://ieeexplore.ieee.org.
  • [1]
    H. X. Ge, H. B. Zhu, and S. Q. Dai, "Cellular automaton traffic flow model considering intelligent transportation system, " Acta Phys. Sinica, vol. 54, no. 10, pp. 4621-4626, Oct. 2005. http://wulixb.iphy.ac.cn/EN/Y2005/V54/I10/4621
    [2]
    L. A. Pipes, "An operational analysis of traffic dynamics, " J. Appl. Phys., vol. 24, no. 3, pp. 274-281, Mar. 1953. https://www.mendeley.com/research-papers/operational-analysis-traffic-dynamics/
    [3]
    R. E. Chandler, R. Herman, and E. W. Montroll, "Traffic dynamics: studies in car following, " Operat. Res. , vol. 6, no. 2, pp. 165-184, Apr. 1958. https://www.mendeley.com/research-papers/traffic-dynamics-studies-car-following/
    [4]
    G. F. Newell, "Nonlinear effects in the dynamics of car following, " Operat. Res., vol. 9, no. 2, pp. 209-229, Apr. 1961. https://www.mendeley.com/research-papers/nonlinear-effects-dynamics-car-following/
    [5]
    M. Bando, K. Hasebe, A. Nakayama, A. Shibata, and Y. Sugiyama, "Dynamical model of traffic congestion and numerical simulation, " Phys. Rev. E, vol. 51, no. 2, pp. 1035-1042, Feb. 1995. https://www.mendeley.com/research-papers/dynamical-model-traffic-congestion-numerical-simulation-4/
    [6]
    D. Helbing and B. Tilch, "Generalized force model of traffic dynamics, " Phys. Rev. E, vol. 58, no. 1, pp. 133-138, Jul. 1998. http://cn.arxiv.org/abs/cond-mat/9806243
    [7]
    R. Jiang, Q. S. Wu, and Z. J. Zhu, "Full velocity difference model for a car-following theory, " Phys. Rev. E, vol. 64, no. 1, Atricle ID 017101, Jun. 2001. https://www.mendeley.com/research-papers/full-velocity-difference-model-carfollowing-theory-rui/
    [8]
    M. Cremer and J. Ludwig, "A fast simulation model for traffic flow on the basis of Boolean operations, " Math. Comp. Simul., vol. 28, no. 4, pp. 297-303, Aug. 1986. doi: 10.1016/0378-4754(86)90051-0
    [9]
    K. Nagel and M. Schreckenberg, "A cellular automaton model for freeway traffic, " J. Phys. I France, vol. 2, no. 12, pp. 2221-2229, Dec. 1992. doi: 10.1051/jp1:1992277
    [10]
    K. Nagel and M. Paczuski, "Emergent traffic jams, " Phys. Rev. E, vol. 51, no. 4, pp. 2909-2918, Apr. 1995. https://www.mendeley.com/research-papers/emergent-traffic-jams/
    [11]
    M. Takayasu and H. Takayasu, "1/f noise in a traffic model, " Fractals, vol. 1, no. 4, pp. 860-866, Dec. 1993. doi: 10.1142/S0218348X93000885
    [12]
    S. C. Benjamin, N. F. Johnson, and P. M. Hui, "Cellular automata models of traffic flow along a highway containing a junction, " J. Phys. Math. Gen., vol.29, no.12, pp.3119-3127, 1996. doi: 10.1088/0305-4470/29/12/018
    [13]
    X. B. Li, Q. S. Wu, and R. Jiang, "Cellular automaton model considering the velocity effect of a car on the successive car, " Phys. Rev. E, vol. 64, no. 6, Article ID 066128, Dec. 2001. https://www.mysciencework.com/publication/show/cellular-automaton-model-considering-velocity-effect-car-successive-car-cf077ee0
    [14]
    R. Barlovic, L. Santen, A. Schadschneider, and M. Schreckenberg, "Metastable states in cellular automata for traffic flow, " Eur. Phys. J. B Cond. Matt. Compl. Syst. , vol. 5, no. 3, pp. 793-800, Oct. 1998.
    [15]
    M. Fukui and Y. Ishibashi, "Traffic flow in 1D cellular automaton model including cars moving with high speed, " J. Phys. Soc. Jap., vol.65, no.6, pp.1868-1870, 1996. doi: 10.1143/JPSJ.65.1868
    [16]
    L. Qi, M. C. Zhou, and W. J. Luan, "A dynamic road incident information delivery strategy to reduce urban traffic congestion, " IEEE/CAA J. of Autom. Sinica., vol. 5, no. 5, pp. 934-945, Sep. 2018.
    [17]
    G. Z. Su, J. C. Chen, and L. X. Chen, "Thermostatistical properties of q-deformed bosons trapped in a D-dimensional power-law potential, " J. Phys. A Math. Gen. , vol. 36, no. 40, pp. 10141-10150, Sep. 2003. doi: 10.1088/0305-4470/36/40/001
    [18]
    F. Y. Wang, N. N. Zheng, D. P. Cao, C. M. Martinez, and T. Liu, "Parallel driving in CPSS: a unified approach for transport automationand vehicle intelligence, " IEEE/CAA J. of Autom. Sinica. , vol. 4, no. 4, pp. 577-587, Oct. 2017. http://dspace.lib.cranfield.ac.uk/handle/1826/12631
    [19]
    H. Emmerich and E. Rank, "An improved cellular automaton model for traffic flow simulation, " Phys. A Stat. Mech. Appl., vol. 234, no. 3-4, pp. 676-686, Jan. 1997. https://www.mendeley.com/research-papers/improved-cellular-automaton-model-traffic-flow-simulation/
    [20]
    X. Y. Li, Y. S. Chen, and Z. Q. Wu, "Singular analysis of bifurcation of nonlinear normal modes for a class of systems with dual internal resonances, " Appl. Math. Mech. , vol. 23, no. 10, pp. 1122-1133, Oct. 2002. http://www.sciencemeta.com/index.php/AMM/article/view/608277
    [21]
    R. Jiang and Q. S. Wu, "Cellular automata models for synchronized traffic flow, " J. Phys. A Math. Gen. , vol. 36, no. 2, pp. 381-390, Dec. 2002. http://www.mendeley.com/research/cellular-automata-models-synchronized-traffic-flow/
    [22]
    R. Jiang, M. B. Hu, B. Jian, R. L. Wang, and Q. S. Wu, "The effects of reaction delay in the Nagel-Schreckenberg traffic flow model, " Eur. Phys. J. B, vol. 54, no. 2, pp. 267-273, Nov. 2006. doi: 10.1140/epjb/e2006-00449-5
    [23]
    M. Ricekrt, K. Nagel, M. Schreckenberg, and A. Latour, "Two lane traffic simulations using cellular automata, " Phys. A Stat. Mech. Appl., vol. 231, no. 4, pp. 534-550, Oct. 1996. https://www.mendeley.com/research-papers/two-lane-traffic-simulations-using-cellular-automata-2/
    [24]
    D. Chowdhury, D. E. Wolf, and M. Schreckenberg, "Particle hopping models for two-lane traffic with two kinds of vehicles: Effects of lane-changing rules, " Phys. A Stat. Mech. Appl. , vol. 235, no. 3-4, pp. 417-439, Feb. 1997. https://www.infona.pl/resource/bwmeta1.element.elsevier-e88a3214-13f7-36bd-9cc2-453279267132
    [25]
    M. M. Pedersen, and P. T. Ruhoff, "Entry ramps in the Nagel-Schreckenberg model, " Phys. Rev. E, vol. 65, no. 5, pp. Article ID 056705, May 2002. http://www.mendeley.com/research/entry-ramps-nagelschreckenberg-model/
    [26]
    A. K. Daoudia and N. Moussa, "Numerical simulations of a three-lane traffic model using cellular automata, " Chin. J. Phys. , vol. 41, no. 6, pp. 671-681, Dec. 2003.
    [27]
    W. Lv, W. G. Song, and Z. M. Fang, "Three-lane changing behaviour simulation using a modified optimal velocity model, " Phys. A Stat. Mech. Appl. , vol. 390, no. 12, pp. 2303-2314, Jun. 2011. https://www.mendeley.com/research-papers/threelane-changing-behaviour-simulation-using-modified-optimal-velocity-model/
    [28]
    W. Lv, W. G. Song, X. D. Liu, and J. Ma, "A microscopic lane changing process model for multilane traffic, " Phys. A Stat. Mech. Appl. , vol. 392, no. 5, pp. 1142-1152, Mar. 2013. https://www.mendeley.com/research-papers/microscopic-lane-changing-process-model-multilane-traffic/
    [29]
    Y. F. Li, H. Zhu, M. Cen, Y. G. Li, R. Li, and D. H. Sun, "On the stability analysis of microscopic traffic car-following model: A case study, " Nonlinear Dyn., vol. 74, no. 1-2, pp. 335-343, Oct. 2013. doi: 10.1007/s11071-013-0973-x
    [30]
    Y. F. Li, D. H. Sun, W. N. Liu, M. Zhang, M. Zhao, X. Y. Liao, and L. Tang, "Modeling and simulation for microscopic traffic flow based on multiple headway, velocity and acceleration difference, " Nonlinear Dyn., vol. 66, no. 1-2, pp. 15-28, Oct. 2011. http://www.deepdyve.com/lp/springer-journals/modeling-and-simulation-for-microscopic-traffic-flow-based-on-multiple-qnHGt9kP7B
    [31]
    P. M. Simon and H. A. Gutowitz, "Cellular automaton model for bidirectional traffic, " Phys. Rev. E, vol. 57, no. 2, pp. 2441-2444, Feb. 1998. doi: 10.1103%2fphysreve.57.2441
    [32]
    B. S. Kerner, "Three-phase traffic theory and highway capacity, " Phys. A Stat. Mech. Appl., vol. 333, pp. 379-440, Feb. 2004. http://cn.arxiv.org/abs/cond-mat/0211684
  • Related Articles

    [1]Xuerui Cao, Kaixiang Peng, Ruihua Jiao. Multi-Phase Degradation Modeling Based on Uncertain Random Process for Remaining Useful Life Prediction Under Triple Uncertainties[J]. IEEE/CAA Journal of Automatica Sinica.
    [2]Yukang Cui, Linzhen Cheng, Michael Basin, Zongze Wu. Distributed Byzantine-Resilient Learning of Multi-UAV Systems via Filter-Based Centerpoint Aggregation Rules[J]. IEEE/CAA Journal of Automatica Sinica. doi: 10.1109/JAS.2024.124905
    [3]Bo Lu, Qinghai Miao, Yahui Liu, Tariku Sinshaw Tamir, Hongxia Zhao, Xiqiao Zhang, Yisheng Lv, Fei-Yue Wang. A Diffusion Model for Traffic Data Imputation[J]. IEEE/CAA Journal of Automatica Sinica, 2025, 12(3): 606-617. doi: 10.1109/JAS.2024.124611
    [4]Qingyuan Ji, Xiaoyue Wen, Junchen Jin, Yongdong Zhu, Yisheng Lv. Urban Traffic Control Meets Decision Recommendation System: A Survey and Perspective[J]. IEEE/CAA Journal of Automatica Sinica, 2024, 11(10): 2043-2058. doi: 10.1109/JAS.2024.124659
    [5]Yisha Li, Ya Zhang, Xinde Li, Changyin Sun. Regional Multi-Agent Cooperative Reinforcement Learning for City-Level Traffic Grid Signal Control[J]. IEEE/CAA Journal of Automatica Sinica, 2024, 11(9): 1987-1998. doi: 10.1109/JAS.2024.124365
    [6]Dan Wang, Wei Chen, Li Qiu. The First Five Years of a Phase Theory for Complex Systems and Networks[J]. IEEE/CAA Journal of Automatica Sinica, 2024, 11(8): 1728-1743. doi: 10.1109/JAS.2024.124542
    [7]Yuanqi Qin, Wen Hua, Junchen Jin, Jun Ge, Xingyuan Dai, Lingxi Li, Xiao Wang, Fei-Yue Wang. AUTOSIM: Automated Urban Traffic Operation Simulation via Meta-Learning[J]. IEEE/CAA Journal of Automatica Sinica, 2023, 10(9): 1871-1881. doi: 10.1109/JAS.2023.123264
    [8]Wenji Cao, Lu Liu, Gang Feng. Distributed Adaptive Output Consensus of Unknown Heterogeneous Non-Minimum Phase Multi-Agent Systems[J]. IEEE/CAA Journal of Automatica Sinica, 2023, 10(4): 997-1008. doi: 10.1109/JAS.2023.123204
    [9]Yanping Xu, Lu Liu, Nan Gu, Dan Wang, Zhouhua Peng. Multi-ASV Collision Avoidance for Point-to-Point Transitions Based on Heading-Constrained Control Barrier Functions With Experiment[J]. IEEE/CAA Journal of Automatica Sinica, 2023, 10(6): 1494-1497. doi: 10.1109/JAS.2022.105995
    [10]Hui Liu, Ciyun Lin, Bowen Gong, Dayong Wu. Automatic Lane-Level Intersection Map Generation using Low-Channel Roadside LiDAR[J]. IEEE/CAA Journal of Automatica Sinica, 2023, 10(5): 1209-1222. doi: 10.1109/JAS.2023.123183
    [11]Tangyike Zhang, Junxiang Zhan, Jiamin Shi, Jingmin Xin, Nanning Zheng. Human-Like Decision-Making of Autonomous Vehicles in Dynamic Traffic Scenarios[J]. IEEE/CAA Journal of Automatica Sinica, 2023, 10(10): 1905-1917. doi: 10.1109/JAS.2023.123696
    [12]Yun Wang, Xingquan Zuo. An Effective Cloud Workflow Scheduling Approach Combining PSO and Idle Time Slot-Aware Rules[J]. IEEE/CAA Journal of Automatica Sinica, 2021, 8(5): 1079-1094. doi: 10.1109/JAS.2021.1003982
    [13]Chao Han, Yuzhen Shen. Three-Dimensional Scene Encryption Algorithm Based on Phase Iteration Algorithm of the Angular-Spectral Domain[J]. IEEE/CAA Journal of Automatica Sinica, 2020, 7(4): 1074-1080. doi: 10.1109/JAS.2019.1911726
    [14]Dan Wang, Xu Chen. H-Based Selective Inversion of Nonminimum-phase Systems for Feedback Controls[J]. IEEE/CAA Journal of Automatica Sinica, 2020, 7(3): 702-710. doi: 10.1109/JAS.2020.1003138
    [15]Nikhil Agrawal, Anil Kumar, Varun Bajaj. A New Design Approach for Nearly Linear Phase Stable IIR Filter using Fractional Derivative[J]. IEEE/CAA Journal of Automatica Sinica, 2020, 7(2): 527-538. doi: 10.1109/JAS.2020.1003054
    [16]Khac Duc Do. Stability in Probability and Inverse Optimal Control of Evolution Systems Driven by Lévy Processes[J]. IEEE/CAA Journal of Automatica Sinica, 2020, 7(2): 405-419. doi: 10.1109/JAS.2020.1003036
    [17]Chuanwei Liu, Yunfa Fu, Jun Yang, Xin Xiong, Huiwen Sun, Zhengtao Yu. Discrimination of Motor Imagery Patterns by Electroencephalogram Phase Synchronization Combined With Frequency Band Energy[J]. IEEE/CAA Journal of Automatica Sinica, 2017, 4(3): 551-557. doi: 10.1109/JAS.2016.7510121
    [18]Runmei Li, Chaoyang Jiang, Fenghua Zhu, Xiaolong Chen. Traffic Flow Data Forecasting Based on Interval Type-2 Fuzzy Sets Theory[J]. IEEE/CAA Journal of Automatica Sinica, 2016, 3(2): 141-148.
    [19]Shanwei Su. Output-feedback Dynamic Surface Control for a Class of Nonlinear Non-minimum Phase Systems[J]. IEEE/CAA Journal of Automatica Sinica, 2016, 3(1): 96-104.
    [20]Li Li, Yisheng Lv, Fei-Yue Wang. Traffic Signal Timing via Deep Reinforcement Learning[J]. IEEE/CAA Journal of Automatica Sinica, 2016, 3(3): 247-254.

Catalog

    通讯作者: 陈斌, bchen63@163.com
    • 1. 

      沈阳化工大学材料科学与工程学院 沈阳 110142

    1. 本站搜索
    2. 百度学术搜索
    3. 万方数据库搜索
    4. CNKI搜索

    Figures(3)

    Article Metrics

    Article views (1281) PDF downloads(35) Cited by()

    /

    DownLoad:  Full-Size Img  PowerPoint
    Return
    Return