Ipvr-264 〈2026〉

Recent research has explored adaptive regulators that modulate architecture or control parameters in response to workload, yet most solutions rely on pre‑programmed heuristics, limiting their ability to cope with highly stochastic traffic patterns typical of edge‑node radios (e.g., BLE advertising, LoRaWAN Class A uplinks) [4]. Moreover, the lack of a unified approach that simultaneously addresses mode transition losses , dynamic load prediction , and switching‑frequency optimization leaves a substantial gap in achieving true ultra‑low‑power operation.

for buck, and analogous for boost. A floor of 0.5 MHz prevents sub‑harmonic oscillations; a ceiling of 5 MHz caps switching losses. The perceptron computes: IPVR-264

[ \hatI load[k+1] = \sigma!\Big(\sum i=0^7 w_i \cdot I_load[k-i] + b\Big) ] A floor of 0

| Unit | Function | Key Parameters | |------|----------|----------------| | PLE | Predict next‑cycle load current based on recent activity (last 8 samples) using a two‑layer perceptron (8 × 4 × 1) with ReLU activation. | 32 bytes SRAM, 0.8 µW power | | DFS | Adjust the switching frequency f_sw between 0.5 MHz and 5 MHz to maintain a target inductor current ripple (I_ripple = 15 % of I_load). | Frequency step 0.5 MHz | | MDL | Decide buck or boost mode, and set the PWM duty ratio D = Vout/Vin (buck) or D = Vin/(Vout + V_f) (boost). | Hysteresis 50 mV | | Frequency step 0

[ f_sw = \fracV_in - V_outL_1 \cdot I_ripple ]

Back
Top