-
4VCaMatlab-paper
VC调用matlab 编程的论文,值得参考(VC call matlab programming paper, worth considering)
- 2011-09-30 09:46:40下载
- 积分:1
-
Proficient-in-Matlab-and-C-CPP-V2
matlab与VC++混合调用的经典教程(Classic tutorial matlab mixed with VC++ call)
- 2015-03-02 10:19:14下载
- 积分:1
-
xinhaochuli
用matlab实现信号的基本处理,还要学会用matlab进行分析(Using matlab to achieve the basic signal processing, but also learn how to use matlab for analysis)
- 2009-12-23 20:45:35下载
- 积分:1
-
gongetidu-
Total gradient method extremum If using MATLAB is not difficult, but with C + + is not very easy.(Total gradient method extremum If using MATLAB is not difficult, but with C++ is not very easy.)
- 2012-09-22 11:13:47下载
- 积分:1
-
MATLABCodeToCcode
介绍了如何利用Mathh的Realtime Workshop代码生成工具将Simulink模型自动转换成C代码的方法(This paper proposes a method of using the RTW (Real-Time Workshop)code generation tool to convert Matlab to the C code.)
- 2009-09-12 16:51:13下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
Caverage
c均值算法用vc实现。作为重要的算法,c均值有广泛的应用(c-means algorithm by vc realize. As an important algorithm, c the mean has a wide range of applications)
- 2008-06-01 13:05:25下载
- 积分:1
-
guidefilter
引导滤波guidedfilter的opencv实现(guidedfilter s opencv version)
- 2015-04-01 22:56:18下载
- 积分:1
-
Blur3
A Survey of Gaussian Convolution Algorithms
高斯卷积方面的综述文档和源码 可以供相关人员参考(A Survey of Gaussian Convolution Algorithms
digital image processing)
- 2014-09-02 19:13:58下载
- 积分:1
-
Equal-area-azimuthal-projection
Equal area azimuthal projection
- 2015-01-13 15:32:27下载
- 积分:1