-
matlab_ga_optimal-compution
基于Matlab遗传算法工具箱的优化计算实现.pdf 还不错哦(Matlab GA optimal compution)
- 2009-06-07 21:06:59下载
- 积分:1
-
理想高通滤波器
(1)理想高通滤波器:(以D0=15为例):
I1=imread("D:Matlabproject低通、高通滤波实验原图.jpg");
figure(1); imshow(I1);title("原图");
>> f=double(I1); % 转换数据为双精度型 g=fft2(f); % 进行二维傅里叶变换
g=fftshift(g); % 把快速傅里叶变换的DC组件移到光谱中心 [M,N]=size(g);
d0=15; %cutoff frequency以15为例 m=fix(M/2); n=fix(N/2);
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-24 10:29:26下载
- 积分:1
-
高斯消元逆代换算法
;%求解n乘n线性系统
- 2022-06-14 10:46:04下载
- 积分:1
-
symbol_syn
同步技术在接收机中是非常重要的,直接关系到解调的好坏,本程序提供了符号同步的源程序代码(Symbol synchronization
)
- 2010-12-06 16:42:29下载
- 积分:1
-
bpsk_ofdm_commtoolbox
i am in need 4g related matlab code.i learning in area of lte-advanced downlink for writing the matlab code
- 2014-10-12 23:48:24下载
- 积分:1
-
New-Text-Document
This is a code for facial recognition. It is implemented in matlab.
- 2014-02-03 13:43:31下载
- 积分:1
-
DVHopimprove
DV-Hop定位算法改进,大大提高了结果的精度(DV-Hop localization algorithm improvements, greatly improving the accuracy of the results)
- 2015-10-19 16:49:50下载
- 积分:1
-
slide_window_filter
滑窗滤波器,实现数据处理 平滑等功能,可自由设置滑窗大小(Slide window fitering)
- 2020-12-18 14:29:11下载
- 积分:1
-
weibull_form
matlab中仿真韦布尔分布杂波的幅度函数以及功率谱分布,并使用plot函数做出理论和实际图形对比(matlab simulation Weibull clutter in amplitude function and the power spectral distribution, and use the plot function to make a comparison of theoretical and practical graphic)
- 2016-04-24 10:33:17下载
- 积分:1
-
AnalysisKSVD
稀疏表示,字典学习,初学者,KSVD等等(Sparse representation dictionary learning, beginners, KSVD etc.)
- 2014-01-05 19:43:52下载
- 积分:1