搜索资源列表
piecewise_eval
- LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monoto
单频脉冲
- 单频脉冲 close all;clear all;clc; x=-5:0.05:5; y=-1:0.05:1; [X,Y]=meshgrid(x,y); T=5; b=pi*Y.*(T-abs(X))+eps; c=((sin(b).*(T-abs(X)))./(T*b)); Z=abs(c); surf(X,Y,Z),title('单载频矩形脉冲信号模糊图'),xlabel('时间'),ylabel('频率');
ding
- 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合
mesh_merge
- 将不同的有限元网格合并成一套,利用之进行数值计算-merge meshgrid
meshgrid_method
- meshgrid method in matlab
mandelbrot
- This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+
li9_23
- clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型
meshgrid
- meshgrid,gradient和quiver的基本用法,meshgrid,gradient和quiver的基本用法-meshgrid, gradient and the quiver of the basic usage, meshgrid, gradient, and basic use of quiver
matlab99999999
- 各种matlab代码,实现各种功能,供查阅者参考,熟悉matlab软件的使用-x=linspace(0,1,21) y=linspace(0,1,21) [X,Y]=meshgrid(x,y) z=(X.*Y)./(X+Y) meshc(X,Y,z)
Griddata
- griddata 3D meshgrid
mesh_test
- how to plot using fuction "meshgrid", "mesh"
meshgrid-and-other-plot-commands
- matlab中meshgrid命令的详解,以及plot3、mesh、surf、surfc、surfl、waterfall等命令的用法-The explanation of meshgrid command in matlab, and the usage of plot3, mesh, surf, surfc, surfl, waterfall and other commands
wanggehua2
- 用于高度计数据的绘图和网格化处理,利用matlab本身meshgrid函数-For altimeter data mapping and gridding processing
chap10
- 利用matlab采用meshgrid函数进行三维图形绘制,颜色、坐标轴都可以设置-based on matlab software to map 3D picture,the color can be altered
plot3d
- plot 3d with matlab with this code you can plot a surface with matlab functions: meshgrid, zeros, rastriginsfcn, meshc, xlabel, ylabel, zlabel, clear, clc
meshgrid
- mesh grid with output
dftuv
- 计算网格距离,以此来进行频率域下的滤波。- DFTUV Computes meshgrid(网格数组) frequency matrices(频率矩阵). [U,V]=DFTUV(M,N) computes meshgrid frequency matrices U and V.U and V are useful for computing frequency-domain(频率域) filter(滤波) funcitions that can be used with
meshgrid
- 相信很多人为画三元隐函数曲面头疼不已,程序给出了一种三元隐函数曲面的画法,供参考-I believe a lot of people draw three yuan implicit surface headache, the program gives a Ternary implicit surface of the painting, for reference
MUSIC_based_on_UCA_S3_1
- 均匀圆阵的二维music算法,有两个信号,采用meshgrid画图-Uniform circular array music algorithm, there are two signals, using meshgrid drawing
heart
- 通过matlab画出心形的图案,压缩包包含3个代码,形成立体的彩色心形图案,且颜色可替换。-matlab heart meshgrid