Chapter 10. Detection of Signals in Noise

Size: px
Start display at page:

Download "Chapter 10. Detection of Signals in Noise"

Transcription

1 83 Chapter 10. Detectin f Signals in ise Receiver ise ise is the unwanted energy that interferes with the ability f the receiver t detect the wanted signal. It may enter the receiver thrugh the antenna alng with the desired signal r it may be generated within the receiver. In underwater snar systems external acustic nise is generated by waves and wind n the water surface, by bilgical agents (fish, prawns etc) and manmade surces such as engine nise. In radar and lidar sensrs the external electrmagnetic nise is generated by varius natural mechanisms such as the sun and lightning amngst thers. Manmade surces f electrmagnetic nise are myriad, frm car ignitin systems and flurescent lights thrugh ther bradcast signals. As discussed earlier, nise within the sensr is generated by the thermal mtin f the cnductin electrns in the hmic prtins f the receiver input stages. This is knwn as Thermal r Jhnsn ise. ise pwer P is expressed in terms f the temperature T f a matched resistr at the input f the receiver where: k Bltzmann s Cnstant ( J/K), T System Temperature (usually 90K), β Receiver ise Bandwidth (Hz). P = kt β W, (10.1) The nise pwer in practical receivers is always greater than that which can be accunted fr by thermal nise alne. The ttal nise at the utput f the receiver,, can be cnsidered t be equal t the nise pwer utput frm an ideal receiver multiplied by a factr called the ise Figure, F = P F = kt β F W. (10.).

2 ise Prbability Density Functins Cnsider a typical radar frnt-end that cnsists f an antenna fllwed by a wide band amplifier, a mixer that dwn cnverts the signal t an intermediate frequency (IF) where it is further amplified and filtered (bandwidth β IF ). This is fllwed by an envelpe detectr and further filtering (bandwidth β V = β IF /). The nise entering the IF filter is assumed t be Gaussian (as it is thermal in nature) with a prbability density functin (PDF) given by 1 v p( v) = exp, (10.3) πψ ψ where p(v)dv - prbability f finding the nise vltage v between v and v+dv, ψ - variance f the nise vltage. If Gaussian nise is passed thrugh a narrw band filter (ne whse bandwidth is small cmpared t the centre frequency), then the PDF f the pst-detectin envelpe f the nise vltage utput can be shwn t be R R p( R) = exp, (10.4) ψ ψ where R is the amplitude f the envelpe f the filter utput. This has the frm f the Rayleigh prbability density functin Figure 10.1: Amplitude distributins f thermal nise pre and pst detectin

3 Prbability f False Alarm A false alarm ccurs whenever the nise vltage exceeds a defined threshld vltage, V t, as illustrated in the figure belw. The prbability f this ccurring is determined by integrating the PDF as shwn Pr b( V t R R V < R < ) = exp dr = exp ψ ψ ψ Vt t = P fa. (10.5) It can be seen that the average time interval between crssings f the threshld, called the false alarm time, T fa, can be written as T fa 1 = lim Tk, (10.6) k = 1 where T k Time between crssings f the threshld V t by the nise envelpe (when the slpe f the crssing is psitive). The false alarm prbability culd als have been defined as the rati f the time that the envelpe is abve the threshld t the ttal time as shwn graphically in the figure belw P fa = t t = 1, (10.7) T k k 1 k ave = = Tk T ave k k = 1 faβ where t k and T k are defined in the figure, and the average duratin f a nise pulse is the reciprcal f the bandwidth β. Envelpe f ise Vltage Vt Ψο tk Tk Threshld Tk+1 tk+ tk+1 RMS ise Vltage Time Figure 10.: Receiver utput vltage illustrating false alarms due t nise Fr a bandwidth β = β IF, the false alarm time is just T fa 1 Vt = exp. (10.8) β ψ IF The false alarm times f practical radars must be very large (usually a cuple f hurs), s the prbability f false alarm must be very small, typically P fa < 10-6.

4 Prbability f Detectin Cnsider that a sine wave with amplitude, A, is present alng with the nise at the input t the IF filter. The frequency f the sine wave is equal t the centre frequency f the IF filter. It is shwn by Rice that the signal at the utput f the envelpe detectr will have the fllwing PDF (knwn as a Rician distributin) R R + A p = s( R) exp ψ ψ I RA. (10.9) ψ I (Z) mdified Bessel functin f rder zer and argument Z. It can be shwn that fr large Z, an asympttic expansin fr I (Z) is Z e 1 I( Z) (10.10) πz 8Z The prbability that the signal will be detected is the same as the prbability that the envelpe, R, will exceed the threshld, V t is p d = p ( R) dr = R R + A exp ψ ψ I s Vt V t RA dr. (10.11) ψ Unfrtunately, this cannt be evaluated in a clsed frm and s numerical techniques r a series apprximatin must be used. Hwever, this has already been dne, and tables and a series f curves have been prduced. In terms f the PDFs fr the nise and the signal plus nise vltages, the detectin and false alarm prcess is shwn graphically in the figure belw. The lightly shaded area represents the P fa and the dark shaded area (including the tail cvered by the light shading) represents the P d. 0.8 Prbability Density Rayleigh ise Detectin Threshld Ricean Signal + ise SR = 15dB Amplitude (V) Figure 10.3: PDF s f nise and signal plus nise fr P fa = 10 -

5 87 Figure 10.4: Detectin prbability as a functin f signal t nise rati with false alarm prbability as a parameter A typical radar system will perate with a detectin prbability f 0.9 and a prbability f false alarm f The required signal t nise rati can be read directly ff the graph as 13.dB. te that this is fr a single pulse f a steady sinusidal signal in Gaussian nise with n detectin lsses. % Pd and Pfa Determined umerically by running a time dmain simulatin % Generate nise and signals fr SR=13dB a = (1: ); x = randn(size(a)); sigi = 6.31*sin(a/1000); y = randn(size(a)); sigq = 6.31*cs(a/1000); % Determine the envelpe c = sqrt(x.^+y.^); csig = sqrt((x+sigi).*(x+sigi)+(y+sigq).*(y+sigq)); %Plt the distributins edges=(0:0.1:1); n=histc(c,edges); ns=hist(csig,edges); plt(edges,n,edges,ns); grid % Determine the prbabilities fr different threshlds vt=5; % Lk fr nise peaks abve the threshld nfa = find(c>vt);

