登录
首页 » matlab » 声品质四种参数

声品质四种参数

于 2020-07-01 发布
0 174
下载积分: 1 下载次数: 7

代码说明:

说明:  声品质中的响度,尖锐度,粗糙度以及起伏度四种声品质参数计算matlab例子编程(he calculation of loudness, sharpness, roughness and undulation in sound quality by MATLAB)

文件列表:

function.docx, 19485 , 2020-06-04

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

发表评论


0 个回复

  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • tulun
    数学建模中常用的图论程序,经整理,有注释(Commonly used mathematical modeling of graph theory program, collated, annotated)
    2013-05-19 22:19:46下载
    积分:1
  • aircraft
    This is used for aircraft projects ,where it contains the aircraft related papers
    2014-01-04 01:18:59下载
    积分:1
  • chap2_1
    说明:  《变结构控制与MATLAB仿真》书中第二章例一的变结构控制程序( Variable Structure Control and MATLAB Simulation chapter book cases one of the variable structure control procedures)
    2008-10-16 23:12:01下载
    积分:1
  • Matlab-PDE
    用Matlab程序求解pde问题,同时显示解的图形(Solving pde problems with the Matlab program, also shows a graphical solution)
    2011-11-09 11:31:02下载
    积分:1
  • aab
    相位重构用matalab编写的,感觉很不错,看看吧 (Written in phase reconstruction with matalab feels really good to see it)
    2010-08-03 21:55:22下载
    积分:1
  • xbresson_2009_NLTV
    compressive sensing theory
    2013-08-16 22:11:28下载
    积分:1
  • Developing_Measurement_and_Analysis_Systems_using
    developing measurements analysing matlab
    2010-10-17 21:33:37下载
    积分:1
  • 8
    说明:  对s进行小波分解,提取小波分解的低频系数,提取小波分解的各层高频系数,绘出各系数的图形(Wavelet decomposition of the s to extract the low frequency coefficients of wavelet decomposition to extract the layers of high-frequency coefficients of wavelet decomposition, the coefficients of the graphics drawn)
    2010-11-06 20:54:30下载
    积分:1
  • TraficLights
    daqaxis help for national instruments
    2009-05-24 20:16:08下载
    积分:1
  • 696518资源总数
  • 104921会员总数
  • 16今日下载