-
Virtual-experiment-based-on-MATLAB
微波与天线,课程中基于MATLAB的虚拟实验。对上课很有帮助(Microwave and antenna, the virtual experiment based on MATLAB course. Very helpful for class)
- 2013-10-24 12:12:12下载
- 积分:1
-
wavelet
matlab实现软硬阈值函数的图像去噪,附带一张测试图片矩阵lenna.mat(matlab image denoising hard and soft threshold function, with a test image matrix lenna.mat)
- 2013-12-04 15:49:41下载
- 积分:1
-
Convex-Optimization
此程序为凸优化算法,采用了最新的凸优化工具箱CVX(This program is a convex optimization algorithm, using the latest CVX convex optimization toolbox)
- 2013-08-10 17:09:13下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
ka_zhuliu_sita
利用基尔霍夫(KA)驻留相位近似求解粗糙面散射系数(Use the Kirchhoff (KA) stationary phase approximation solution of rough surface scattering coefficient)
- 2014-11-27 11:31:44下载
- 积分:1
-
bss
unified model of bss
- 2012-12-02 12:31:41下载
- 积分:1
-
fir_N
根据过渡带宽及阻带衰减要求,选择窗函数的类型并估计窗口长度N(或阶数M=N-1),窗函数类型可根据最小阻带衰减As独立选择
(According to the transition bandwidth and stopband attenuation requirements, select the type of window function and estimate the window length N (or the order of M = N-1), type of window function according to the minimum stop-band attenuation can be independently selected As)
- 2011-02-01 13:17:08下载
- 积分:1
-
fdatool
一份FDAtool使用、参数设置较详细的资料( FDATOOL)
- 2013-09-03 19:11:05下载
- 积分:1
-
intelligent-algorithm11-15examples
matlab 智能算法30个案例分析11-15例的代码(intelligent algorithm matlab analysis of 30 cases, 11-15 cases of code)
- 2011-11-01 21:30:41下载
- 积分:1
-
LM
说明: 采用贝叶斯正则化算法提高bp网络的性能,即L-M优化算法(The use of Bayesian regularization algorithm to improve network performance bp, that is, LM optimization algorithm)
- 2009-04-30 16:41:56下载
- 积分:1