搜索资源列表
matlab-signal
- 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two conse
jpeglsv2.2
- JPEG连续色调静止图像无损压缩的最新标准JPEG LS的C语言实现,还带有一个很友好的图形用户界面,那些学习图像编码的工程师可以参考一下这个实现的源代码。
C-MATLAB6.5_for_M_file
- C语言实现MATLAB 6_5中M文件的方法 。
code.rar
- matlab仿真通过的降噪程序,提供c语言实现的各种降噪算法。还包括对椒盐噪声有很好抑制作用的一组新算法。,matlab simulation of the noise reduction process through the provision of a variety of c language to achieve noise reduction algorithm. Also includes a very good inhibition of salt and pepper nois
TheFirstExpT
- C语言实现数字信号处理信号过系统(FIR、IIR型滤波器,含画图子函数。) 需:include"graphcis"-C-signals over the digital signal processing systems (FIR, IIR filters, including drawing subroutine.) Must: include " graphcis"
gmsk_mod_demod
- GMSK C语言实现其调制和解调,并提供了仿真程序-gmsk modulation——demodulation
MarkovFeatures
- 图像JPEG系数域,Markov 900维 特征提取,Matlab 下,C语言实现-Image JPEG coefficient domain, Markov 900-dimensional feature extraction, Matlab under, C language
c_kriging01
- kriging(克里金插值法)的C语言实现。kriging在各个领域都有广泛的研究-the simulation of kriging by C, the kriging algorithm has become more and more popular in many area.
PID-c
- 一个用Visual C语言编写的PID控制程序,在MATLAB上运行实现。-A language with Visual C of PID control procedures, running in MATLAB to achieve.
Lab0503-FFT
- FFT蝶形运算,C 语言,可有MATLAB M 语言转换实现-FFT butterfly computation, C language, MATLAB M language can be converted to achieve
Mat
- 对MATLAB的MAT文件进行读书,用C++语言实现-read and write mat files, using C++ Language
code2009
- 利用极大似然估计算法实现瞬时频率估计,主要采用c++语言实现-with the maximum likelihood estimation ,get instant frequence,it over with C++ code
yuyinchulichengxv
- 对给定语料估计其基音周期。 要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果。 -For a given corpus to estimate the pitch period. Required to use MATLAB or C language realization of the pitch detection algorithm, and gives test results.
fir
- 在TMS320C54x系统开发环境CCS(Code Composer Studio)下对FIR滤波器的DSP实现原理进行讨论。利用C语言设计相应的滤波器,通过实验仿真,从输入信号和输出信号的时域和频域曲线可看出在DSP上实现的FIR滤波器能完成预定的滤波任务。
floyd
- C语言实现弗洛伊德路径搜索,同时为了提供接口,使用命令行方式给出原始矩阵地址,并且也已txt文本形式将结果保存。测试效果:一个需要在MATLAB中运行8秒的矩阵,在使用该程序时,总共只用了5秒(MATLAB初始化数据+调用该程序+该程序运行+返回至MATALB所用的时间)。而在MATLAB中使用该程序与调用函数相差不大。-C language Freud path search, and in order to provide an interface, use the command line
butterworth--in-C
- matlab中的巴特沃斯滤波器的C语言实现-matlab butterworth filter in C language
混合蛙跳C语言
- 用C语言编程实现的混合蛙跳算法(SFLA),该算法于2003年首次提出~!(The shuffled frog leaping algorithm with C language programming (SFLA), the algorithm is put forward for the first time in 2003!)
hilbert
- matlab程序hilbert的c语言实现版 对于数据量大于64,可能会成为死循环。(The C language implementation version of the matlab program Hilbert If the amount of data is greater than 64, it may become a dead cycle.)
2466992src
- 希尔伯特黄变换的C语言实现,包括希尔伯特谱分析,瞬时频率的求解等。(Hilbert Huang Transform C language, including Hilbert spectral analysis, such as instantaneous frequency solution.)
NSGA-II算法C语言代码
- 基于NSGA-II算法原理,利用C语言实现了交叉、变异、以及非支配排序、拥挤度计算等算法模块。