-
IIR-FILTER
采用双线性变换法实现IIR滤波器 并且用用所设计的滤波器对实际心电图信号采样序列进行仿真滤波处理(IIR filters using the bilinear transformation method and the sampling sequence of the designed filter on the actual ECG signal simulation filtering)
- 2012-04-19 22:23:11下载
- 积分:1
-
HHTsummary
希尔伯特黄变化学习总结,技术文档,含部分matlab代码,希望对大家有帮助(Hilbert Huang change learning summary, technical documentation, containing part of the matlab code, and hope to help everyone)
- 2013-09-04 14:44:09下载
- 积分:1
-
Statistical-learning-methods
该书籍介绍了很好的统计学习方法,能为机器学习和数据挖掘的爱好者提供很好的理论依据。(The book describes the good statistical learning method that can provide a good theoretical basis for machine learning and data mining enthusiasts.)
- 2015-03-21 18:06:33下载
- 积分:1
-
SINS
该代码极其适合初学捷联惯性导航的同学,代码可读性强,适合初学者。(The code is extremely suitable for beginner students SINS, code readability, suitable for beginners.)
- 2020-11-28 21:49:28下载
- 积分:1
-
wimax_phy_layer_simulation_code
WiMAX Physical layer simulator in Matlab
- 2009-10-12 17:56:48下载
- 积分:1
-
MATLAB--rumenjiaocheng
学习matlib的一套很好的入门教程
适合初学者快速入门(Matlib learning portal of a good tutorial for beginners and Quick Start)
- 2009-04-16 19:43:20下载
- 积分: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
-
ieee_tx11n
IEEE 802.11n 发送端matlab代码,含有发送端全部处理流程,包括preamble的生成(IEEE 802.11n tx matlab code)
- 2014-11-19 19:15:34下载
- 积分:1
-
GA-for-Bilevel-Programming
双层规划模型的遗传算法求解的Matlab源码(GA for Bilevel Programming Model with Matlab)
- 2013-12-10 09:53:07下载
- 积分:1
-
dft--convolution--IDFT--fir(finite-impulse-respon
different matlab code for convolution, discrete fourier transform, finite impulse response, inverse DFT, descimator
- 2014-02-07 20:40:35下载
- 积分:1