登录
首页 » Python » kaldi_cvte_model_test-master

kaldi_cvte_model_test-master

于 2020-06-16 发布
0 200
下载积分: 1 下载次数: 1

代码说明:

说明:  CVTE的模型测试实现。适应下载清华数据(The testing program of the modle of CVTE)

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

发表评论

0 个回复

  • 功能极为强大的可视化汉化集成工具 PE Explorer1.99 R5
    功能极为强大的可视化汉化集成工具,可直接浏览、修改软件资源,包括菜单、对话框、字符串表等; 另外,还具备有 W32DASM 软件的反编译能力和PEditor 软件的 PE 文件头编辑功能,可以更容易的分析源代码,修复损坏了的资源,可以处理 PE 格式的文件如:EXE、DLL、DRV、BPL、DPL、SYS、CPL、OCX、SCR 等 32 位可执行程序。该软件支持插件,你可以通过增加插件加强该软件的功能, 原公司在该工具中捆绑了 UPX 的脱壳插件、扫描器和反汇编器.,非常好用。(The powerful visualized Chinese integration tool can browse and modify software resources directly, including menus, dialog boxes, string tables, etc. In addition, it also has the decompilation ability of W32DASM software and the PE file header editing function of PEditor software, which makes it easier to analyze source code and repair damaged resources. It can handle 32-bit executable programs in PE format such as EXE, DLL, DRV, BPL, DPL, SYS, CPL, OCX, SCR, etc. The software supports plug-ins, you can strengthen the function of the software by adding plug-ins. The original company bundled UPX shell plug-ins, scanners and disassemblers in the tool. It is very useful.)
    2020-06-23 01:00:01下载
    积分:1
  • Delphi纸牌游戏动画特效
    一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:   FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王   FFaceUp:bool; //是否正面朝上   procedure SetCardId(id:Cardinal);//设置扑克牌的编号   procedure SetFaceUp(Flag:Bool); //设置是否正面朝上   function GetValue:integer; //得到扑克牌的点数   function GetSuit:TCardSuit; //得到扑克牌的花色   procedure Paint; override; //画扑克牌的程序   constructor Create(AOwner:TComponent);overload;override; //构造函数   constructor Create(AOwner:TComponent;Id:Cardinal);overload;   procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号   property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号   property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上   property Value:integer read GetValue; //扑克的点数,只读   property Suit:TCardSuit read GetSuit; //扑克的花色,只读
    2022-01-26 05:07:33下载
    积分:1
  • labview_通讯仿真
    labview_通讯仿真Labview_communication simulation(Labview_communication simulation)
    2020-06-24 14:40:01下载
    积分:1
  • GY30光强度传感器
    基于IAP15W4K58S4,使用串口输出测试GY30(Based on IAP15W4K58S4, GY30 is tested with serial output)
    2020-06-22 04:40:02下载
    积分: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
  • jspsmartupload图片上传类及示例 v2.0
    基于jspsmartupload.jar类的jsp图片上传系统,数据库采用MSSQL,支持2级分类,您可以根据需要自己定制为三级。可以设置上传文件大孝文件类型、文件路径、生成缩略图,重命名等操作。jspsmartupload.jar上传组件必须放在tomcatcommonlib下面,或者tomcatsharedlib下面。   数据库在系统里面,自行导入或还原。
    2023-09-02 18:20:03下载
    积分:1
  • hanning
    说明:  用hanning窗的插值FFT算法,适用于电力系统信号的谐波分析(Hanning window with interpolation FFT algorithm, applied to power system harmonic analysis signals)
    2008-11-25 22:39:26下载
    积分:1
  • ch1
    实现一个可编程表达式的计算器,并判断输入的表达式是否正确。(Expression of the realization of a programmable calculator, and determine the expression entered is correct.)
    2009-05-25 18:50:16下载
    积分:1
  • 代码
    基于matlab的男女生辨别系统,根据基音频率进行辨别,在安静环境内,识别度较高(Matlab-based male and female discrimination system, based on the pitch frequency to identify, in a quiet environment, the recognition degree is higher)
    2020-06-17 12:40:01下载
    积分:1
  • chuankou
    说明:  c#作为上位机与下位机通信,实现控制电机的各种动作,(C#, as the communication between the upper computer and the lower computer, realizes various actions of controlling the motor.)
    2019-03-06 15:57:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载