登录
首页 » matlab » matlab录音与音频处理GUI界面

matlab录音与音频处理GUI界面

于 2018-06-23 发布 文件大小:437KB
0 128
下载积分: 1 下载次数: 26

代码说明:

  基于MATLAB的GUI界面程序,语音信号处理,DSP。 效果不错。(GUI interface program based on MATLAB)

文件列表:

matlab录音与音频处理GUI界面\daopu.jpg, 63029 , 2008-05-12
matlab录音与音频处理GUI界面\fft.jpg, 97725 , 2008-05-12
matlab录音与音频处理GUI界面\gonglvpu.jpg, 85469 , 2008-05-14
matlab录音与音频处理GUI界面\haha.jpg, 29588 , 2008-05-12
matlab录音与音频处理GUI界面\mynewwav.wav, 69164 , 2008-05-12
matlab录音与音频处理GUI界面\myv.wav, 58604 , 2008-05-12
matlab录音与音频处理GUI界面\mywav.wav, 32044 , 2011-06-07
matlab录音与音频处理GUI界面\result.jpg, 61190 , 2008-05-12
matlab录音与音频处理GUI界面\sigany.asv, 28218 , 2008-05-14
matlab录音与音频处理GUI界面\sigany.fig, 9824 , 2008-05-14
matlab录音与音频处理GUI界面\sigany.m, 28197 , 2008-05-14
matlab录音与音频处理GUI界面\siganyb.m, 27220 , 2008-05-14
matlab录音与音频处理GUI界面\start.jpg, 32860 , 2008-05-14
matlab录音与音频处理GUI界面\untitled.jpg, 34142 , 2008-05-12
matlab录音与音频处理GUI界面\wave.jpg, 61190 , 2008-05-12
matlab录音与音频处理GUI界面\yu.jpg, 48834 , 2008-05-12
matlab录音与音频处理GUI界面\yuputu.jpg, 86958 , 2008-05-14
matlab录音与音频处理GUI界面, 0 , 2011-06-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ULA
    说明:  使用JADE算法对L型阵列接收信号实现主瓣干扰抑制(Using jade algorithm to suppress the main lobe interference of L-array receiving signal)
    2021-04-08 16:07:03下载
    积分:1
  • RobotViewCoDE
    机器人避让障碍物的一个测试程序,主要关注的是算法本身,测试的时候只要点击设定里面的设置障碍物然后寻道即可。(Robot avoid obstacles a test procedure, the main concern is the algorithm itself, the test set when clicking inside the obstacle and then seek to set up.)
    2013-07-03 11:47:15下载
    积分:1
  • 09-MIMO系统容量仿真程序
    说明:  function C=capacity(SNR,Nt,Nr) %SNR=0; %定义信噪比为0HZ A=10^(SNR/10); %信噪比的单位转换关系式 Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数 sum=0; %初始化sum为0 for i=1:10000 %程序循环10000次 H=randn(Nr,Nt); %产生高斯信号源 if Nr<Nt Q=H*H'; %求威沙特矩阵 else Q=H'*H; end sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和 end C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr) %SNR = 0;% defines SNR as 0Hz A = 10 ^ (SNR / 10);% s / N unit conversion relation Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna Sum = 0;% initialize sum to 0 For I = 1:10000% program cycles 10000 times H = randn (NR, NT);% produces Gaussian signal source if Nr<Nt Q = h * H ';% to find the weissard matrix else Q=H'*H; End Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles End C = sum / 10000% average of 10000 cycles)
    2020-09-12 04:39:02下载
    积分:1
  • 这个是桌球的游戏,还没有全部完成,希望多多指教,改进之后的版本...
    这个是桌球的游戏,还没有全部完成,希望多多指教,改进之后的版本-This is a snooker game, has completed the hope that the exhibitions, improved version after
    2022-04-10 05:58:56下载
    积分:1
  • libpcap
    linux 上libpcap开发包,可实现类似于tcpdump之类的开发(Libpcap development kit on linux)
    2020-06-23 19:00:02下载
    积分:1
  • 自动配色
    自动配色印花行业自动配色软件,一流技术水平,很方便(Automatic color matching software in automatic color matching printing industry, first-class technical level, very convenient)
    2019-03-19 12:34:00下载
    积分:1
  • ex_01a_simple_tx
    example 01a simple tx example
    2018-05-22 19:30:04下载
    积分:1
  • CLOCK
    钟面上的时针和分针之间的夹角总是在 0 ~180之间 ( 包括 0 和180 ) 。举例来说,在十二点的时候两针之间的夹角为 0 ,而在六点的时候夹角为180 ,在三点的时候为90 。本题要解决的是计算 12:00 到 11:59 之间任意一个时间的夹角。(The angle between the hour and minute hands of the clock face is always between 0 to 180 (including 0 and 180). For example, twelve o' clock, when the angle between the two pin 0, in the six o' clock when the angle is 180, three points for 90. This question must be resolved are the angle of the calculation of 12:00 to 11:59 any one time.)
    2011-06-28 13:14:11下载
    积分:1
  • 8976564675
    VB显示最近打开的文件记录,有需要的就下载吧。(VB show records of recently opened files, there is a need to download it.)
    2013-08-23 18:28:23下载
    积分:1
  • CSharp
    说明:  Ejemplos de codigos para visual studio C#
    2019-05-23 02:46:37下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载