登录
首页 » matlab » Matlabvoice

Matlabvoice

于 2020-09-01 发布 文件大小:1KB
0 186
下载积分: 1 下载次数: 5

代码说明:

  通过计算机上的多媒体卡,按照下列过程进行声音信号的录制、处理和回放,观察处理前后的波形,同时比较声音信号处理前后的效果。 1、 将录制的信号反褶以后播放(反褶以后的信号移到t=0点开始)。 2、 将录制的信号改变取样率(相当于进行了尺度变化)以后播放。 3、 将录制以后的信号延时1s,并将幅度降低一半,接着与原来的信号相加,然后播放。(Multimedia card on your computer, follow the process for recording, processing, and playback sound signal waveform observed before and after treatment, while comparative effectiveness sound signal before and after treatment. 1, the signal recorded after deconvolution player (deconvolution signal moves after t = start 0:00). 2, the signal is changing the sample rate recording (is equivalent to a scale change) later playback. 3, after the recorded signal delay 1s, and reduce the rate by half, and then with the original signal are added, then play it.)

文件列表:

Matlab声音.txt,1170,2015-06-10

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

发表评论

0 个回复

  • mi
    说明:  matlab 互信息理论主要函数的工具包,包括互信息,熵的计算公式等程序(the main function of mutual information theory matlab toolkit, including the mutual information, entropy calculation)
    2010-04-13 16:44:46下载
    积分:1
  • MATLAB_PICTURE_PROCESSING
    使用MATLAB,实现以下四个功能 一、获取图片RGB值:给定一张图片,获取点(x,y),以及(x,y)周围8个点的R、G、B值。 二、实现rgb2gray函数:使用matlab实现rgb2gray的功能,并能计算出转换后灰度图片的方差。 三、灰度图对比度增强:分别使用灰度拉伸和直方图均衡化,增强给定图的对比度。 四、图像去噪:对给定图片加椒盐噪声,并选择两个去噪算法去除椒盐噪声。 (Using MATLAB, to achieve the following four functions First, access to image RGB value: Given a picture, get the point (x, y), and (x, y) around 8 o clock in the R, G, B values. Second, the realization rgb2gray function: using matlab realize rgb2gray functions, and can calculate the variance after the conversion of grayscale image. Third, the grayscale contrast enhancement: namely, the use of gray stretch and histogram equalization, contrast enhancement given graph. Fourth, the image denoising: for a given image add salt and pepper noise, and you know at least two denoising algorithm to remove salt and pepper noise. )
    2020-11-18 10:19:38下载
    积分:1
  • 单音素语音的递归定量分析
    可以通过CC 方法进行相空间重构,计算嵌入维数和延迟时间,在此基础上,对单音素语音进行递归图和递归定量分析。(The CC method can be used to reconstruct the phase space and calculate the embedding dimension and the delay time. On this basis, the monosyllabic speech is recursively and recursively analyzed.)
    2020-10-15 00:07:30下载
    积分:1
  • jinjin3
    数据处理及误差分析采用了matlab软件来实现,它的界面虽然没有VB等直观简便,但其可调用的函数多,实现起来比较方便,程序中已经实现的功能有: (1)求算术平均值; (2)求残余误差(绝对误差); (3)求标准差; (4)判断粗大误差,如果发现粗大误差,剔除粗大误差后再进行计算; (5)判断数据是否具有线性误差或者周期性误差。 (Data processing and error analysis using matlab software to achieve, its intuitive interface, while not VB so simple, but its function can be called many realize it was easier, the program has been implemented features are: (1) Find the arithmetic mean (2) Find the residual error (absolute error) (3) Find the standard deviation (4) to determine gross error, if found to gross error, calculated after excluding gross error (5) to determine whether data has linear error or Periodic error.)
    2010-07-13 20:36:57下载
    积分:1
  • biometrics_network_security
    biometric recognition
    2011-01-01 13:48:06下载
    积分:1
  • emd
    利用matlab离线处理数据实现经验模式分解(EMD)算法(Offline data processing using matlab to achieve empirical mode decomposition (EMD) algorithm)
    2013-11-13 18:42:34下载
    积分:1
  • Matlab--Incremental-SVM
    提供了完整的增量式支持向量机的matlab原代码程序,便于初学者学习(Provides a complete incremental SVM matlab program source code, easy for beginners to learn)
    2020-06-28 18:00:01下载
    积分:1
  • lms
    说明:  lms自适应滤波器算法在MATLAB仿真实现(lms adaptive filter algorithm in MATLAB Simulation)
    2010-03-18 14:58:12下载
    积分:1
  • 57578859matpower3.1b2
    说明:  matlab数值编程使得数值计算工作量大大减轻,但是由于它其实是一种解释语言,而且没有国际标准,另外也没法在没有安装matlab的计算机上运行,不能用于计算密集型应用场合,极大地限制了它地应用,主要应用于物理,数学和化学,部分工程应用领域的计算工作量小的科技工作者。计算工作量大的工作,如流体力学求解,虽然matlab有解偏微分方程组的方法,但那几乎是用来作为例子来说明的,换句话说,只能作为上课例子。大型流体力学计算是计算密集型的一个例子,需要高效运算程序或并行化处理。 (chao liu ji suan)
    2010-04-01 11:04:25下载
    积分:1
  • DownUpSampling_ByFactor2
    该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。 图片1.原始图片。 图片2.平滑滤波器降采样&像素点直接复制升采样。 图片3.平滑滤波器降采样&线性插值升采样。 图片4.不使用平滑滤波器降采样&像素点直接复制升采样。 图片5.不使用平滑滤波器降采样&线性插值升采样。 (The code to achieve a 2-factor image upsampling and downsampling function. Down-sampling (with using the averaging filter) and do not use smoothing filter (without using the averaging filter) are two ways to use the smoothing filter. Upsampling including the pixels copied directly (pixel replication method) and linear interpolation (bilinear interpolatoin method) two methods. Down-sampling method and liters a total of four combinations of sampling methods. The program is running, it shows a picture of an original picture and four results. Picture 1 original picture. Photo 2. Smoothing filter downsampling & the pixel directly copied liter sample. Photo 3. Smoothing filter downsampling & the linear interpolation liter sampling. Picture 4. Smoothing filter down-sampling & the pixels directly copied liter sampling. Picture 5. Use smoothing filter down-sampling & the linear interpolation liter sampling.)
    2012-11-25 16:01:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载