what is kernel?what is Real-Time Windows ?????????????/

조회 수: 5 (최근 30일)
Mary Jon
Mary Jon 2013년 9월 20일
what kernel?
did kernel installed in matlab by default or i must install it manually ???????/

채택된 답변

Image Analyst
Image Analyst 2013년 9월 20일
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
Mary Jon
Mary Jon 2013년 9월 20일
what mean this kernel?
kernel = [0, W1, 0; W3, 0, W4; 0, W2, 0]; filtered = conv2(vk, kernel, 'same'); vk = (1-omega)*vk + filtered./W;
Image Analyst
Image Analyst 2013년 9월 21일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 9월 20일

카테고리

Help CenterFile Exchange에서 Target Computer Setup에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by