代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/430037/1942789
m pr3_31.m
%Problem3.31;
%flat fading effect (BProb. 3.31); ffdb;
clear all; close all;
t=[0:1999]/1000; %time scale;
S=exp(-16*((t-1).^2)); %real envelope;
Sbp=real(S.*exp(i*2*pi*25*t)); %bandpass signal