Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
with a c program to read the text book number title author and publisher into a structure and print these values include ltstdiohgt include
a synchronous generator has a rotor with six poles and operates at 60 hza determine the speed of prime mover of the generatorb repeat part a if the
a three-phase wound-rotor induction machine with its shaft rigidly coupled to the shaft of a three-phase synchronousmotor is used to change balanced
a four-pole three-phase wound-rotor induction machine is to be used as a variable-frequency supply the frequency of the supply connected to the
examples of declarations of external variables that are not definitionsextern char stack10extern int stkptrthese declarations tell the
induction motors are often braked rapidly by a technique known as plugging which is the reversal of the phase sequence of the voltagesupplying the
consider a three-phase induction motor with a normal torque-speed characteristic neglecting the effects of stator resistance and leakage reactance
summarize the distinction between an external variable definition and an external variable declarationwhen we have declared a variable we have meant
a four-pole three-phase inductionmotor is energized from a 60-hz supply it is running at a load condition for which the slip is 003 determinea the
q a three-phase 60-hz induction motor runs at almost 1800 rmin at no load and at 1710 rmin at full loada how many poles does the motor haveb what is
write a program to read in a positive integer and check whether it is prime or not program to check whether a given number is prime or not include
q a three-phase 50-hz induction motor has a full load speed of 700 rmin and a no-load speed of 740 rmina how many poles does the machine haveb find
a communication system for a voice-band 3 khz channel is designed for a received snr ebn0 at the detector of 30 db when the transmitter power is ps
to have the same value of pe show that ebn0 in a coherent-ask system has to be twice that in a coherent psk
if ebn0 20 in a coherent ask system find the value of ebn0 that is needed in a noncoherent ask system to yield the same value of pe as the coherent
write a program to check whether a given word is a palindrome or not include ltstdiohgt include ltconiohgtvoid mainchar word10int
by a simple time multiplexing of natural samples over a single line a large radar site transmits 85 analog signals each with 200-hz bandwidth if the
four voicemessages each with 3-khz bandwidth are to be sampled at nyquist rate and time- multiplexed with samples taken at twice the nyquist rate
the expression given in problem for s0n0pcm is plotted for a sinusoidal message in figure to show the performance curves for a pcm system using a
the for loopthe for loop works well where the number of iterations of the loop is known before the loop is entered the head of the loop consists of
an audiomessage is band-limited to 15 khz sampled at twice the nyquist rate and encoded by a 12-bit natural binary code that corresponds to lb 212
the do while loopthis is very similar to the while loop except that the test occurs at the end of the loop body this guarantees that the loop is
the while loopthe while loop repeats a statement until the test at the top proves false as an example here is a function to return the length of a
explain the for loop the for loop is frequently used usually where the loop will be traversed a fixed number of times it is very flexible and novice
explain the do while loopsthe do while loops is similar but the test occurs after the loop body is executed this ensures that the loop body is run at