资源列表
[数学计算/工程计算] LabVIEW CIC Filter for 1bit PDM
说明:LabVIEW編寫之多階 Cascaded Integrator Comb Decimation Filter, 用於解調1bit PDM 數字資料流, 還原成時域波形, 程式一併產生頻域波形及SNR, THD分析. 1bit PDM 數字流常由Delta-Sigma ADC產生, MEMS數字麥克風亦輸出此格式數字流. 程式版本: LabVIEW 2009 with S&V module, Digital Filter toolkit.<kbxkbx> 在 2010-10-13 上传 | 大小:573.37kb | 下载:4
[matlab例程] Matlab_Harris
说明:用matlab做的,而且有图片和解释。我用了2个小时写的,虽然不太好,还是可以供大家参考的。-using Matlab done, but pictures and explanation. I spent two hours writing, though not very good, or to be available for reference.<邱延军> 在 2025-07-14 上传 | 大小:574kb | 下载:0
[数据结构常用算法] ACKFunction
说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-Ackermann achieve statistical a<李昭明> 在 2025-07-14 上传 | 大小:574kb | 下载:0
[人工智能/神经网络/遗传算法] Chapter05
说明:使用遗传算法解决tsp问题,vc++6.0实现-Tsp using genetic algorithms to solve the problem, vc++ 6.0 to achieve<lihongda> 在 2025-07-14 上传 | 大小:574kb | 下载:0
[matlab例程] Qpskmatlabsimulink
说明:主要讨论了QPSK的调制解调原理,分析了它们的调制解调实现过程-Mainly discussed the QPSK modulation and demodulation principle, an analysis of their realization of the process of modulation and demodulation<huanghao> 在 2025-07-14 上传 | 大小:574kb | 下载:0
[人工智能/神经网络/遗传算法] 模拟退火算法
说明:模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, is a kind of algorithm based on probability, the solid h<ZJN27> 在 2025-07-14 上传 | 大小:573kb | 下载:0