.


:




:

































 

 

 

 


4. .

1

:


 

 

:

 

2

( ) . 1- 0,7; 2- 0,8. .

: , . . . , :

P(A) = 0,7

P(B) = 0,8

P(AB)= P(A)*P(B) = 0,7*0,8 = 0,56

P(C) = P(A+B)=P(A) + P(B) P(AB) = 0,7+0,8-0,56= 0,94

: P (C)= 0,94.

3:

0 t, , : . 1 2. . () .

:

τ1, τ2 , τ12 T2

, . τ1 τ2 , . s, :

S= T2

s= T2-(T- τ)2

τ= 0,5 c, P(A)=0,75

.

n(t), f(t). :1) + ; 2) .

.

n(t) . : . . - : ( ) F; ( ) H.

4.

.

. - .

:

:

, A. - . . .

, , 0,25.

, 0,4. , 0,5.

.. .

:

5

.

S1 S0 P1=0.7 2=0.3. - 0.6. . : U=10110

.

S1=11111 P1=0.7

S0=00000 2=0.3

P0=0.6

U=10110 H1→S1

H0→S0

:

P(A(H1))=0,6*0,4*0,6*0,6*0,4=0,035

P(A(H0))=0,4*0,6*0,4*0,4*0,6=0,023

P(H1(A))= =

P(H0/A)=0,22 → H1

 

6

1000, 2G, 3G, 4G, 5G Home, Corp, VIP

-

:

1- 2G

2- 3G

3- 4G

4- 5G

 

 

T\G 2G 3G 4G 5G
H 50 300 90 0 440
C 50 50 0 100 200
V 0 150 60 150 360

 

100 500 150 250 1000

 

1. 4- ?

4 :

2G= =0,1;3G=0,5(()); 4G=0,15; 5G=0,25

2. 4- , ?

3 :

PHome= ; corp= 0,5; VIP= 0,36(P(B))

3. VIP 3G? 150 .

() = VIP 3G= =0,15

! : () :

() =3G*VIP=0,5*0,36=0,18 ≠ 0,15 .

(/)

(/) = P(3G/VIP)= =0,417 3G VIP

P(AB)=P(B)P(A/B)=0,36*0,417= 0,15

VIP 3G

P(/)= =0,3

P(AB)=P()P(/)=0,5*0,3= 0,15

4. - .

, Home?

4- , ..

(1)=(2)=(3)=(4)=0,25

P()- Home. >>

>> P(B/A1)= =0,5; P(B/A2)= =0,6; P(B/A3)= =0,6; P(B/A4)= =0;

>>()= (i)(/ i)=0,5*0,25+0,6*0,25+0,6*0,25+0*0,25= 0,425

5. , () Home

, 3G-?

>>P(A2/)= = = 0,352

 

1. -

:

1) t: 0≤t≤1;

2) .

3) . , , .

4) m: 0<m≤1 ( m>1 ( )), ( ) .

5) , :

;

;

6) - :

;

.. , :

;

7) ( t), (0, 1)[ ]. . , .. :

;

8) .

:

;

;

;

;

.

1.

:

;

MatLab .

9) :

;

;

.

 

10) / :

;

clear

t=0:0.001:1; %

fc=100; %

fm=10; %

Uc0=3; %

Um0=2; %

U0=3; %

Un0=0.1; %

fi0=pi/3; %

m=1; %

Uc=Uc0*cos(2*pi*fc*t); %

Um=U0+Um0*cos(2*pi*fm*t+fi0); %

Uam=Uc0.*(1+m*Um/max(abs(Um))).*cos(2*pi*fc*t); % -

Un=Un0*randn(size(t)); % =0 =1

Ud=Uam+Un; % ( )

b=[1 1 1]; % b

a=1; % a

Udmd=filter(b,a,abs(Ud));

subplot(3,2,1)

plot(t,Um)

grid on

xlabel(', ')

ylabel(', B')

title ('')

subplot(3,2,2)

plot(t,Uc)

grid on

xlabel(', ')

ylabel(', B')

title ('')

subplot(3,2,3)

plot(t,Uam)

grid on

xlabel(', ')

ylabel(', B')

title ('')

subplot(3,2,4)

plot(t,Un)

grid on

xlabel(', ')

ylabel(', B')

title ('')

subplot(3,2,5)

plot(t,Ud)

grid on

xlabel(', ')

ylabel(', B')

title (' ')

subplot(3,2,6)

plot(t,Udmd)

grid on

xlabel(', ')

ylabel(', B')

title (' ')



2. - .

 

2 1 , .

.

2. ,

;

 

3. .

:

1) :

;

;

;

;

;

, ;

, ;

2) :

 

:

, 2, =0 =1, :

t=0:0.001:1; %

fc=100; %

fm=10; %

Uc0=3; %

Um0=2; %

U0=3; %

fi0=pi/3; %

m=1; %

Un0=0.3; %

Uc=Uc0*cos(2*pi*fc*t); %

Um=U0+Um0*cos(2*pi*fm*t+fi0); %

Uam=Uc0.*(1+m*Um/max(abs(Um))).*cos(2*pi*fc*t); % -

Un=Un0*randn(size(t)); % =0 =1

Ud=Uam+Un; % ( )

U1=Un.^2;

U2=Um.^2;

U3=U1+U2;

U4=U3';

L=2.71828^(sum(U4));

disp(' ')

disp(L)

 

, , ( ).


4. .

:

1) Workspace MatLab, :

; ;

; ;

; ;

; ( );

; ;

; ;

2) Simulink -, :

3. -

-

;

 

. 4.

:  

,

nn nd ― ;

num ― ;

den ― ;

( ) ( ), :

;

;

 
, +, , -  

. 5. . 6.

1. Matlab ..

2. : / .., .., .., .., ..; : - , . . -. 1997. 90.

3. .. . , No2, .9. .: ≪ ≪≫, 2011. . 78 85.

4. .., .., .. . , No10, .12. .: ≪ ≪≫, 2014. . 27 31

 



<== | ==>
. | 
:


: 2018-11-11; !; : 505 |


:

:

, .
==> ...

1535 - | 1327 -


© 2015-2024 lektsii.org - -

: 0.105 .