-
-
-
-
[
Java/JSP]
Homework9.rar
... of a Vehicle class motorvehicle and bike inheritance Vehicle, car and motorcycle inheritance motorvehicle, racingbike and tandembike inheritance ... the main function. gui package is another made an interface. Insurance package is car insurance business class ...
-
-
-
-
-
-
-
[
Matlab]
Amplitude_mod_m.zip
... )
nfc=40
t=0:(tc/nfc):4*tm
msg=Am*cos(2*pi*fm*t)
car=Ac*cos(2*pi*fc*t)
Modulation
dsb=msg.*car
AM=(dsb/Ac)+car
... (1)
subplot(2,1,1)
plot(t,msg)
subplot(2,1,2)
plot(t,car)
figure(2)
subplot(2,1,1)
plot(t,dsb)
subplot(2,1,2)
...