资源列表
[matlab例程] finalreport
说明:matlab实现的多个基础程序和报告并有流程图(1) 绘出正弦信号波形及频谱。 (2) 单极性归零(RZ)波形及其功率谱,占空比为50%。 (3) 升余弦滚降波形的眼图及其功率谱。滚降系数为0.5。发送码元取值为0、2。 (4) 最佳基带系统的Pe~Eb\No曲线,升余弦滚降系数a=0.5,取样值的偏差是Ts/4。 (5) Pe~Eb\No,升余弦滚降系数a=0.5,取样时间无偏差,但信道是多径信<dongming> 在 2025-02-02 上传 | 大小:304kb | 下载:0
[matlab例程] Helmholtz
说明:这是一类特殊的椭圆偏微分方程Helmhotz方程。该程序是用迭代法求解Helmhotz方程的。-This is a special class of elliptic partial differential equations Helmhotz. The procedure is iterative method for solving equations Helmhotz.<xutianyuan> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[matlab例程] Opt_Golden
说明:黄金搜索发也叫0.618法,该程序功能是黄金搜索算法求区间上的无约束最优化解。-Gold english-fat, also known as Law 0.618, the program features search algorithm is a golden interval for the non-constrained optimal resolve.<xutianyuan> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[matlab例程] Opt_Quadratic
说明:插值算法是一类重要的线性搜索方法,其基本思想是在搜索区间中不断用低次插值多项式来近似目标函数。该程序是用二次插值算法求区间上的无约束最优化解。-Interpolation algorithm is one important class of linear search method, its basic idea is constantly in the search interval with a low polynomial in<xutianyuan> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[matlab例程] Opt_Steepest
说明:最速下降法是一种沿着N维目标函数的负梯度方向搜索最小值的方法。该程序是用最速下降法求无约束最优化解。-Steepest descent method is an N-dimensional objective function along the negative gradient direction of the minimum search method. The program is used steepest descent m<xutianyuan> 在 2025-02-02 上传 | 大小:1kb | 下载:1
[matlab例程] Iir_bandpass_filter_design
说明:matlab IIR带通 滤波器设计 m文件 巴特沃斯,车比雪夫I,车比雪夫II,椭圆-matlab IIR band-pass Butterworth filter design m documents, vehicles Chebyshev I, car Chebyshev II, Elliptic<MONYA> 在 2025-02-02 上传 | 大小:3kb | 下载:0
[matlab例程] radon_ambiguity
说明:%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %**********************<abcde> 在 2025-02-02 上传 | 大小:1kb | 下载:0