-
matlabcode
matlab code of wireless comunication
- 2010-08-23 11:01:17下载
- 积分:1
-
Flower
用matlab实现画彩色花朵的动画,对初学matlab的同学能有帮助。(Using matlab to achieve colored flowers painted animation, matlab for beginner students can help.)
- 2011-10-30 22:04:17下载
- 积分:1
-
HaarWare
基于哈小波的图像稀疏分解与重构。并进行MATLAB仿真。图像为经典lena图像(Image sparse decomposition and reconstruction based on wavelet. And the MATLAB simulation. The classic image to Lena image)
- 2015-04-08 12:05:05下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
Project20
this is a matlab destination robo using simulink ... there is a demo of how to do it ,, read it and do it yourself have fun
- 2011-05-19 19:18:42下载
- 积分:1
-
FIRFILTERDESIGN
N=11,41,81,121时,用矩形窗设计一个低通FIR滤波器,其剪切频率wc=0.3л(N = 11,41,81,121, the rectangular window design with a low-pass FIR filter, its cut frequencies wc = 0.3л)
- 2010-03-08 13:33:09下载
- 积分:1
-
MATLAB2011couse
本书使用简单易行的风格,一开始介绍了
MATLAB基础,你将学习到如何绘制图象,求解
代数方程及计算积分,也将学习到如何求解微分
方程,求 ODE 的数值解,使用特殊函数等。本书
含有几百个例子及其详细解答过程,章末带有习
题,书末还带最终测试题目,一句话,本书给予
你的是MATLAB精华。
本自学指导书提供了:
上手MATLAB的最快方法
几百个带有解答过程的工作实例
覆盖了MATLAB7
每章章末配有习题,提高学习质量,
查漏补缺。
书末附有最终测试题
为学习和工作节省时间提高效率
《MATLAB揭秘》对初学者很容易,对高手有挑战性,是通往精确计算的捷径。 (This book uses simple style, the beginning describes the
MATLAB-based, you will learn how to draw images, solving
Algebraic equations and calculating the integral will also learn how to solve differential
Equation, find the numerical solution of ODE, the use of special functions and so on. Book
Contains hundreds of examples and detailed answers to the process of learning with the end of Chapter
Questions, end of the book is also the final test with the subject, in a word, give the book
MATLAB is your essence.
This book provides a self-study guide:
The fastest way to get started MATLAB
hundreds of examples of the work process with a solution
covered MATLAB7
chapter at the end of each chapter with exercises to improve the quality of learning,
You may say.
end of the book with a final test questions
to study and work to save time and improve efficiency
"MATLAB Secret" is very easy for beginners, challengin)
- 2011-07-29 00:45:54下载
- 积分:1
-
jiaozhiliu
半定规划内点法数据整理交直流系统统一无功优化算法,系数矩阵的确定。(Interior point method for semidefinite programming data collation AC and DC systems unified reactive power optimization algorithm to determine the coefficient matrix.)
- 2013-10-17 21:29:09下载
- 积分:1
-
TransformatingTheZernikeCoefficients
用于计算Zernike多项式系数在缩放、偏心、旋转后的值(Calculating the values of Zernike polynomial coefficients after scaling, eccentricity and rotation)
- 2020-06-23 04:40:02下载
- 积分:1
-
MATLAB
Hdb3码及其功率谱密度法 (Partial least squares)
- 2010-11-08 23:25:23下载
- 积分:1