Tagged Questions
The energy tag has no wiki summary.
40
votes
12answers
2k views
PHP vs. Java are there energy consumption differences?
I heard a rumor, that Java consumes less energy than PHP and was wondering if and how this would be true. I'm currently working in a company where we base most of our apps on PHP. Power consumption ...
30
votes
29answers
4k views
Energy efficient application development
Are there any tools and techniques to build more energy efficient applications?
Any articles, rules or best practices for green programming?
11
votes
2answers
155 views
Does anyone know any Compiler which optimizes code for energy consumption for embedded devices?
It's a general view that a faster code will consume less power because you can put CPU in idle state for more time but when we talk about energy consumption, is following a possibility:
Suppose ...
9
votes
8answers
675 views
Algorithm to calculate the most energy efficient ad-hoc network
I have a (theoretical) network with N nodes, each with their own fixed location. Each node sends one message per cycle, which needs to reach the root either directly or via other nodes.
The energy ...
5
votes
3answers
3k views
Re-assign/override hotkey (Win + L) to lock windows
Is it possible to re-assign the Win + L hotkey to another executable/shortcut?
Use-case - I would like to switch off the monitor of my laptop as soon as it is locked. I know of a executable which can ...
4
votes
2answers
139 views
How can I find how much energy my computer is using? [closed]
Hi How can I find how much energy my computer is using.. can I find using energy with C#.NET.. I looked too much but could not find any idea!
4
votes
6answers
116 views
Poor DB Performance when using ORDER BY
I'm working with a non-profit that is mapping out solar potential in the US. Needless to say, we have a ridiculously large PostgreSQL 9 database. Running a query like the one shown below is speedy ...
4
votes
7answers
2k views
What is “energy” in image processing?
I've read across several Image Processing books and websites, but I'm still not sure the true definition of the term "energy" in Image Processing. I've found several definition but sometimes they just ...
3
votes
5answers
121 views
What kind of bugs have you fixed due to energy inefficiency issues when you develop mobile apps
For those who write applications for mobile phones, what kind of bugs/problems have you fixed in order to improve energy efficiency, and how much the fix improves?
A follow-up question: is energy ...
2
votes
2answers
2k views
how to calculate power consumption on an Android mobile that uses wifi?
I have implemented a routing protocol on an Android 1.6 mobile that uses wireless (ad-hoc) network in order to exchange messages. Now I would like to evaluate it under an energy consumption point of ...
1
vote
2answers
348 views
Help required with audio in MATLAB
I'm trying to write an .m file to extract energy features from an audio track but I seem to be having trouble in its implementation:
% Formula for calculating RMS
[f, fs, nb] = wavread('Three.wav');
...
1
vote
3answers
1k views
How can I measure the energy consumption of my application on Windows Mobile and Windows CE?
I want to measure the energy consumption of
my own application (which I can modify)
3rd party applications (which I can't modify)
on
Windows CE 5.0
Windows Mobile 5/6
Is there some kind of ...
0
votes
0answers
24 views
Software to track power/energy consumption [closed]
Are there any software tools available that will track the power/energy consumption of an application? Any suggestions will be greatly appreciated...
Thanks a lot...
0
votes
0answers
27 views
What is the embodied energy of a web page? [closed]
How would we calculate the "embodied" energy of a completed web page? This is NOT the energy used to deliver and render the page - it is how much energy was used by computers, networks, and other ...
0
votes
1answer
206 views
Issue implementing Energy threshold algorithm for Voice Activity Detection
I am trying to implement the energy threshold algorithm for voice activity detection and not getting meaningful values for energy for frames of size wL.
wL = 1784 // about 40 ms (
const double ...
0
votes
5answers
239 views
Is there open source audio feature extraction software avaliable?
I undertaking a personal project which involves the development of a system which will automatically generate audio thumbnail clips (about 30 seconds in length) from a full length track.
In order to ...
0
votes
2answers
347 views
Estimate Power Consumption Based on Running Time Analysis / Code Size
I've developed and tested a C program on my PC and now I want to give an estimate of the power consumption required for the program to do a single run. I've analysised the running time of the ...
-1
votes
0answers
19 views
Becoming a mayor through being environmentally friendly [closed]
I am looking to create a mash up app in association with my university where the most economical flat of the week would get a reward. I have the API with the energy monitoring for the university ...
-2
votes
1answer
48 views
How to write a timer algorithm for energy refill games
Similar to Tetris on Facebook, where if you're at 100 Energy, after usage (playing a game), it goes down 5 units, and the recharges 1 unit every 10 minutes. I'm curious how to handle polling, and ...