搜索资源列表
untitled
- A bandpass signal is defined by clear all t=-10:0.06:10 m=3*(cos(2*pi*10*t)+4*sin(2*pi*20*t)) x=6*m.*cos(2*pi*100*t) f0=100 fmax=100 NSamples=256 Amplitude Response plot of x(t) figure(1) subplot(211) plot(t,ab
a
- nó rấ t là hay đ â y là ví dụ code matlab-nó rấ t là hay đ â y là ví dụ code matlab
DVB-T-CHANNEL-CODING-IMPLEMENTATION
- The paper deals with the Matlab implementation and simulation of channel coding and modulation of DVB-T (Digital Video Broadcasting – Terrestrial). Transport stream multiplex adaptation and randomization for energy dispersal, outer coding and i
dwt
- 已知一信号f(t) 3sin100pit+2sin68pit+5cos(72pit) 且该信号混有白噪声 对 该信号进行连续小波变换 小波函数用db3 尺度为1、1.2、1.4、1.6……3。 要求 在MatLab 工作空间中直接输入命令 用cwt()函数计算这一信号的小波变换-MatLab dwt
用matlab编程求解线性约束优化问题的fmincon函数例子
- matlab编程求解线性约束优化问题 minf(X)=-x1x2x3 s.t. -x1-2x2-2x3<=0 x1+2x2+2x3<=72