-
Doc7
设计滤波器的各种窗函数的源代码,非常有用,和大家分享,快来下载学习哦!!(A variety of window functions designed to filter the source code, very useful to share, come to learn oh download!!)
- 2010-01-01 20:07:56下载
- 积分:1
-
apf
基于matlab的APF仿真实验模型,很好的模型,可以直接使用,仿真环境matlab2010A(The APF simulation model based on MATLAB, a very good model, can be used directly, matlab2010A simulation environment)
- 2013-03-04 08:59:40下载
- 积分:1
-
matlab-dsp-of-chengyayong
陈亚勇的信号处理在MATLAB中的应用,好书(Of Chen Yayong the signal processing in MATLAB, a good book)
- 2012-10-04 22:12:54下载
- 积分:1
-
windmppt
风机 直驱永磁同步风力发电机 最大功率跟踪 自己搭的永磁发电机模型(Fan Direct-drive permanent magnet synchronous wind turbine Maximum power tracking Self-rigid permanent magnet generator model Suitable for beginners to learn)
- 2020-12-10 17:29:19下载
- 积分:1
-
Mosaicapication
说明: 图像匹配,拼接等源程序,里面附有图片的说明的(image matching,stiching based on matlab)
- 2011-03-30 15:54:48下载
- 积分:1
-
code
matlab 的短时傅里叶变换代码, STFT, 简洁实用(code of STFT with matlab)
- 2020-09-22 10:17:51下载
- 积分:1
-
equalizer
its help ful for learning adaptive filter
I hope that you have good learning adaptive filter
- 2014-01-21 02:07:29下载
- 积分:1
-
matlab
傅里叶变换,系统信号转换有关,频域时域变换问题(Fourier transform, the system signal conversion is related to the frequency domain the domain transform)
- 2012-05-23 13:19:27下载
- 积分:1
-
eg19-PNN-guzhangzhengduan
《MATLAB神经网络30个案例分析》中的第19个例子,案例19 概率神经网络的分类预测-基于PNN变压器故障诊断。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 19 example, 19 cases of probabilistic neural network classification prediction based on PNN transformer fault diagnosis. Hope to have certain help to everybody!
)
- 2013-09-20 16:34:49下载
- 积分:1
-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1