📄 dsb_mod.m
字号:
function u=dsb_mod(m,ts,fc)% u=dsb_mod(m,ts,fc)%DSB_MOD takes signal m sampled at ts and carrier% freq. fc as input and returns the DSB modulated% signal. ts << 1/2fc. The modulated signal% is normalized to have half the message power.% The message signal starts at 0.t=[0:length(m)-1]*ts;u=m.*cos(2*pi*t);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -