1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Viefleur [7K]
2 years ago
13

What is difference between baseband transmission and broadband transmission

Engineering
1 answer:
Lena [83]2 years ago
8 0

The difference between the baseband and the broadband connection is made with the transmission of signal over the frequency.

<h3 /><h3>What is data transmission?</h3>

The data transmission is given as the transfer of the data from one digital device to another. The transmission can take place with the baseband transmission and the broadband transmission.

The major difference between the two transmissions is that the baseband utilizes a complete frequency for transmission of signal, while the transmission with the broadband is made with multiple signals over multiple frequencies.

Learn more about broadband signals, here:

brainly.com/question/19204110

#SPJ1

You might be interested in
A vacuum gage connected to a tank reads 30 kPa at a location where the barometric reading is 755 mmHg. Determine the absolute pr
navik [9.2K]

Answer:

Absolute pressure=70.72 KPa

Explanation:

Given that Vacuum gauge pressure= 30 KPa

Barometer reading =755 mm Hg

We know that barometer always reads atmospheric pressure at given situation.So  atmospheric pressure is equal to  755 mm Hg.

We know that P= ρ g h

Density of Hg=13600 \frac{kg}{m^3}

So P=13600 x 9.81 x 0.755

P=100.72 KPa

We know that

Absolute pressure=atmospheric pressure + gauge pressure

But here given that 30 KPa is a Vacuum pressure ,so we will take it as negative.

Absolute pressure=atmospheric pressure + gauge pressure

Absolute pressure=100.72 - 30   KPa

So

Absolute pressure=70.72 KPa

8 0
3 years ago
A series of concrete pillars have been built on the border between Kuwait and Iraq. They are there to __________ the border.
Gala2k [10]

A series of concrete pillars have been built on the border between Kuwait and Iraq. They are there to demarcate the border.

<h3>What is a border?</h3>

A border is a geographical boundary that separate<em> countries, states, provinces, counties, cities, and towns.</em>

A series of concrete pillars have been built on the border between Kuwait and Iraq. They are there to demarcate the border.

Find out more on border at: brainly.com/question/811755

5 0
2 years ago
A battery is an electromechanical device. a)- True b)- False
lilavasa [31]

Answer:

b)False

Explanation:

A battery is a device which store the energy in the form of chemical energy.And this stored energy is used according to the requirement.So battery is not a electromechanical device.Because it does have any mechanical component like gear ,shaft flywheel etc.

A flywheel is known as mechanical battery because it stored mechanical energy and supply that energy when more energy is required.Generally fly wheel is used during punching operation.

5 0
3 years ago
1. Calculate the battery life in years when a pacemaker has the following characteristics: Battery Ampere-hours = 1.5 Pulse volt
Wittaler [7]

Answer:

battery life in year = 9 years and 48 days

Explanation:

given data

Battery Ampere-hours = 1.5

Pulse voltage = 2 V

Pulse width = 1.5 m sec

Pulse time period = 1 sec

Electrode heart resistance = 150 Ω

Current drain on the battery = 1.25 µA

to find out

battery life in years

solution

we get first here duty cycle that is express as

duty cycle = \frac{width}{period}      ...............1

duty cycle = 1.5 × 10^{-3}

and applied voltage will be

applied voltage = duty energy × voltage    ...........2

applied voltage = 1.5 × 10^{-3} × 2

applied voltage = 3 mV

so current will be

current = \frac{applied\ voltage}{resistance}   ................3

current = \frac{3}{150}

current = 20 µA

so net current will be

net current = 20 - 1.25

net current = 18.75 µA

so battery life will be

battery life = \frac{1.5}{18.75*10^{-6}}

battery life = 80000 hours

battery life in year = \frac{80000}{8760}

battery life in year = 9.13 years

battery life in year = 9 years and 48 days

4 0
3 years ago
CS3733: Homework/Practice 05 Suppose we would like to write a program called monitor which allows two other programs to communic
valina [46]

Answer:

#include<stdio.h>

#include<stdlib.h>

#include<unistd.h>

#include<sys/types.h>

#include<string.h>

