-
CZTexample
线性调频Z变换用于实现频谱细化,该程序为实现CZT变换的一个简单例子。(A simple example for CZT.)
- 2013-04-09 11:01:46下载
- 积分:1
-
shuangxianxing
双线性变换法设计Butterworth滤波器。分别画出滤波前和滤波后的时域图和频谱图。(Bilinear transform design Butterworth filter. Draw the pre-filter and the filtered time-domain and frequency spectrum.)
- 2013-12-20 16:51:54下载
- 积分:1
-
Matlab1
matlab中几种常用的程序,对于熟悉matlab编程有很大帮助(some code in matlab,is useful for the new fish)
- 2011-12-21 16:26:09下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
simmm1
SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times S of intensity mu.
- 2009-05-25 16:33:40下载
- 积分:1
-
nedd
产生地震记录,利用了AVO,而且包含作图部分wigb(simulating seisdata,AVO,wigb)
- 2020-10-28 09:09:58下载
- 积分:1
-
LATTICE
(1)文档中描述了应用窗函数法和切比雪夫逼近法设计FIR滤波器的原理和过程,给出了相应的MATLAB程序。
(2)讨论了线性相位FIR滤波器的LATTICE结构实现方法,并给出了MATLAB程序((1) document describes the application of window function method and Chebyshev design of FIR filters approximation theory and the process gives the corresponding MATLAB programs. (2) discussed the linear phase FIR filter realization method LATTICE structure and gives a MATLAB program)
- 2009-11-25 22:25:25下载
- 积分:1
-
arranque_directo_losada
start up induction motor direct online
- 2011-05-04 02:07:04下载
- 积分:1
-
MLP
toi can phan mem nhan dang so lam
- 2012-05-09 17:53:53下载
- 积分:1
-
sliding
滑模经典论文a control engineer s guide to sliding mode control(Slipform classic paper a control engineer s guide to sliding mode control)
- 2007-10-23 19:32:44下载
- 积分:1