what is kernel?what is Real-Time Windows ?????????????/
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
what kernel?
did kernel installed in matlab by default or i must install it manually ???????/
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 20 Sep. 2013
Not sure what you're talking about. "Kernel" is often used for as the name for the window in sliding window filters like are used in convolution, but there are other definitions. Please supply context.
Windows can run processes at different priorities. If you do controld-shift-Esc and right click a process, and select Set Priority, you'll see real time. Warning - don't ever do that or else you won't be able to interact with any other program since it will spend 100% of it's time paying attention to that process.
There are also Real-Time Windows Target and Real Time Workshop Ada Coder products you can buy from the Mathworks, in case you possibly meant those.
2 Kommentare
Image Analyst
am 21 Sep. 2013
A kernel is like a template that is placed over the image. Each element of the kernel is multiplied by the value of the image underneath it. Then all the products are summed up.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Target Computer Setup finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!