-
011fir16_matlab
给出了通过MATLAB设计FIR滤波器的程序,只需要输入滤波器类型和参数就能设计出特定滤波器,并产生DSP需要的数据,很有意义。(MATLAB is given through the FIR filter design process, only the type and parameters of input filter will be able to design a specific filter, and DSP have the data needed and meaningful.)
- 2009-06-15 10:31:19下载
- 积分:1
-
guihuawenti
matlab经典算法,规划问题,包括优化问题实验(matlab classic algorithms, planning issues, including the optimization of experimental)
- 2010-01-29 10:29:24下载
- 积分:1
-
circle_fit
说明: 圆拟合,通过已知的多组数据,拟合出最小误差的圆(Given a set of measured x,y pairs that a re supposed to reside on a circle, but with some added noise. A circle to these points, i.e. find xc,yc,R, such that (x-xc)^2+(y-yc)^2=R^2)
- 2009-08-27 06:38:28下载
- 积分:1
-
videoread
一种视频读取方法,并将avi视频从8位无符号数转变为双精度,再转变为张量(a video read method,changing it from uint8 to double then to tensor)
- 2013-05-06 19:43:49下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
libsvm-3.12
code matlab svm ( suport vector machine )
- 2014-06-11 18:33:36下载
- 积分:1
-
matlab
MATLAB课件 包含了基本和最常用的应用函数,可以在短时间内帮你学会使用MATLAB(MATLAB LESSONS the basic functions you may use mostly
)
- 2010-06-22 22:07:31下载
- 积分:1
-
singal_system_analysis
随机信号分析MATLAB的重要的仿真实例,有几个常用的仿真源代码,希望能够对修这门课的学生有用。(The document contains some useful functions some important Simulation examples of random signal and i think it is Practical。)
- 2009-05-21 17:41:51下载
- 积分:1
-
dds_generate
DDS产生250-350M正弦波。相位量化处理,按M长度(DDS 250-350M generated sine wave.Phase quantization processing, according to M length)
- 2011-09-14 21:45:16下载
- 积分:1
-
bpf
Band Pass Filter matlab command
- 2013-10-09 00:08:08下载
- 积分:1