⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c4ex2.m

📁 数字信号处理Matlab实现?中藕糯鞰atlab实现数字信号处理Matlab实现
💻 M
字号:
%	c4ex2 MATLAB application%syms t w f 									% Define symbolic variablesx = sym('exp(-2*t)*Heaviside(t)')	% Symbolically define signalX = fourier(x)								% Symbolically take the Fourier transformXf = subs(X, 'w', sym('2*pi*f'))		% Change independent variable to f = w/(2*pi) in hertzXf_conj = subs(Xf, 'f' ,sym('-f'))	% Conjugate Fourier transformGf = symmul(Xf, Xf_conj)				% Multiply the Fourier transform and its conjugateezplot(Gf)									% Use the ezplot routine to plot energy spectrum  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -