搜索资源列表
trajectory3
- Trajectory and Attitude Plot This function plot in the same figure the center trajectory and attitude of an aircraft.
Bode
- A Bode plot is a graph of the transfer function of a linear, time-invariant system versus frequency, plotted with a log-frequency axis, to show the system s frequency response. It is usually a combination of a Bode magnitude plot, expressing the magn
TFT240320-demo
- TFT LCD code demo HARDWARE AVR mega8,16,32 BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield. SD card File APPLICATION main.c main program. scan SD card and display BMP file on lcd. readm
FFT
- FFT频谱分析,对输入信号进行采样。取出其中一段数据,然后计算其自相关。计算结果可以通过用VisualDSP++的plot功能描绘出来。-FFT spectrum analysis, the input signal is sampled. Remove one piece of data, and then calculate the autocorrelation. The calculation results can by using VisualDSP++ plot function
fractal-use
- 分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -
probability
- probability density function plot
gui
- Generate Data to Plot This topic shows you how to generate the data to be plotted when the GUI user clicks a button. The opening function generates this data by calling MATLAB functions. The opening function, which initializes a GUI when it open
Probabilities-and-PMF
- plot the Probability Mass Function (PMF) and find probability-plot the Probability Mass Function (PMF) and find probability
ambg
- matlab画出单个模糊函数、计算并画出LFM模糊函数-Draw a single fuzzy matlab function, calculate and plot the ambiguity function LFM
Wireless-Lab-2-----Plotting-Signal-Constellations
- To plot a 16-QAM signal constellation with annotations that indicate the mapping integers to constellation points. The code uses the scatterplot function to create the plot and the text function in MATLAB to create the annotations. We follow the foll
PLOT-MATLAB
- 给出了在matlab软件中绘制常见图形的例子 二维绘图:函数绘图、数据绘图 三维绘图:曲线、曲面 分析用图:条形图、饼状图、柱状图-Gives examples of common graphics rendering software in matlab Dimensional drawing: function plotting, plotting data Three-dimensional graphics: curves, surfaces Analysis c
P3
- Perform base band QPSK modulation of a bit stream: (a) without using in-built function, (b) using in-built function. Pass it through an AWGN channel and plot SNR versus BER of the received signal.
matlab
- function [out1,out2] = humps(x) HUMPS A function used by QUADDEMO, ZERODEMO and FPLOTDEMO. Y = HUMPS(X) is a function with strong maxima near x = .3 and x = .9. [X,Y] = HUMPS(X) also returns X. With no input arguments, HUMPS uses X
Heuristic-method-for-the-Traveling-Salesman-Probl
- Heuristic method for the Traveling Salesman Problem A number of nearest neighbour tours are generated randomly selected starting points. Each tour is improved by 2-opt heuristics (pairwise exchange of edges) and the best result is selected.
HM-TSP
- Heuristic method for the Traveling Salesman Problem A number of nearest neighbour tours are generated randomly selected starting points. Each tour is improved by 2-opt heuristics (pairwise exchange of edges) and the best result is selected.
11个测试函数
- 11个测试函数和对应代码,绘制图像的代码也在,对应的图像也放里面了(There are eleven codes of test function including the codes how to plot them)
Plot the transfer function
- Plot the transfer function, the impulse response and the zeroes of the designed filter by using window method.