• 大小: 621B
    文件类型: .m
    金币: 2
    下载: 2 次
    发布日期: 2021-07-30
  • 语言: Matlab
  • 标签:

资源简介

使用matlabgui 进行双音频仿真实验,通过使用熟悉,gui编程,同时提升对双音频信号频谱分析处理应用能力

资源截图

代码片段和文件信息

table=[6971209;7701336;8521447;942633];
Fs=8000;
code =input(‘please input the code NO‘);
snr=input(‘please inpu the SNR‘);
n=(0:511);
FFTN=1024;
Nn=randn(1length(n));
amp=sqrt(2*10^(snr/10));
if code==0
    f1=941;
    f2=1336;
else
    f1=table(fix((code-1)/3)+11);
    f2=table(code-3*(fix((cod

评论

共有 条评论

相关资源