#include<pthread.h>

//#include<sys/wait.h>

int main(int argc, char** argv)

{

int fd1[2];

int fd2[2];

int fd3[2];

int fd4[2];

char message[] = "abcd";

char input_str[100];

pid_t p,q;

if (pipe(fd1)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd2)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd3)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd4)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

p = fork();

if (p < 0)

{

 fprintf(stderr, "fork Failed" );

return 1;

}

// child process-1

else if (p == 0)

{

 close(fd1[0]);// Close reading end of first pipe

 char concat_str[100];

 printf("\n\tEnter meaaage:"):

 scanf("%s",concat_str);

 write(fd1[1], concat_str, strlen(concat_str)+1);

 // Concatenate a fixed string with it

 int k = strlen(concat_str);

 int i;

 for (i=0; i<strlen(fixed_str); i++)

 {

  concat_str[k++] = fixed_str[i];

 }

 concat_str[k] = '\0';//string ends with '\0'

 // Close both writting ends

 close(fd1[1]);

 wait(NULL);

//.......................................................................

 close(fd2[1]);

 read(fd2[0], concat_str, 100);

 if(strcmp(concat_str,"invalid")==0)

 {

 printf("\n\tmessage not send");

 }

 else

 {

  printf("\n\tmessage send to prog_2(child_2).");

 }

 close(fd2[0]);//close reading end of pipe 2

 exit(0);

}

else

{

 close(fd1[1]);//Close writting end of first pipe

 char concat_str[100];

 read(fd1[0], concal_str, strlen(concat_str)+1);

 close(fd1[0]);

 close(fd2[0]);//Close writing end of second pipe

 if(/*check if msg is valid or not*/)

 {

  //if not then

  write(fd2[1], "invalid",sizeof(concat_str));

  return 0;

 }

 else

 {

  //if yes then

  write(fd2[1], "valid",sizeof(concat_str));

  close(fd2[1]);

  q=fork();//create chile process 2

  if(q>0)

  {

   close(fd3[0]);/*close read head offd3[] */

   write(fd3[1],concat_str,sizeof(concat_str);//write message by monitor(main process) using fd3[1]

   close(fd3[1]);

   wait(NULL);//wait till child_process_2 send ACK

   //...........................................................

   close(fd4[1]);

   read(fd4[0],concat_str,100);

   close(fd4[0]);

   if(sctcmp(concat_str,"ack")==0)

   {

    printf("Messageof child process_1 is received by child process_2");

   }

   else

   {

    printf("Messageof child process_1 is not received by child process_2");

   }

  }

  else

  {

   if(p<0)

   {

    printf("Chiile_Procrss_2 not cheated");

   }

   else

   {

     

    close(fd3[1]);//Close writing end of first pipe

    char concat_str[100];

    read(fd3[0], concal_str, strlen(concat_str)+1);

    close(fd3[0]);

    close(fd4[0]);//Close writing end of second pipe

    write(fd4[1], "ack",sizeof(concat_str));

     

   }

  }

 }

 close(fd2[1]);

}

}

8 0
4 years ago
Other questions:
  • A high-voltage direct-current (dc) transmission line between Celilo, Oregon and Sylmar, California is 845 mi in length. The line
    15·1 answer
  • In the contemporary approach to control systems, benefits of continuous monitoring include which one of the following? Multiple
    9·1 answer
  • The two boxcars A and B have a weight of 20000lb and 30000lb respectively. If they coast freely down the incline when the brakes
    11·1 answer
  • Can a real refrigerator have higher COP than the COP of the Carnot refrigerator?
    7·2 answers
  • Water vapor at 6 MPa, 600 degrees C enters a turbine operating at steady state and expands to 10kPa. The mass flow rate is 2 kg/
    14·1 answer
  • 12 times the square root of 8737
    13·1 answer
  • list out main types of material used in design and Manufacture of product give one example for each in engineering application ?
    10·1 answer
  • A driver complains that his front tires are wearing
    14·1 answer
  • Question text
    11·1 answer
  • You need to lower your lift onto the mechanical load-holding devices to provide structural support before working under the lift
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!