-
tltest
双均线趋势交易
双均线趋势交易
双均线趋势交易(trend following)
- 2010-11-03 21:52:21下载
- 积分:1
-
invertedpendulum
利用matlab搭建的有关pendulum的仿真程序,已经调试完毕,可以直接使用(Matlab built using the simulation program on the pendulum has finished debugging, you can directly use)
- 2008-06-01 11:19:27下载
- 积分:1
-
Wireless_LAN_without_pilot
This is matlab simulation source code for ASP digital communication system.
- 2011-05-16 10:53:32下载
- 积分: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
-
SVPWMsimulink
SVPWM仿真用simulink,基本出来了(svpwm)
- 2010-01-19 22:14:39下载
- 积分:1
-
gaussQAM_snr
通信信号中编解码技术的研究,通过生成OFDM信号,经过快速傅里叶变换与反变换,最后用16QAM解调,计算信噪比。(Communication signal encoding and decoding techniques, but by generating OFDM signals, through the fast Fourier transform and inverse transform, and finally with 16QAM demodulation, signal to noise ratio calculation.)
- 2010-09-02 10:28:19下载
- 积分:1
-
Signal-Processing
说明: 《统计信号处理基础 估计与检测理论》,该书本书是一部经典的有关统计信号处理的权威著作。全书分为两卷,分别讲解了统计信号处理基础的估计理论和检测理论。(" Statistical signal processing based estimation and detection theory" , the book This book is a classic authority on statistical signal processing work. The book is divided into two volumes, respectively, to explain the basis of statistical signal processing, estimation theory and detection theory.)
- 2011-04-04 23:33:21下载
- 积分:1
-
Matlab5.1
matlab教程的pdf文件(上),华中科技大学的内部资料(matlab tutorial pdf file (on), Huazhong University of Science and Technology)
- 2008-03-25 18:36:33下载
- 积分:1
-
Ahmed-Farhan_092477_Exp-00
This code is useful. It can help the people to run the program nicely. It was done by me as my project work.
- 2013-01-12 02:11:55下载
- 积分:1
-
evanescent_coupled_WG_Propagate
对光限制因子逐渐变大的波导进行光传输仿真(Simulation of the light transmission optical waveguide limiting factor becomes larger)
- 2013-04-24 16:49:55下载
- 积分:1