-
Shannon
随机产生一个信源概率空间,并对其进行香农编码,输出码长和编码(shannon coding)
- 2014-12-22 21:01:05下载
- 积分:1
-
VBMatlab
在简要介绍 Matlab软件的基础上 ,重点分析了 Matlab和 V B混合编程的方法讨论(This paper introduces Matlab software, analyzes applications of Matlab and VB programming with signal analysis and processing)
- 2009-10-19 11:44:44下载
- 积分:1
-
Lorenz
说明: 在matlab中画Lorenz吸引子的源代码(Lorenz attactor)
- 2010-04-22 11:09:01下载
- 积分:1
-
2660
这是关于MATlab的一个PDF文档,这个文档清晰的给出了 Matlab的使用方法
(This is on the Matlab a PDF document, the document gives a clear use of Matlab)
- 2008-07-31 11:24:51下载
- 积分:1
-
sysidjob4
该程序涉及了M序列的生成,以及相关辨识法的基本实现和概念。(The procedure involves the M-sequence generation, as well as the basic realization of the identification method and concepts.)
- 2012-06-09 17:16:34下载
- 积分:1
-
char_string
举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;(Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type )
- 2013-01-17 12:01:26下载
- 积分:1
-
VC-a-MATLAB-programming-in-SAR
VC与MATLAB混合编程,可以用于SAR图像处理(VC mixed with the MATLAB programming, which can be used for SAR image processing)
- 2013-12-18 20:26:20下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
daima
一共5个代码,其中aufgabe和lms的功能是输入一个脉冲信号,根据不同的系统参数,得出输出信号。 cordic是一个算角度旋转的方法。 gray和graydecode是输入一个数字,对应输出每次只变一位的2进制输出信号。 因为我还是个学生,可能代码比较简单,希望站长谅解,谢谢!我真心希望能够成为该站的一员,学习到有用的知识。(A total of five codes, which aufgabe and lms function is a pulse input signal, depending on the system parameters, derived output signal. cordic is a rotation angle calculation method. gray and graydecode is to enter a number, corresponding to a time become an output of two binary output signals. Because I was a student, you may code for relatively simple hope that owners understand, thank you! I really hope to be a member of the station, to learn useful knowledge.)
- 2009-12-07 07:37:10下载
- 积分:1