6 88 pfa = length(nfa)/ % Lk fr S+ peaks abve the threshld nd = find(csig>vt); pd = length(nd)/ Detectr Lss Relative t an Ideal System An envelpe detectr is used by a radar system when the phase f the received pulse is unknwn. This is called nn-cherent detectin, and it results in a slightly higher SR requirement than the curves abve shw. Figure 10.5: Envelpe detectr lss as a functin f signal t nise rati This lss factr C x is apprximately C x SR(1).3 (1), (10.1) SR(1) where C x (1) Lss in SR, SR(1) The pre detectr single pulse SR required t achieve a particular P d and P fa. The graph shws that fr gd SR, the detectr lss is very small. In the case where the P d = 0.9 and the P fa = 10-6 it is nly abut 0.4dB. This effect is knwn as small signal suppressin as it becmes much mre prnunced as the SR decreases. One f the advantages f cherent detectin is that it has zer respnse t the quadrature nise cmpnent, whereas, this cmpnent is translated int phase mdulatin after envelpe detectin with the result that the effective SR in the latter case is degraded. Hwever the phase mdulatin is very small fr high SR, and few advantages can be gained by cherent detectin fr SR > 10dB (C x = 1dB) ver envelpe detectin.

7 The Matched Filter T achieve the best pssible SR, the characteristics f the IF filter must be matched t thse f the signal pulse. The peak signal t (average) nise pwer rati f the utput respnse f the matched filter is equal t twice the received signal energy, E, divided by the single-sided nise pwer per Hz, S ˆ E =, (10.13) ut where Ŝ Peak instantaneus signal pwer seen during the matched filter respnse t a pulse (W), Average nise pwer (W), E Received signal energy (J), Single sided nise pwer density (W/Hz). The received energy is the prduct f the received pwer, S, as determined by the range equatin and the pulse duratin, τ E = Sτ, (10.14) And the nise pwer density is the received nise pwer,, divided by the bandwidth, β IF =. (10.15) β IF Substituting int (10.13) Sˆ ut = Sτ B IF = S in B τ. (10.16) IF When the bandwidth f the signal at IF is small cmpared t the centre frequency then the peak pwer is apprximately twice the average pwer in the received pulse. S the utput SR is S ut S in B IFτ. (10.17) The matched filter shuld nt be cnfused with the circuit thery cncept f matching that maximises pwer transfer rather than SR. In practise a matched filter implementatin is ften hard t achieve exactly, s cmprmises are made as shwn in the fllwing table:

8 90 Input Signal Shape Table 10.1: Efficiency f nn-matched filters Matched Filter Characteristic Optimum B.τ Lss in SR cmpared t Matched Filter (db) Rectangular Pulse Rectangular Rectangular Pulse Gaussian Gaussian Pulse Rectangular Gaussian Pulse Gaussian (matched) Rectangular Pulse Single tuned circuit Rectangular Pulse Rectangular Pulse Tw cascaded tuned circuits Five cascaded tuned circuits Integratin f Pulse Trains The relatinships develped earlier between SR, P d and P fa apply t a single pulse nly. Hwever, it is pssible t imprve the radar perfrmance by averaging a number f returns. Fr example, as a search-radar beam scans, the target will remain in the beam sufficiently lng fr mre than ne pulse t hit it. This number, knwn as hits per scan, can be calculated as fllws n b θ f b p b p = & =, (10.18) θ s θ f 6ω m where n b Hits per scan, θ b Azimuth beamwidth (deg), & θ - Azimuth scan rate (deg/s), s ω m Azimuth scan rate (rpm). Fr a typical grund based radar with an azimuth beamwidth r 1.5, a scan rate f 5rpm and a pulse repetitin frequency f 30Hz, the number f pulses returned frm a single pint target is 15. The prcess f summing all these hits is called integratin, and it can be achieved in many ways sme f which were discussed in Chapter 5. If integratin is perfrmed prir t the envelpe detectr, it is called pre-detectin r cherent integratin, while if integratin ccurs after the detectr, it is called pst-detectin r nn-cherent integratin. Pre-detectin integratin requires that the phase f the signal be preserved if the full benefit f the summing prcess is t be achieved and because phase infrmatin is destryed by the envelpe detectr, pst-detectin integratin, thugh easier t achieve, is nt as efficient. If n pulses are perfectly integrated by a cherent integratin prcess, the integrated SR will be exactly n times that f a single pulse in white nise. Hwever, in the nn-cherent case, thugh the integratin prcess is as efficient, there are the detectr

9 91 lsses discussed earlier that reduce the effective SR at the utput f the envelpe detectr. Integratin imprves the P d and reduces the P fa by reducing the nise variance and thus narrwing the ise and Signal + ise PDFs as shwn in the figure belw Figure 10.6: Effect f integratin n signal and nise PDFs befre and after integratin Fr n pulses integrated, the single pulse SR required t achieve a given P d and P fa will be reduced. Hwever, this results in increased detectr lsses, and hence a reduced effective integratin efficiency. The integratin efficiency may be defined as SR(1) E i ( n) =, (10.19) nsr( n) where: E I (n) Integratin efficiency, SR(1) Single pulse SR required t prduce a specific P d if there is n integratin, SR(n) Single pulse SR required t prduce a specific P d if n pulses are integrated perfectly. The imprvement in SR if n pulses are integrated, pst detectin is thus ne I (n). This is the integratin imprvement factr, r the effective number f pulses integrated.

10 9 Figure 10.7: Integratin imprvement factr as a functin f pulses integrated The integratin lss in db is defined as fllws 1 L = i ( n) 10lg10. (10.0) Ei ( n) The integratin imprvement factr is nt a sensitive functin f either the P d r the P fa as can be seen by the clustering f the curves in the figure abve. Figure 10.8: Integratin lss as a functin f the number f pulses integrated

11 Detectin f Fluctuating Signals The discussin in the previus sectin assumes that the signal amplitude des nt vary frm pulse t pulse during the integratin perid. Hwever, frm the discussin f target crss sectin in Chapter 9, it is bvius that the RCS f any mving target (with the exceptin f a sphere) will fluctuate with time as the target aspect as seen by the radar changes. T prperly accunt fr these fluctuatins, bth the prbability density functin and the crrelatin prperties with time must be knwn fr a particular target and trajectry. Ideally, these characteristics shuld be measured fr a target, but this is ften impractical. An alternative is t pstulate a reasnable mdel fr the target fluctuatins and t analyse the effects mathematically. Fur fluctuatin mdels prpsed by Swerling are used: Swerling 1:Ech pulses received frm the target n any ne scan are f cnstant amplitude thrughut the scan, but uncrrelated frm scan t scan. The PDF is given by 1 σ p( σ ) = exp, (10.1) σ σ where σ av is the average crss sectin ver all target fluctuatins. av Swerling : The PDF is as fr case 1, but the fluctuatins are taken t be independent frm pulse t pulse. Swerling 3: The fluctuatins are independent frm scan t scan, but the PDF is given by 4σ σ p( σ ) = exp. (10.) σ σ av Swerling: The PDF is as fr case 3, but the fluctuatins are independent frm pulse t pulse. Swerling 5: n fluctuating av av Figure 10.9: Radar returns fr different Swerling fluctuatins

