Why is a Pentium 4 machine slower in speed than Pentium 3 machine when used as the designated target with xPC target?

조회 수: 5 (최근 30일)
I am trying to obtain a high sampling rate from a Pentium 4 machine but it turns out that it is much slower than the sampling rate from a Pentium 3. What is wrong? What should I do?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
We have seen that as a target pc, a Pentium3 processor will outperform a Pentium 4 processor. The execution units on the Pentium 4 are substantially redesigned since the Pentium 3. With code generation that specifically targets the Pentium 4 machine, it will perform better than the same code on a Pentium 3 machine.
Unfortunately, code generation optimized for earlier processors does not perform very well at all on the Pentium 4.
If you want to achieve the highest real-time performance in conjunction with xPC Target, you need to chose the highest clocked Pentium 3 or AMD Athlon processor and not consider a Pentium 4.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spline Construction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by