-
牛顿拉夫逊方法
极有用的数据处理程序,方便处理实验数据,并取得数学表达式(matlab)(very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab))
- 2005-03-31 11:23:59下载
- 积分:1
-
10086
通过tems的导入,对其源码进行运行,可以自动的拨号进行通话的连接。(Through Tems of import, its source code to run, you can automatically dial the call was made)
- 2010-03-10 14:46:29下载
- 积分:1
-
cotas_carrier_recovery
美国弗州大学的讲义,用cotas环实现载波恢复(The United States notes the University of Virginia, and realize carrier recovery loop cotas)
- 2008-02-21 14:43:50下载
- 积分:1
-
RayleighFading_generation
说明: 程序实现了瑞利衰落信道的matlab仿真!给出了matlab源码程序!(The program perform the simulation of RayleighFading in matlab!the code in matlab is avalible!)
- 2010-04-21 23:17:48下载
- 积分:1
-
arithmetic.encoding
算术编码的应用实例matlab版本
1.可以对字符进行算术编码
2.开头不必制定字符串的大小
3.编码精度高,达到小数点8位以上
4.以函数的形式给出,易于调用和移值实现
5.显示界面人机交互较出色
(arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning develop the size of strings 3. Coding accuracy, reaching more than eight decimal point four. to function in the form given, easy to call and shifts to achieve 5. HCI interface shows more successful)
- 2006-12-25 22:30:25下载
- 积分:1
-
ssrwithouttcsc
The eff ect of thyristor-controlled series capacitors (TCSC) on bifurcations of subsynchronous resonance (SSR) in power system
- 2012-07-21 14:41:02下载
- 积分:1
-
cyclo_converter
cycloconverter powersim buena simulacion
- 2012-11-22 02:06:03下载
- 积分:1
-
fangxiangjiaowucha
利用延时来估计单个声源位置,并给出了改进方法和改进以后的一些参数比较。(The use of delay to estimate the location of a single sound source, and give an improved method and improved some of the parameters after comparison.)
- 2009-03-17 09:58:55下载
- 积分:1
-
matlabMwentian
基于matlab的ASK,PSK例程,比较适合初学者使用实现相关功能。信号调制。(signal modulation)
- 2013-05-03 16:45:51下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1