12 94 The PDF fr cases 1 and is indicative f a target with many (>5) scatterers f equal amplitude. These are typical fr cmplicated targets like aircraft, while the PDF fr cases 3 and 4 is indicative f a target with ne large scatterer and many small scatterers. As ne wuld expect, the single pulse SR required t achieve a particular P d (fr P d > 0.4) will be higher fr a fluctuating target than fr a cnstant amplitude signal. Hwever, fr P d < 0.4, the system takes advantage f the fact that a fluctuating target will ccasinally present ech signals larger than the average, and s the required SR is lwer. Figure 10.10: Effect f target fluctuatin n required signal t nise rati T cater fr fluctuating targets and integratin, a further set f curves describing the integratin imprvement factr have been develped. Figure 10.11: Integratin imprvement factr as a functin f the number f pulses integrated fr fluctuating targets

13 95 If these curves are examined in islatin, it wuld appear that the integratin efficiency E I (n) > 1 under certain cnditins. One is nt getting smething fr nthing as the single pulse SR is much higher in these cases than it wuld be fr the single pulse case. The prcedure fr using the range equatin when ne f these Swerling targets is as fllws: 1. Find the SR fr the single pulse, nn-fluctuating case that crrespnds t the P d and P fa required using the curves in Figure Fr the specific Swerling target, find the additinal SR needed fr the required P d. using the curves in Figure If n pulses are t be integrated, the integratin imprvement factr I I (n)=ne I (n) is then fund using the curves in Figure The SR(n) and ne I (n) are substituted int the range equatin alng with σ av and the detectin range fund Cnstant False Alarm Rate (CFAR) Prcessrs As can be seen frm the tail in the Rayleigh distributed nise pwer, the false alarm rate is very sensitive t the setting f the detectin threshld vltage. Changes in radar characteristics with time (ageing) and changes in the target backgrund characteristics mean that a fixed detectin threshld is nt practical and s adaptive techniques are required t maintain a cnstant false alarm rate irrespective f the circumstances. These are called Cnstant False Alarm Rate (CFAR) prcessrs. The implementatin f CFAR is nt difficult, but in general the actual perfrmance will be a functin f the target, clutter and nise statistics. Fr aircraft these are nt a prblem as the area arund the craft is generally empty s gd backgrund statistics can be btained. Hwever fr grund targets, the CFAR threshld is determined frm the clutter statistics, which may nt be hmgeneus. This is made wrse by the fact that targets (tanks etc) ften hide at the edges f clutter bundaries t reduce the prbability f detectin. Envelpe Detectr k Cmparatr + - Decisin Average Threshld Figure 10.1: Multiple cell averaging CFAR eedless t say, target detectin using the CFAR prcess intrduces additinal lsses as the statistics are incmpletely characterised. Fr example a cell averaging prcess will exhibit a 3.5dB lss (cmpared t an ideal single pulse detectr) if 10 cells are used in bradband nise r clutter with a Rayleigh PDF. This decreases t 1.5dB fr 0 cells and 0.7dB fr 40 cells. The lss decreases with increasing numbers f pulses integrated. Fr a 10 cell CFAR, with 10 pulses integrated the lss is nly 0.7dB and it reduced t nly 0.3dB fr 100 pulses integrated.

14 96 CFAR can perate acrss range cells, crss-range cells r bth, as shwn in the figure belw. Figure 10.13: Cnstant false alarm rate ptins (a) area CFAR, (b) range Only CFAR and (c) azimuth angle nly CFAR In the fllwing examples where a 5+5 pint mving average is used t determine the mean value f the signal, it can be seen that the CFAR prcess detects the tw targets withut detecting the nise. Hwever, a fixed threshld f 1.8 wuld perfrm just as well.

15 97 Figure 10.14: CFAR perfrmance fr a cnstant nise flr In many radar systems, the nise flr varies with range, as shwn in the fllwing example. In this instance a fixed threshld des nt perfrm adequately, but the CFAR prcess still des. Figure 10.15: CFAR perfrmance fr a slping nise flr

16 Air Traffic Cntrl Radar Perfrmance Type: Band: Frequency: Peak Pwer: Antenna size: Antenna Gain: D air surveillance radar L 150 t 1350MHz 5MW m 36dB (lwer beam) 34.5dB (upper beam) Beam shape: Csec Elev beamwidth: 4 Csec t 40 Azim beamwidth: 1.5 Scan: Scan Rate: PRF: PRF Stagger: Pulse width: ise Figure: Mechanical 6rpm 360pps Quadruple μs 4dB Calculate the theretical detectin range fr a 1m aircraft target if the detectin prbability P d = 0.9, and the mean time between false alarms is 9 hurs. Matched Filter Assumptins: Rectangular Pulse Secnd rder bandpass filter Lss 0.56dB B.τ = 0.613

17 99 θb f p Hits per Scan: Use the frmula nb = = = ϖ 6 6 m [use n b = 10] False Alarm Prbability: Use the frmula P fa 1 = T faβ Frm the matched filter assumptins B.τ = and the pulsewidth τ = μs, the IF bandwidth β = 306kHz. T fa = 9 hrs = 3400s P fa = 1 10 = Single Pulse SR: Use the curves in Figure.10.4 fr P d = 0.9 and P fa = SR(1) = 15.dB Fluctuating Target: Use the curves in Figure fr Swerling fr an aircraft Additinal SR required 8dB Pulse Integratin: Use the curves in Figure fr 10 pulses integrated, a Swerling target and P d = 90% t btain an imprvement factr f 15dB Ttal n Pulse SR Required: Add up the requirements SR(10) = = 8.dB Applying the Radar Range Equatin Lsses: We assume the fllwing lsses: Transmitter Line = L tx = db (incrprated int Tx pwer) Receiver Line = L rec = db (incrprated int receiver nise figure) 1D Scanning Lss = 1.6dB Matched Filter = 0.56dB CFAR Lss = 0.7dB Misc. Lss = 1.3dB Ttal L = = 4.16dB P = PG λ σ t r 4 3 ( 4π ) R L

