-
matlab_vc
如何在vc6中调用matlab引擎进行科学计算。
包括,初始化引擎,数据交换等。(How to call matlab engine vc6 for scientific computing. Include engine initialization, data exchange, etc..)
- 2007-12-05 20:11:42下载
- 积分:1
-
The-nonlinear-least-square-method
c语言非线性最小二乘法的程序,解决非线性最小二乘法问题(The nonlinear least square method)
- 2014-12-10 14:46:46下载
- 积分:1
-
EchoCancellation
在github上下载的回声消除程序,有文档和代码,代码有MATLAB的和stm32的,可以借鉴参考下(Refer to the following on github download echo cancellation procedures, documentation and code, the code has MATLAB and stm32 can learn)
- 2014-11-05 09:45:51下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
C-Kalman
卡拉曼滤波器的c语言实现!非常好!很可以初学者使用!(Karaman filter c language! Very good!)
- 2011-10-21 15:59:29下载
- 积分:1
-
NRFlowOfCartesian
基于直角坐标的牛顿拉弗逊法潮流计算程序,经过IEEE14模型测试。(the newton_lafason power flow )
- 2014-11-19 15:43:17下载
- 积分:1
-
yuce18001944
MATLAB 最小二乘支持向量机 已知三个月的风速进行预测之后5天的风速(After MATLAB squares support vector machine known three-month forecast wind speed wind 5 days)
- 2015-06-19 19:11:31下载
- 积分:1
-
OpticalFlow
Optical Flow example
- 2011-12-13 01:21:09下载
- 积分:1
-
局部二值模式LBP
lbp实现图像的特征提取,可得到图像的直方图特征。(LBP realizes the image feature extraction, and can get the histogram features of the image)
- 2017-11-20 15:24:05下载
- 积分:1
-
ucgui3.2-vc6.0
基于嵌入式GUI的设计源码,在windows上开发(based on vc6.0, the GUI of embeded OS)
- 2014-02-14 16:02:08下载
- 积分:1