Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

2.9 Sensor Noise, Delay, and Sampling

Measurement quality is part of the architecture

A sampled measurement can be written

yk=Cx(tkτd)+vk,y_k=Cx(t_k-\tau_d)+v_k,

where vkv_k is measurement noise and τd\tau_d includes sensing, communication, filtering, computation, and actuation delay. Quantization, dropouts, bias, drift, asynchronous clocks, and calibration error may also matter.

Noise limits useful bandwidth

High-gain feedback can reject disturbances but also amplify measurement noise into actuator activity, structural vibration, heat, and wear. Filtering reduces noise but adds phase lag and delay. A physical design that requires aggressive feedback near the noise floor may be inferior to one with slightly better passive behavior.

Sensor precision therefore trades against actuator demand and plant design. A more accurate sensor may enable a lighter structure or smaller actuator. Conversely, improving physical damping may permit cheaper sensing.

Delay consumes phase margin

A pure delay contributes phase ωτd-\omega\tau_d. As bandwidth increases, the same delay becomes more damaging. Delays can make an attractive centralized architecture unusable and favor local sensing and control, faster communication, lower bandwidth, or a different plant.

For a flexible structure, moving a mode to higher frequency may appear beneficial, but if the controller bandwidth follows while delay is fixed, phase margin can shrink. CCD must evaluate the complete sampled-data loop.

Aliasing and sampling

Sampling below twice a signal frequency causes aliasing, but merely satisfying the Nyquist inequality is not enough for control. Anti-alias filters, transient response, delay, and closed-loop bandwidth require faster sampling. Flexible modes above the intended bandwidth can still alias into measurements and destabilize feedback if filtering is inadequate.

Architecture consequences

Sensor choice affects more than CC:

Activity 2.9: delay budget