-
-
[
Matlab]
Amplitude_mod_m.zip
... : )
tm=(1/fm)
tc=(1/fc)
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
figure(1)
subplot(2,1,1)
plot(t,msg)
subplot(2,1,2)
plot(t,car)
figure(2)
subplot(2,1,1) ...
-
[
Others]
stm32_pwm_2.zip
a simple program for the STM32F103RBT6
using Keil MCBSTM32 Evaluation Board and demonstrating
the use of PWM (Pulse Width Modulation) with Timer TIM4.
-
[
Matlab]
OFDM_AWGN_SIM.rar
OFDM in AWGN Channel Performance Simulation , BPSK Modulation ,QPSK Modulation,16-QAM Modulation , 64-QAM Modulation,64-QAM Modulation MonteCarloSimulation
-
-
[
Matlab]
mod_and_dem_ask.rar
Modulation and demodulation ASK. At the beginning, we create the digital signa (1 and 0), after we do the modulation, add noise and demodulation. At the end we do the reconstruction of the signal.
Category:
matlab Upload User:
jlteech Size:
1K
-
-
-
-
-