Finding the Optimal Q in Markov Process

Version 1.0.2 (1.19 KB) by Saad Masrur
This code is about finding the best value of q for the sensor to send data.
5 Downloads
Updated 9 Feb 2022

View License

There are sensor working on remote areas on non recharge able battries. For example take a rain sensor which will predict whether it is raining outside or not. If the sensor continue to send data after 1 sec then the batter will deplete soon. So to avoid this we have to assign a rate (probability) on which it should operate. Lets say we want to operate the sensor with recharging for ten days and want it to send data after 6 min. So we want 2400 sample of data by the end of the day with out dying (depleting ). So this code will find that optimal rate or probability q so that you can receive 2400 sample in 10 days without depleting.

Cite As

Saad Masrur (2024). Finding the Optimal Q in Markov Process (https://www.mathworks.com/matlabcentral/fileexchange/105080-finding-the-optimal-q-in-markov-process), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2

image

1.0.1

With Output image

1.0.0