- Sensor placement with multiple objectives for Structural Health Monitoring
- Optimal sensor placement
- Optimal sensor placement in structural health monitoring using discrete optimization
- Efficient Sensor Placement Optimization Using Gradient Descent and Probabilistic Coverage
Efficient sensor placement optimization
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ibabinaca
le 2 Juil 2019
Réponse apportée : Sohini Sarkar
le 10 Juil 2019
Hello,
I have this pde model in which i want to put some temperature sensors in the superior face in order to know the temperature in a certain point (the red dot for example). The optimun solution will be covering all the face with sensors but this is non-viable.
So i want to know which coulb be the best algorithm in order to know which is the optimal number and position of the sensors for obtaining the temperature in a certain position.
0 commentaires
Réponse acceptée
Sohini Sarkar
le 10 Juil 2019
This is a very relevant and interesting problem. Over the years, many research articles were published to find a solution for this problem. It is not a simple problem and hence requires some research. Here are some articles that you can leverage from:
First 3 used MATLAB to solve this. You can try to make it more manageable by fixing the number of sensors and use locations as design variables or vice versa. Hope this helps!
0 commentaires
Plus de réponses (1)
Ravi Kumar
le 2 Juil 2019
Not sure if I understand your question correctly. Are you referring to location mesh nodes when you say sensor?
My guess is you are looking for interpolation function. Refer to the interpolateTemperature funciton, once you set up and solve you can get the temperature value at any arbitrary location within the domain using the said funciton.
0 commentaires
Voir également
Catégories
En savoir plus sur PDE Solvers dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!