Matlab code for simulation of radar received power versus range. There are other files for additiona
Matlab code for simulation of radar received power versus range. There are other files for additional features like aper...
m-Files是一款强大的文档管理和协作工具,专为电子工程师设计,支持高效的数据存储与检索。适用于研发、生产及项目管理等多个领域,帮助企业实现文件的全生命周期管理。掌握m-Files技术不仅能提升个人工作效率,还能增强团队协作能力。本站提供3147个m-Files相关资源免费下载,涵盖教程、案例分析...
Matlab code for simulation of radar received power versus range. There are other files for additional features like aper...
Pascal 7 to Delphi 2005 code conversion or update to replace pascal unit files Graphics, Keyboard, Mouse commands to eq...
Attempt to write voice dictionary: search and play wav files (could be obtained from stardict voice dictionary). Netbean...
Voice dictionary for mobile - search and play wav files (voice dictionary could be obtained from stardict web site) For...
L3_1.m: 純量量化器的設計(程式) L3_2.m: 量化造成的假輪廓(程式) L3_3.m: 向量量化器之碼簿的產生(程式) L3_4.m: 利用LBG訓練三個不同大小與維度的碼簿並分別進行VQ(程式) gau...
凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26