资源列表
[matlab例程] generate_arb_waveform
说明:matlab 控制 AWG(任意波形发生器) 的代码。- This is the machine generated representation of an instrument control session using a device object.<liu> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[matlab例程] heliuchaojihe
说明:合流超几何函数是处理较为复杂的语音处理算法中的较为常见的程序,它在MATLAB中能够正确实现相对有些困难,附上的程序能够在语音增强算法中正确运行。-Confluent hypergeometric function is dealing with more complex voice processing algorithms in the more common procedures, it can be correctly implemented in MATLAB relatively s<王> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] TSP
说明:模拟退火算法求解旅行商问题 程序使用的参数说明:初始温度的选取方法:取一个确定值:280度 状态被接受的条件:如果delta f < 0, 则At = 1,否则At = exp(-delta f / t) 降温算法:采用等比例下降的方法,比例系数为0.95 同一温度内计算结束的条件: 在每个温度下采用固定的迭代次数,Lk=100n,n为城市数; 算法结束条件: 当相邻三个温度得到的解无任何变化时算法停止。 -Simulated annealing algo<朱茵茵> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] 1235284879
说明:包括了visual basic 中进行数值算法的系列程序,包括高斯迭代、追赶法等。-a series of procedures of visual basic numerical algorithms, including Gauss iteration, catch method and so on.<alfjsla> 在 2025-06-28 上传 | 大小:29kb | 下载:0
[matlab例程] PRBS_Generator
说明:自写的PRBS 伪随机数生成程序, 可用,-参见Matlab help中"seqgen.pn" 及 "PN Sequence Generator" 及"Pseudorandom Sequences" 相关内容<liu> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[matlab例程] Meucci_MCA
说明:Copula-Marginal 算法,他可以生成风险和资产投资组合连接函数。 -Copula-Marginal algorithm<tom> 在 2025-06-28 上传 | 大小:5kb | 下载:0
[matlab例程] shengwenshibiequandaima
说明:声纹识别的全代码,用于声纹识别的编程,在MATLAB开发环境中实现。-The voice print recognition of the code to the voice print recognition of programming, realize the development environment in MATLAB.<紫微> 在 2025-06-28 上传 | 大小:186kb | 下载:0
[matlab例程] 12.11.Cichocki
说明:Cichocki教授的一些关于盲源分离的研究成果。内容主要在于盲源的提取。是一部分很好的内容。-Cichocki D.R,blind source separation,blind source extraction<张一川> 在 2025-06-28 上传 | 大小:11.3mb | 下载:0
[数据结构常用算法] PRIME-TEST
说明: 素数测试问题, 如果把乘、除法(包括取模)看成常数时间, 则算法的时间复杂度为 (k)= (log m)=O(log n)。 而当n极大时,与n在同一数量级的两个数相乘除, 不超过O(log2n)次二进制位操作。 ∴算法的时间复杂性为O(log3n)二进制位操作 -Prime test, If the multiplication, division ( including the modulus as a constant<朱茵茵> 在 2025-06-28 上传 | 大小:1kb | 下载:0