I submitted a paper regarding hard real-time systems to an engineering journal. But the referees generally agreed my task model is too limited. My task model is a frame-based real-time application where all the tasks in the application have a common deadline D and are independent from each other. In the following Figure you can see a model of this application.

The tasks T1 to T5 are independent from each other and have common deadline D.
"Independent" means that order of the tasks execution is flexible (is not important) or the tasks can be executed concurrently.
There are related works that have considered this type of real-time application, but none of these works include any real-world examples. The referees said that to convince the readers I must provide some real-world examples of this kind of application.
Does anybody know a real-world example for this kind of real-time application?