资源简介
检测隐含周期的信号的周期的MATLAB程序
代码片段和文件信息
N=2048;
w1=1;w2=1.3;phi1=-pi/3;phi2=pi/4;
s1=randn(N1);s2=sqrt(0.9)*randn(N1);
n=[0:N-1]‘;
xn=s1.*cos(w1*n+phi1)+s2.*cos(w2*n+phi2);
XW1=fftshift(fft(xn))/N;
XW2=fftshift(fft(xn
- 上一篇:三维三次样条插值计算三坐标
- 下一篇:matlab 全息图
相关资源
- Multirate Filtering for Digital Signal Process
- radarsignalanalysisandprocessingusingmatlab.pd
- FAM和SSCA算法的matlab源程序-detection a
- [奥本海姆]信号与系统(第二版).计
- Biosignal and biomedical image processing matl
- Solutions Manual for Digital Signal Processing
- SAR-Signal-Processing-with-Matlab
- Digital Signal Processing Using MATLAB 3rd Edi
- Statistical and Adaptive Signal Processing 书和
- Synthetic Aperture Radar Signal Processing wit
- SAR signal processing with MATLAB 书籍 对应代
- synthetic aperture radar signal processing wit
- Fundamentals of Statistical Signal Processing
- MATLAB GUI语音信号分析
- Synthetic Aperture Radar Signal Processing wit
- Fundamentals of Signals and Systems Using the
- FM stereo signal simulation
- SparseLab21-Core
- signal processing matlab 信号处理中需要的
- Digital signal processing
- BOC信号的捕获 (research on BOC signal c
- Synthetic Aperture Radar Signal Processing wit
- GCC signal time delay
- 阵列信号处理(Array-signal-function)的
- LTE-Synchronous-Signal LTE中主(辅)同步信
- high_cumulation_recognize_signal 高阶循环累
- SIGNAL_edge_dwt 利用小波变换模极大值方
- EEG_WAVELET 用小波方法把脑电信号进行
- cyclostationary-spectrum-sensing 认知无线电
- cyclic 产生FSK
评论
共有 条评论