32 resultados para explicit instruction

em QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast


Relevância:

20.00% 20.00%

Publicador:

Resumo:

A novel application-specific instruction set processor (ASIP) for use in the construction of modern signal processing systems is presented. This is a flexible device that can be used in the construction of array processor systems for the real-time implementation of functions such as singular-value decomposition (SVD) and QR decomposition (QRD), as well as other important matrix computations. It uses a coordinate rotation digital computer (CORDIC) module to perform arithmetic operations and several approaches are adopted to achieve high performance including pipelining of the micro-rotations, the use of parallel instructions and a dual-bus architecture. In addition, a novel method for scale factor correction is presented which only needs to be applied once at the end of the computation. This also reduces computation time and enhances performance. Methods are described which allow this processor to be used in reduced dimension (i.e., folded) array processor structures that allow tradeoffs between hardware and performance. The net result is a flexible matrix computational processing element (PE) whose functionality can be changed under program control for use in a wider range of scenarios than previous work. Details are presented of the results of a design study, which considers the application of this decomposition PE architecture in a combined SVD/QRD system and demonstrates that a combination of high performance and efficient silicon implementation are achievable. © 2005 IEEE.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

An application specific programmable processor (ASIP) suitable for the real-time implementation of matrix computations such as Singular Value and QR Decomposition is presented. The processor incorporates facilities for the issue of parallel instructions and a dual-bus architecture that are designed to achieve high performance. Internally, it uses a CORDIC module to perform arithmetic operations, with pipelining of the internal recursive loop exploited to multiplex the two independent micro-rotations onto a single piece of hardware. The net result is a flexible processing element whose functionality can be changed under program control, which combines high performance with efficient silicon implementation. This is illustrated through the results of a detailed silicon design study and the applications of the techniques to a combined SVD/QRD system.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We present the results of two experiments investigating the factors that determine responding on the pseudo-diagnosticity task. In Expt I we manipulated people's beliefs about the degree to which an initial piece of evidence supported a focal hypothesis and found decreased pseudo-diagnostic (PD) responding when the evidence offered low support for the focal hypothesis. In Expt 2 we manipulated the instructions given to participants. We found that instructions to select evidence to help decide between the focal and the complementary hypotheses produced fewer PD responses than both instructions to decide whether the focal hypothesis was the case and instructions to decide whether its complement was the case. The results are interpreted within the framework of recent dual process theories of reasoning.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper addresses the problems often faced by social workers and their supervisors in decision making where human rights considerations and child protection concerns collide. High profile court cases in the United Kingdom and Europe have consistently called for social workers to convey more clarity when justifying their reasons for interfering with human rights in child protection cases. The themes emerging from these case law decisions imply that social workers need to be better at giving reasons and evidence in more explicit ways to support any actions they propose which cause interference with Convention Rights. Toulmin (1958, 1985) offers a structured approach to argumentation which may have relevance to the supervision of child protection cases when social workers and managers are required to balance these human rights considerations. One of the key challenges in this balancing act is the need for decision makers to feel confident that any interventions resulting in the interference of human rights are both justified and proportionate. Toulmin’s work has already been shown to have relevance for assisting social workers navigate pathways through cases involving competing ethical and moral demands (Osmo and Landau, 2001) and more recently to human rights and decision making in child protection (Duffy et al, 2006). Toulmin’s model takes the practitioner through a series of stages where any argument or proposed recommendation (claim) is subjected to intense critical analysis involving exposition of its strengths and weaknesses. The author therefore proposes that explicit argumentation (Osmo and Landau, 2001) may help supervisors and practitioners towards safer and more confident decision making in child protection cases involving the interference of the human rights of children and parents. In addition to highlighting the broader context of human rights currently permeating child protection decision making, the paper will include case material to practically demonstrate the application of Toulmin’s model of argumentation to the supervision context. In this way the paper adopts a strong practice approach in helping to assist practitioners with the problems and dilemmas they may come up against in decision making in complex cases.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents methods for simulating room acoustics using the finite-difference time-domain (FDTD) technique, focusing on boundary and medium modeling. A family of nonstaggered 3-D compact explicit FDTD schemes is analyzed in terms of stability, accuracy, and computational efficiency, and the most accurate and isotropic schemes based on a rectilinear grid are identified. A frequency-dependent boundary model that is consistent with locally reacting surface theory is also presented, in which the wall impedance is represented with a digital filter. For boundaries, accuracy in numerical reflection is analyzed and a stability proof is provided. The results indicate that the proposed 3-D interpolated wideband and isotropic schemes outperform directly related techniques based on Yee's staggered grid and standard digital waveguide mesh, and that the boundary formulations generally have properties that are similar to that of the basic scheme used.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Simultaneous multithreading processors dynamically share processor resources between multiple threads. In general, shared SMT resources may be managed explicitly, for instance, by dynamically setting queue occupation bounds for each thread as in the DCRA and Hill-Climbing policies. Alternatively, resources may be managed implicitly; that is, resource usage is controlled by placing the desired instruction mix in the resources. In this case, the main resource management tool is the instruction fetch policy which must predict the behavior of each thread (branch mispredictions, long-latency loads, etc.) as it fetches instructions.