18 300 Transmitter Pwer: 10lg 10 ( ) = 67dBW Less L tx = db Radiated peak pwer P t = 65dBW Antenna gain: (Lwer beam) 36dB Radar crss sectin: σ = 10lg 10 (1) = 0dBm Cnstant: 10lg 10 λ ( 4π ) 3 = -45.7dB Received Pwer: Calculated frm the range equatin P r = lg 10 R = lg 10 R dbw Receiver ise: Use the equatin = P F = kt sys BF K = Bltzmann s Cnstant 1.38x10-3 J/deg T sys = Temperature 90K B = Hz We are given the receiver nise figure in db 10lg 10 (F n ) = 4dB = ( kt B) + 10lg ( F ) + L = = dbw 10lg10 sys 10 n rec 143 Received Signal t ise Rati SR = Pr = lg10 R = lg rec 10 This must equal the required single pulse SR if 10 pulses are integrated SR(10) t achieve the specified P d and P fa. 8. = lg 10 R Slving fr the Detectin Range Slve fr R R = 35.8km R

19 301 Atmspheric Attenuatin The atmspheric attenuatin α db at L-and is abut 0.003dB/km (ne way) S the ttal tw way attenuatin ver 353km is.1db which will result in a significant reductin f the detectin range. These equatins are best slved graphically using MATLAB. The graph belw shws tw received pwer curves, ne that des nt take int accunt the atmspheric attenuatin which intersects the SR(10) curve at 353km. The ther graph which takes attenuatin int accunt intersects the SR(10) curve at 30km. Figure 10.16: Graphical slutin t the radar range equatin including the atmspheric lss Analysis Sftware Radar perfrmance analysis sftware based n Blake has been available fr many years. In this case a package called RGCALC is used. Fr the D radar it prvides the fllwing results.

20 30 te that the predicted perfrmance using RGCALC fr a Swerling target is nly 85km, this lwer range is because it makes the assumptin that the ptimum matched filter has B.τ = 1, and hence calculates a wider IF bandwidth by a factr f 1/0.613 than was made abve. This adds.1db t the nise flr which accunts fr the difference References [1] D.Bartn, Mdern Radar Systems Analysis, Artech, 1988 [] M.Sklnik, Intrductin t Radar Systems, McGraw Hill, 1980 [3].Currie (ed), Principles and Applicatins f Millimeter-Wave Radar, Artech, 1987 [4] Radar Detectin, 09/03/001. [5] RGCALC Range Analysis Sftware [6] B.Mahafza, Radar Systems Analysis and Design Using MATLAB, ChapMan & Hall, 000

Operational Amplifier Circuits Comparators and Positive Feedback

Operational Amplifier Circuits Comparators and Positive Feedback Operatinal Amplifier Circuits Cmparatrs and Psitive Feedback Cmparatrs: Open Lp Cnfiguratin The basic cmparatr circuit is an p-amp arranged in the pen-lp cnfiguratin as shwn n the circuit f Figure. The

More information

How do I evaluate the quality of my wireless connection?

How do I evaluate the quality of my wireless connection? Hw d I evaluate the quality f my wireless cnnectin? Enterprise Cmputing & Service Management A number f factrs can affect the quality f wireless cnnectins at UCB. These include signal strength, pssible

More information

Motor Calculations. Calculating Mechanical Power Requirements Torque - Speed Curves Numerical Calculation Sample Calculation Thermal Calculations

Motor Calculations. Calculating Mechanical Power Requirements Torque - Speed Curves Numerical Calculation Sample Calculation Thermal Calculations Mtr Calculatins Calculating Mechanical Pwer Requirements Trque - Speed Curves Numerical Calculatin Sample Calculatin Thermal Calculatins Calculating Mechanical Pwer Requirements Physically, pwer is defined

More information

Applied Radio Labs. Group Delay Explanations and Applications. Introduction. The Delay of Signals. Definition of Group Delay.

Applied Radio Labs. Group Delay Explanations and Applications. Introduction. The Delay of Signals. Definition of Group Delay. Grup Delay - Explanatins and Applicatins Applied Radi Labs Grup Delay Explanatins and Applicatins www.radi-labs.cm Design File: DN4 5 Nvember 999 Intrductin Grup delay is a cncept that radi engineers are

More information

Comparisons between CRM and CCM PFC *

