-
Huffman_Node
解决霍夫曼树的编码问题,二进制和十进制数可以相互转换(Huffman coding problem solving tree, binary and decimal numbers can be converted to each other.)
- 2015-01-05 16:53:21下载
- 积分:1
-
ap5
基于MATLAB的IIR滤波器设计,用MATLAB语言进行编程,供滤波器设计者参考(Based on the MATLAB IIR filter designing, MATLAB programming language, for filter designers)
- 2010-11-27 11:10:41下载
- 积分:1
-
QFFT
全相位离散频谱校正的matlab程序,能得到多频率信号的频率,幅值,相位。(All Phase discrete spectrum correction matlab program, to get multi-frequency signal frequency, amplitude and phase.)
- 2015-01-18 23:59:22下载
- 积分:1
-
Untitled
matlab绘制阵列正六边形。采用坐标方法。(Draw a regular hexagon array matlab. Using coordinate methods.)
- 2021-01-04 20:48:55下载
- 积分:1
-
yxyt0004
用c++编的matlabI型样条程序,都是老师布置的数值分析作业!希望和大家交流.谢谢网站提供这个平台!(use c-series matlabI kind of procedure, Layout of the teachers are numerical analysis operations. We hope and exchanges. Thank you for providing this platform!)
- 2006-10-15 20:04:14下载
- 积分:1
-
xuliehao
说明: 本程序介绍如何产生序列号,编译运行后,zhuceji程序为客户使用,上面一个编辑框的好吗是顾客号,供应商使用jiemishou升序(the procedures on how to have a serial number, translation operation, zhuceji procedures for customer use, an edit box above the okay customers, suppliers use jiemishou ascending)
- 2006-04-08 11:31:27下载
- 积分:1
-
AACEncode
This program compress audio to AAC encoding format .
It is developed by visual studio 2010.
And written language C++.
- 2014-01-15 09:38:26下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
cqicm
基于欧几里得距离的聚类分析,插值与拟合的matlab实现,实现六自由度运动学逆解算法。( Clustering analysis based on Euclidean distance, Interpolation and fitting matlab implementation, Six degrees of freedom to achieve inverse kinematics algorithm.)
- 2017-04-17 15:03:40下载
- 积分:1
-
02
说明: 一些有关最优控制理论的控制实例程序集和仿真 (Control instance assembly of the optimal control theory and simulation)
- 2012-06-11 16:31:22下载
- 积分:1