资源列表
main (5)
- 一个可以实现多路pwm输出的avr汇编代码(pwm and avr and assembly this code est enable to give several output of pwm with 1k Hz)
Piano
- piano con un micro pic16f84a y buzzer
voice_separation
- 一段简单的关于将音乐分离成人声和伴奏音的代码,只是一种思路,通过滤波消除不同频率的声音,得到剩下需要的。(A simple code that aim to separate the song into human voice and background music, just a method, not so accurate. the passband and stopband can be adjust)
svm1
- 支持向量机回归的程序,实现预测,在matlab平台上实现模型训练和预测(Support vector machine regression program to realize prediction)
msssim
- matlab实现mssim算法,全参考客观图像质量评价,对结构相似度ssim算法的改进(Matlab implementation of MSSIM algorithm, the improvement of structural similarity SSIM algorithm based on full reference objective image quality assessment.)
排队论仿真
- 用于排队论仿真的MATLAB代码,代码的每一行都有详细的代码注释。(MATLAB code for queuing theory simulations. Each line of the code has detailed code comments.)
Handling interrupts
- 内中断,汇编程序处理0号除法溢出中断的程序,设置中断向量表,保存中断处理程序。(Internal interrupt, assembler processing division 0 overflow interrupt program, set interrupt vector table, save interrupt processing program.)
fib
- 斐波那契数列的汇编实现,输入两个数字,输出两数之间的斐波那契数(Compilation of Fibonacci Number Series)
谐波合成法1
- 用matlab模拟的谐波合成法脉动风场,可用于风场的分析(The pulse wind field of harmonic synthesis simulated by MATLAB)
框架模态分析final
- 一幢普通框架结构楼房的ANSYS建模及其模态分析(ANSYS modeling and modal analysis of a common frame structure building)
CBF
- 常规波束形成,一维DOA估计,矢量阵,多目标,振元数,频率,信噪比都可以改( U5E38 u9C2 u6C2 u6752 u5F3 u653 u653 u323 U7387 uFF0C u4FE1 u566A u6BD4 u90FD u53EF u4EE5 u6539)
simple mips
- 实现满足下面功能的汇编程序: 输入一个年份n,判断n是否为闰年。 输入格式 输入一个整数n。 输出格式 输出0或者1。输出0代表n不是闰年,输出1代表n是闰年。(judge the year whether is a special year)