Comparisons between CRM and CCM PFC * Energy and Pwer Engineering, 13, 5, 864-868 di:1.436/epe.13.54b165 Published Online July 13 (http://www.scirp.rg/jurnal/epe Cmparisns between CRM and CCM PFC * Weiping Zhang,Wei Zhang,Jianb Yang 1,Faris

More information

1.3. The Mean Temperature Difference

1.3. The Mean Temperature Difference 1.3. The Mean Temperature Difference 1.3.1. The Lgarithmic Mean Temperature Difference 1. Basic Assumptins. In the previus sectin, we bserved that the design equatin culd be slved much easier if we culd

More information

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003 Trends and Cnsideratins in Currency Recycle Devices Nvember 2003 This white paper prvides basic backgrund n currency recycle devices as cmpared t the cmbined features f a currency acceptr device and a

More information

Circuit for Balancing Harmonic-Polluted Three-Phase Networks

Circuit for Balancing Harmonic-Polluted Three-Phase Networks Electrical Pwer Quality and Utilisatin, Jurnal Vl. XVI, N. 1, 2013 Circuit fr Balancing Harmnic-Plluted Three-Phase Netwrks Mhamed M. Saied Electrical Engineering Department, Cllege f Engineering and Petrleum,

More information

Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011

Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011 Watlingtn and Chalgrve GP - Patient Satisfactin Survey 2011 Backgrund During ne week in Nvember last year patients attending either the Chalgrve r the Watlingtn surgeries were asked t cmplete a survey

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

FINANCE SCRUTINY SUB-COMMITTEE

FINANCE SCRUTINY SUB-COMMITTEE REPORT FOR: PERFORMANCE AND FINANCE SCRUTINY SUB-COMMITTEE Date f Meeting: 6 January 2015 Subject: Staff Survey and Sickness Absence Mnitring Results and Actin plans Respnsible Officer: Scrutiny Lead Member

More information

Ready to upgrade the Turbo on your Diesel?

Ready to upgrade the Turbo on your Diesel? Ready t upgrade the Turb n yur Diesel? Tday s diesel engines represent the state f the art in technlgy with high pwer density, excellent drivability, and gd fuel ecnmy. Frtunately fr the diesel enthusiast,

More information

Sinusoidal Steady State Response of Linear Circuits. The circuit shown on Figure 1 is driven by a sinusoidal voltage source v s (t) of the form

Sinusoidal Steady State Response of Linear Circuits. The circuit shown on Figure 1 is driven by a sinusoidal voltage source v s (t) of the form Sinusidal Steady State espnse f inear Circuits The circuit shwn n Figure 1 is driven by a sinusidal ltage surce v s (t) f the frm v () t = v cs( ωt) (1.1) s i(t) + v (t) - + v (t) s v c (t) - C Figure

More information

GED MATH STUDY GUIDE. Last revision July 15, 2011

GED MATH STUDY GUIDE. Last revision July 15, 2011 GED MATH STUDY GUIDE Last revisin July 15, 2011 General Instructins If a student demnstrates that he r she is knwledgeable n a certain lessn r subject, yu can have them d every ther prblem instead f every

More information

Flexible PCB Antenna with Cable Integration Application Note

Flexible PCB Antenna with Cable Integration Application Note Flexible PCB Antenna with Cable Integratin Applicatin Nte APN-11-8-004/C/JC Page 1 f 10 1. BASICS A Flexible PCB antenna with cable is a very flexible, lw prfile, highly reliable, and ecnmical slutin widely

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Spread Bet Terms: Deposit Accounts

Spread Bet Terms: Deposit Accounts Spread Bet Terms: Depsit Accunts 1. Structure 1.1 When we engage in Spread Betting with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur Spread Terms. 1.2 The Spread Terms deal with matters

More information

Economic Justification: Measuring Return on Investment (ROI) and Cost Benefit Analysis (CBA)

Economic Justification: Measuring Return on Investment (ROI) and Cost Benefit Analysis (CBA) Advancing Statewide Spatial Data Infrastructures in Supprt f the Natinal Spatial Data Infrastructure (NSDI) Ecnmic Justificatin: Measuring Return n Investment (ROI) and Cst Benefit Analysis (CBA) Intrductin

More information

Spread Bet Terms: Deposit Accounts

Spread Bet Terms: Deposit Accounts Spread Bet Terms: Depsit Accunts 1. Structure 1.1 When we engage in Spread Betting with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur Spread Terms. 1.2 The Spread Terms deal with matters

More information

June 29, 2009 Incident Review Dallas Fort Worth Data Center Review Dated: July 8, 2009

June 29, 2009 Incident Review Dallas Fort Worth Data Center Review Dated: July 8, 2009 The purpse f this dcument is t capture the events and subsequent respnse t the incident that tk place in the DFW datacenter n 29 June, 2009. I. Executive Summary On 29 June, an area f the Rackspace DFW

More information

Calibration of Oxygen Bomb Calorimeters

Calibration of Oxygen Bomb Calorimeters Calibratin f Oxygen Bmb Calrimeters Bulletin N.101 Prcedures fr standardizatin f Parr xygen bmb calrimeters. Energy Equivalent The calibratin f an xygen bmb calrimeter has traditinally been called the

More information

How to Reduce Project Lead Times Through Improved Scheduling

How to Reduce Project Lead Times Through Improved Scheduling Hw t Reduce Prject Lead Times Thrugh Imprved Scheduling PROBABILISTIC SCHEDULING & BUFFER MANAGEMENT Cnventinal Prject Scheduling ften results in plans that cannt be executed and t many surprises. In many

More information

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

More information

CDC UNIFIED PROCESS PRACTICES GUIDE

CDC UNIFIED PROCESS PRACTICES GUIDE Dcument Purpse The purpse f this dcument is t prvide guidance n the practice f Risk Management and t describe the practice verview, requirements, best practices, activities, and key terms related t these

More information

Chapter 6: Continuous Probability Distributions GBS221, Class 20640 March 25, 2013 Notes Compiled by Nicolas C. Rouse, Instructor, Phoenix College

Chapter 6: Continuous Probability Distributions GBS221, Class 20640 March 25, 2013 Notes Compiled by Nicolas C. Rouse, Instructor, Phoenix College Chapter Objectives 1. Understand the difference between hw prbabilities are cmputed fr discrete and cntinuus randm variables. 2. Knw hw t cmpute prbability values fr a cntinuus unifrm prbability distributin

More information

Spread Bet Terms: Deposit Accounts

Spread Bet Terms: Deposit Accounts Spread Bet Terms: Depsit Accunts 1. Structure 1.1 When we engage in Spread Betting with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur Spread Terms. 1.2 The Spread Terms deal with matters

More information

Statistical Analysis (1-way ANOVA)

Statistical Analysis (1-way ANOVA) Statistical Analysis (1-way ANOVA) Cntents at a glance I. Definitin and Applicatins...2 II. Befre Perfrming 1-way ANOVA - A Checklist...2 III. Overview f the Statistical Analysis (1-way tests) windw...3

More information

Implementation of Doppler Radar

Implementation of Doppler Radar Implementatin f Dppler Radar Applicatin Nte Justin Erskine ECE 480 Design Team 5 Executive Summary Dppler radar is an easy and effective way t measure relative speed. With the ability t make smaller antennas,

More information

Student Academic Learning Services Page 1 of 7. Statistics: The Null and Alternate Hypotheses. A Student Academic Learning Services Guide

Student Academic Learning Services Page 1 of 7. Statistics: The Null and Alternate Hypotheses. A Student Academic Learning Services Guide Student Academic Learning Services Page 1 f 7 Statistics: The Null and Alternate Hyptheses A Student Academic Learning Services Guide www.durhamcllege.ca/sals Student Services Building (SSB), Rm 204 This

More information

In Australia, compulsory third party insurance (CTP) covers

In Australia, compulsory third party insurance (CTP) covers COMPULSORY THIRD PARTY INSURANCE: METHODS OF MAKING EXPLICIT ALLOWANCE FOR INFLATION B. J. BRUTON and J. R. CUMPSTON Australia SUMMARY An inflatin index is essential when cnstructing claim payment mdels

More information

A Model for Automatic Preventive Maintenance Scheduling and Application Database Software

A Model for Automatic Preventive Maintenance Scheduling and Application Database Software Prceedings f the 2010 Internatinal Cnference n Industrial Engineering and Operatins Management Dhaka, Bangladesh, January 9 10, 2010 A Mdel fr Autmatic Preventive Maintenance Scheduling and Applicatin

More information

CFD and Spot Forex Terms: Deposit Accounts

CFD and Spot Forex Terms: Deposit Accounts CFD and Spt Frex Terms: Depsit Accunts 1. Structure 1.1 When we engage in CFD r Spt Frex trading with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur CFD and Spt Frex Terms. 1.2 The

More information

Hearing Loss Regulations Vendor information pack

Hearing Loss Regulations Vendor information pack Hearing Lss Regulatins Vendr infrmatin pack Nvember 2010 Implementing the Accident Cmpensatin (Apprtining Entitlements fr Hearing Lss) Regulatins 2010 The Minister fr ACC, the Hn. Dr Nick Smith, has annunced

More information

Electrochemical cells

Electrochemical cells Electrchemical cells In this chapter, we turn ur attentin t electrn transfer reactins. T identify an electrn transfer reactins, we must assign xidatin states review rules in Chapter 3. e.g. Zn(s) Cu(NO

More information

CFD AND SPOT FOREX TERMS: DEPOSIT ACCOUNTS

CFD AND SPOT FOREX TERMS: DEPOSIT ACCOUNTS 1. Structure 1.1 When we engage in cfd r spt frex trading with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur CFD and Spt Frex Terms. 1.2 The CFD and Spt Frex Terms deal with matters

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

CFD and Spot Forex Terms: Deposit Accounts

CFD and Spot Forex Terms: Deposit Accounts CFD and Spt Frex Terms: Depsit Accunts 1. Structure 1.1 When we engage in CFD r Spt Frex trading with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur CFD and Spt Frex Terms. 1.2 The

More information

In this chapter, you will learn to use net present value analysis in cost and price analysis.

In this chapter, you will learn to use net present value analysis in cost and price analysis. 9.0 - Chapter Intrductin In this chapter, yu will learn t use net present value analysis in cst and price analysis. Time Value f Mney. The time value f mney is prbably the single mst imprtant cncept in

More information

ADMINISTRATION AND FINANCE POLICIES AND PROCEDURES TABLE OF CONTENTS

ADMINISTRATION AND FINANCE POLICIES AND PROCEDURES TABLE OF CONTENTS CONTROL Revisin Date: 1/21/03 TABLE OF CONTENTS 10.01 OVERVIEW OF ACCOUNTING FOR INVESTMENT IN PLANT... 2 10.01.1 CURRENT POLICY... 2 10.02 INVENTORY MAINTENANCE AND CONTROL... 3 10.02.1 PROCEDURES FOR

More information

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC.

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. URM 11g Implementatin Tips, Tricks & Gtchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. i Fishbwl Slutins Ntice The infrmatin cntained in this dcument represents the current view f Fishbwl Slutins, Inc. n

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios NAVIPLAN PREMIUM LEARNING GUIDE Analyze, cmpare, and present insurance scenaris Cntents Analyze, cmpare, and present insurance scenaris 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Analyze

More information

THE UNEARNED NO CLAIM BONUS. C. P. WELTEN Amsterdam

THE UNEARNED NO CLAIM BONUS. C. P. WELTEN Amsterdam THE UNEARNED NO CLAIM BONUS C. P. WELTEN Amsterdam I. The claims experience f a mtrcar insurance is assumed t give sme indicatin abut the risk (basic claim frequency) f that insurance. The experience rating

More information

Retirement Planning Options Annuities

Retirement Planning Options Annuities Retirement Planning Optins Annuities Everyne wants a glden retirement. But saving fr retirement is n easy task. The baby bmer generatin is graying. Mre and mre peple are appraching retirement age. With

More information

The Gibbs Free Energy and Cell Voltage

The Gibbs Free Energy and Cell Voltage The Gibbs Free Energy and Cell Vltage When an amunt f charge, Q, mves thrugh a ptential difference, E w = - Q E b/c wrk dne by the system E > 0 fr galvanic (vltaic) cells Recall, G = H TS = E + PV TS Fr

More information

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd.

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd. Cmmittee: Date(s): Infrmatin Systems Sub Cmmittee 11 th March 2015 Subject: Agilisys Managed Service Financial Reprt Reprt f: Chamberlain Summary Public Fr Infrmatin This reprt prvides Members with an

More information

NHPCO Guidelines for Using CAHPS Hospice Survey Results

NHPCO Guidelines for Using CAHPS Hospice Survey Results Intrductin NHPCO Guidelines fr Using CAHPS Hspice Survey Results The Centers fr Medicare and Medicaid Services (CMS) has develped the Cnsumer Assessment f Healthcare Prviders and Systems (CAHPS ) Hspice

More information

Transmission Line for Broadcast Applications

Transmission Line for Broadcast Applications Transmissin Line fr Bradcast Applicatins Myrn D. Fantn, lectrnics Research, Inc. Abstract The majr design criteria fr standard bradcast transmissin lines and their crrelatin t published specificatins are

More information

TELE9753 Advanced Wireless Communications

TELE9753 Advanced Wireless Communications TELE9753 Advanced Wireless Cmmunicatins COURSE INTRODUCTION Sessin 1, 2013 Curse Staff Curse Crdinatr: Curse Lecturers: Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au

More information

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11 QAD Operatins BI Metrics Demnstratin Guide May 2015 BI 3.11 Overview This demnstratin fcuses n ne aspect f QAD Operatins Business Intelligence Metrics and shws hw this functinality supprts the visin f

More information

Spatial basis risk and feasibility of index based crop insurance in Canada: A spatial panel data econometric approach

Spatial basis risk and feasibility of index based crop insurance in Canada: A spatial panel data econometric approach Spatial basis risk and feasibility f index based crp insurance in Canada: A spatial panel data ecnmetric apprach Millin A.Tadesse (Ph.D.), University f Waterl, Statistics and Actuarial Science, Canada.

More information

Implementing an electronic document and records management system using SharePoint 7

Implementing an electronic document and records management system using SharePoint 7 Reprt title Agenda item Implementing an electrnic dcument and recrds management system using SharePint 7 Meeting Finance, Prcurement & Prperty Cmmittee 16 June 2008 Date Reprt by Dcument Number Head f

More information

Point2 Property Manager Quick Setup Guide

Point2 Property Manager Quick Setup Guide Click the Setup Tab Mst f what yu need t get started using Pint 2 Prperty Manager has already been taken care f fr yu. T begin setting up yur data in Pint2 Prperty Manager, make sure yu have cmpleted the

More information

Times Table Activities: Multiplication

Times Table Activities: Multiplication Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find

More information

Training Efficiency: Optimizing Learning Technology

Training Efficiency: Optimizing Learning Technology Ideas & Insights frm 2008 Training Efficiency Masters Series Survey Results Training Efficiency: Optimizing Learning Technlgy trainingefficiency.cm Survey Results: Training Efficiency: Optimizing Learning

More information

Welcome to CNIPS Training: CACFP Claim Entry

Welcome to CNIPS Training: CACFP Claim Entry Welcme t CNIPS Training: CACFP Claim Entry General Cmments frm SCN CACFP claiming begins with submissin f the Octber claim due by Nvember 15, 2012. Timelines/Due Dates With CNIPS, SCN will cntinue t enfrce

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

The Cost of Not Nurturing Leads

The Cost of Not Nurturing Leads The Cst f Nt Nurturing Leads The Cst f Nt Nurturing Leads The legacy yu are stuck in and the steps essential t change it Lisa Cramer President LeadLife Slutins, Inc. lcramer@leadlife.cm 770-670-6702 2009

More information

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are: COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins

More information

Introduction to Fractions and Mixed Numbers

Introduction to Fractions and Mixed Numbers Name Date Intrductin t Fractins and Mixed Numbers Please read the Learn prtin f this lessn while cmpleting this handut. The parts f a fractin are (shwn belw): 5 8 Fractins are used t indicate f a whle.

More information

Success in Mathematics

Success in Mathematics Success in Mathematics Tips n hw t study mathematics, hw t apprach prblem-slving, hw t study fr and take tests, and when and hw t get help. Math Study Skills Be actively invlved in managing the learning

More information

Unit tests need to be supervised and the final exam invigilated.

Unit tests need to be supervised and the final exam invigilated. Activating the Curse: Pre-Calculus 11 requires students t cmplete a threshld in rder t be cnsidered active in the curse. The threshld cnsists f the first tw assignments; Quadratic Functins 1 and Quadratic

More information

Information paper Reference Data Management Service

Information paper Reference Data Management Service This infrmatin paper describes the EU Reference Data Management Service. This Service prvides a central database, web service web applicatin fr maintaining RIS reference data, which is used by varius RIS-systems

More information

IX- On Some Clustering Techniques for Information Retrieval. J. D. Broffitt, H. L. Morgan, and J. V. Soden

IX- On Some Clustering Techniques for Information Retrieval. J. D. Broffitt, H. L. Morgan, and J. V. Soden IX-1 IX- On Sme Clustering Techniques fr Infrmatin Retrieval J. D. Brffitt, H. L. Mrgan, and J. V. Sden Abstract Dcument clustering methds which have been prpsed by R. E. Bnner and J. J. Rcchi are cmpared.

More information

Symantec User Authentication Service Level Agreement

Symantec User Authentication Service Level Agreement Symantec User Authenticatin Service Level Agreement Overview and Scpe This Symantec User Authenticatin service level agreement ( SLA ) applies t Symantec User Authenticatin prducts/services, such as Managed

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

Mobile Workforce. Improving Productivity, Improving Profitability

Mobile Workforce. Improving Productivity, Improving Profitability Mbile Wrkfrce Imprving Prductivity, Imprving Prfitability White Paper The Business Challenge Between increasing peratinal cst, staff turnver, budget cnstraints and pressure t deliver prducts and services

More information

The AppSec How-To: Choosing a SAST Tool

The AppSec How-To: Choosing a SAST Tool The AppSec Hw-T: Chsing a SAST Tl Surce Cde Analysis Made Easy GIVEN THE WIDE RANGE OF SOURCE CODE ANALYSIS TOOLS, SECURITY PROFESSIONALS, AUDITORS AND DEVELOPERS ALIKE ARE FACED WITH THE QUESTION: Hw

More information

MATHEMATICS FOR ENGINEERING TRIGONOMETRY TUTORIAL 1 TRIGONOMETRIC RATIOS, TRIGONOMETRIC TECHNIQUES AND GRAPHICAL METHODS

MATHEMATICS FOR ENGINEERING TRIGONOMETRY TUTORIAL 1 TRIGONOMETRIC RATIOS, TRIGONOMETRIC TECHNIQUES AND GRAPHICAL METHODS MATHEMATICS FOR ENGINEERING TRIGONOMETRY TUTORIAL 1 TRIGONOMETRIC RATIOS, TRIGONOMETRIC TECHNIQUES AND GRAPHICAL METHODS This is the ne f a series f basic tutrials in mathematics aimed at beginners r anyne

More information

Michigan Transfer Agreement (MTA) Frequently Asked Questions for College Personnel

Michigan Transfer Agreement (MTA) Frequently Asked Questions for College Personnel Michigan Transfer Agreement (MTA) Frequently Asked Questins fr Cllege Persnnel What happened t the MACRAO Agreement? Originally signed in 1972, the MACRAO agreement has been used successfully by many students

More information

Lesson Study Project in Mathematics, Fall 2008. University of Wisconsin Marathon County. Report

Lesson Study Project in Mathematics, Fall 2008. University of Wisconsin Marathon County. Report Lessn Study Prject in Mathematics, Fall 2008 University f Wiscnsin Marathn Cunty Reprt Date: December 14 2008 Students: MAT 110 (Cllege Algebra) students at UW-Marathn Cunty Team Members: Paul Martin Clare

More information

PBS TeacherLine Course Syllabus

PBS TeacherLine Course Syllabus 1 Title Fstering Cperative Learning, Discussin, and Critical Thinking in Elementary Math (Grades 1-5) Target Audience This curse is intended fr pre-service and in-service grades 1-5 teachers. Curse Descriptin

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

OUR DISCIPLINARY POLICY

OUR DISCIPLINARY POLICY OUR DISCIPLINARY POLICY WHO is this plicy fr? Channel 4 emplyees wh ve passed their prbatinary perid Channel 4 managers This plicy des nt frm part f any emplyee s cntract f emplyment and we may amend it

More information

Conduction in the Cylindrical Geometry

Conduction in the Cylindrical Geometry Cnductin in the Cylindrical Gemetry R. Shankar Subramanian Department f Chemical and Bimlecular Engineering Clarksn University Chemical engineers encunter cnductin in the cylindrical gemetry when they

More information

Project Startup Report Presented to the IT Committee June 26, 2012

Project Startup Report Presented to the IT Committee June 26, 2012 Prject Name: SOS File 2.0 Agency: Secretary f State Business Unit/Prgram Area: Secretary f State Prject Spnsr: Al Jaeger Prject Manager: Beverly Maitland Prject Startup Reprt Presented t the IT Cmmittee

More information

Better Practice Guide Financial Considerations for Government use of Cloud Computing

Better Practice Guide Financial Considerations for Government use of Cloud Computing Better Practice Guide Financial Cnsideratins fr Gvernment use f Clud Cmputing Nvember 2011 Intrductin Many Australian Gvernment agencies are in the prcess f cnsidering the adptin f clud-based slutins.

More information

Patient Participation Report

Patient Participation Report Patient Participatin Reprt In 2011, Westngrve Partnership decided t establish a PPG (Patient Participatin Grup) that wuld allw us t engage with ur patients, receive feedback frm them and ensure that they

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012 Army DCIPS Emplyee Self-Reprt f Accmplishments Overview Revised July 2012 Table f Cntents Self-Reprt f Accmplishments Overview... 3 Understanding the Emplyee Self-Reprt f Accmplishments... 3 Thinking Abut

More information

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future The Imprtance Advanced Data Cllectin System Maintenance Berry Drijsen Glbal Service Business Manager WHITE PAPER knwledge t shape yur future The Imprtance Advanced Data Cllectin System Maintenance Cntents

More information

Group Term Life Insurance: Table I Straddle Testing and Imputed Income for Dependent Life Insurance

Group Term Life Insurance: Table I Straddle Testing and Imputed Income for Dependent Life Insurance An American Benefits Cnsulting White Paper American Benefits Cnsulting, LLC 99 Park Ave, 25 th Flr New Yrk, NY 10016 212 716-3400 http://www.abcsys.cm Grup Term Life Insurance: Table I Straddle Testing

More information

How To Understand An Outut Stage

How To Understand An Outut Stage CHATE 3 OUTUT STAGES AND OE AMFES Chapter Outline 3. Classificatin f Output Stages 3. Class A Output Stage 3.3 Class B Output Stage 3.4 Class AB Output Stage 3.5 Biasing the Class AB Circuit 3.6 CMOS Class

More information

Maintain a balanced budget primarily the General & Park Funds

Maintain a balanced budget primarily the General & Park Funds EXHIBIT B City f Chic Budget Cntingency Plan P The purpse f the Budget Cntingency Plan is t establish a guideline and general apprach t respnd t adverse financial and ecnmic cnditins that culd negatively

More information

Effect of inclined heat transfer rate on thermosyphon heat pipe under sound wave

Effect of inclined heat transfer rate on thermosyphon heat pipe under sound wave As. J. Energy Env. 2009, 10(04), 214-220 Asian Jurnal n Energy and Envirnment ISSN 1513-4121 Available nline at www.asian-energy-jurnal.inf Research Article Effect f inclined heat transfer rate n thermsyphn

More information

Phi Kappa Sigma International Fraternity Insurance Billing Methodology

Phi Kappa Sigma International Fraternity Insurance Billing Methodology Phi Kappa Sigma Internatinal Fraternity Insurance Billing Methdlgy The Phi Kappa Sigma Internatinal Fraternity Executive Bard implres each chapter t thrughly review the attached methdlgy and plan nw t

More information

Understanding Federal Direct Consolidation Loans. 2012 Spring MASFAA Conference

Understanding Federal Direct Consolidation Loans. 2012 Spring MASFAA Conference Understanding Federal Direct Cnslidatin Lans 2012 Spring MASFAA Cnference UNDERSTANDING FEDERAL DIRECT & SPECIAL CONSOLIDATION LOANS Amy M. Mser, Reginal Directr Nelnet Educatin Lan Services 2 Nelnet Educatin

More information

Responsive Design Fundamentals Chapter 1: Chapter 2: name content

Responsive Design Fundamentals Chapter 1: Chapter 2: name content Lynda.cm Respnsive Design Fundamentals Chapter 1: Intrducing Respnsive Design Respnsive design is a design strategy that is centered n designing yur cntent s that it respnds t the envirnment its encuntered

More information

FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs

FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs Guide t Business Cash Advance & Bank Statement Lan Prgrams Cash Advances: $2,500 - $1,000,000 Business Bank Statement Lans: $5,000 - $500,000 Canada Cash Advances: $5,000 - $500,000 (must have 9 mnths

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

Dampier Bunbury Pipeline (DBP)

Dampier Bunbury Pipeline (DBP) Limited ABN 59 001 777 591 AFSL 232497 April 2011 (Update) Cst f Debt Summary Paper Dampier Bunbury Pipeline (DBP) IMPORTANT NOTE Nte 1 This dcument has been prepared by AMP Capital Investrs Limited (AMP

More information

WINDOW REPLACEMENT Survey

WINDOW REPLACEMENT Survey WINDOW REPLACEMENT Prperty wners and develpers undertaking rehabilitatin prjects fr bth Tax Act Certificatin and Sectin 106 Cmpliance are encuraged t repair and retain existing histric windws. Hwever,

More information

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation TO: FROM: HR Officers & Human Resurces Representatives Chris Chirn, Interim Senir Directr, Emplyee & Management Relatins Jessica Mre, Senir Directr, Classificatin & Cmpensatin DATE: May 26, 2015 RE: Annual

More information

Importance and Contribution of Software Engineering to the Education of Informatics Professionals

Importance and Contribution of Software Engineering to the Education of Informatics Professionals Imprtance and Cntributin f Sftware Engineering t the Educatin f Infrmatics Prfessinals Dr. Tick, József Budapest Plytechnic, Hungary, tick@bmf.hu Abstract: As a result f the Blgna prcess a new frm f higher

More information

A Walk on the Human Performance Side Part I

A Walk on the Human Performance Side Part I A Walk n the Human Perfrmance Side Part I Perfrmance Architects have a license t snp. We are in the business f supprting ur client rganizatins in their quest fr results that meet r exceed gals. We accmplish

More information

Performance Test Modeling with ANALYTICS

Performance Test Modeling with ANALYTICS Perfrmance Test Mdeling with ANALYTICS Jeevakarthik Kandhasamy Perfrmance test Lead Cnsultant Capgemini Financial Services USA jeevakarthik@gmail.cm Abstract Websites and web/mbile applicatins have becme

More information