Welcome![Sign In][Sign Up]
Location:
Search - sin graph

Search list

[GUI Developdraw-sin-graph

Description: 一个使用VB完成的函数曲线绘图小程序,可以实现基本的三角函数绘制,如正弦,余弦,正切等-a VB completed mapping function curves small programs, can achieve a basic trigonometry mapping, such as sine, cosine, tangent, etc.
Platform: | Size: 1024 | Author: 杨沧海 | Hits:

[Graph DrawingSin(sin)

Description: 输出正弦波,其频率和振幅可调,通过该例子读者也可以编写余弦函数的输出波形-sine wave output, adjustable frequency and amplitude, through which readers can also examples of the preparation of the cosine wave output
Platform: | Size: 26624 | Author: mxp | Hits:

[Graph Drawing2_sinc_func_23908754

Description: 一个简单的用opengl绘制sin曲线的例子,教学用-A simple sin curve rendering using opengl example, teaching
Platform: | Size: 163840 | Author: joyce | Hits:

[.netsin

Description: 实现正弦波的傅里叶变换,并且画图 频谱图-The realization of the Fourier sine transform, and spectral graph drawing
Platform: | Size: 7168 | Author: 王巍 | Hits:

[J2MEcalculator-src

Description: Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here. - Notes * Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command. * Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error. * It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function sum(x)=x>0?x+sum(x-1):0 Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator. * All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen
Platform: | Size: 245760 | Author: tang | Hits:

[2D Graphicthree

Description: The program executes the construction of the graph of function of x+sin(x). Based on the element of Canvas.
Platform: | Size: 223232 | Author: evgeniuss07 | Hits:

[Communication-Mobilepcm

Description: 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列 编码:以上述信号为例,实现A律的13折线近似法及国际标准PCM对数A律量化编码。-Pulse code modulation (PCM) to achieve PCM technology programming three processes: sampling, quantization and coding. Sample: low-pass continuous signal sampling to x = sin (200* t) m = x./(200* t) m = m.* m an example low-pass sampling theorem, draw the signal, frequency graphics bandpass sampling continuous signals to x = sin (20* t) m = x./t an example bandpass sampling theorem, draw the signal, frequency graph. Quantization: uniform quantization, in order to realize the magnitude of sinusoidal signal as an example for the 64 level uniform quantization non-uniform quantization, input A law PCM encoder sine signal, the sampling sequence, to be PCM encoded, the encoder is given The output code sequence Code: A Case Study of the signal to achieve the 13 A line approximation law and international standards on the number of A law PCM coding quantization.
Platform: | Size: 2048 | Author: 马芳 | Hits:

[Othersin

Description: windows编程,实现三角函数,并可以做出图线,基本知识。-windows programming, trigonometric functions, and can make graph line, the basics.
Platform: | Size: 2855936 | Author: 张乐 | Hits:

[JSP/Javasine

Description: 用Applet程序中实现绘制三角函数sin(x)当x∈[-π,+π]的曲线图形,其中xi=xi-1+△x,△x=0.05-Applet program used to implement mapping trigonometric sin (x) when x ∈ [-π,+ π] of the curve graph, where xi = xi-1+ △ x, △ x = 0.05
Platform: | Size: 3072 | Author: 山东 | Hits:

[Special Effectsdrawpen

Description: 完整的C++6.0代码,可以画基本图形甚至正弦曲线,有7种颜色可以设置-a whole project of C++ 6.0.you can draw basic graph,and even sin.there are 7 colors you can choose.
Platform: | Size: 4485120 | Author: 琨琨 | Hits:

[WaveletMyVC5_1

Description: 输出正弦函数图形,余弦函数图形,和正余弦乘积函数图形,-Outout sin()Function graph and cos() Function graph ,and sin*cos Function graph
Platform: | Size: 7647232 | Author: 徐海中 | Hits:

[Algorithmsine-cosine

Description: print graph for sin cosin
Platform: | Size: 284672 | Author: masood | Hits:

[OS programsin(x)

Description: 界面画出sin(x)的曲线 opengl-Interface to draw a graph of sin (x) opengl mfc
Platform: | Size: 3644416 | Author: | Hits:

[DSP programADSP

Description:   设x(n) = x1(n) + x2(n),x1(n)是窄带信号,定义为x1(n) = sin(0.05πn +φ),φ是在[0, 2π)区间上均匀分布的随机相位。x2(n)是宽带信号,它由一个零均值、方差为1的白噪声信号e(n)激励一个线性滤波器而产生,其差分方程为x2(n) = e(n) + 2e(n-1) + e(n-2)。   (1)计算x1(n)和x2(n)各自的自相关函数,并画出其函数图形。据此选择合适的延时,以实现谱线增强。   (2)产生一个x(n)序列。选择合适的μ值。让x(n)通过谱线增强器。画出输出信号y(n)和误差信号e(n)的波形,并分别与x1(n)和x2(n)进行比较。-Let x (n) = x1 (n)+ x2 (n), x1 (n) is a narrowband signal, is defined as x1 (n) = sin (0.05πn+φ), φ is in [0, 2π) uniformly distributed interval random phase. x2 (n) is a wideband signal, which consists of a zero mean and variance of a white noise signal e (n) incentive to produce a linear filter, and its differential equation is x2 (n) = e (n)+ 2e (n-1)+ e (n-2). (1) Calculation x1 (n) and x2 (n) each of the autocorrelation function and draw the graph of a function. Accordingly appropriate delay, in order to achieve line enhancement. (2) generating a x (n) sequences. Select the appropriate μ values. Let x (n) through line enhancer. Draw the output signal y (n) and the error signal e (n) of the waveform, respectively, and x1 (n) and x2 (n) for comparison.
Platform: | Size: 96256 | Author: liang | Hits:

[2D GraphicSINGRAPH

Description: Program to generate Sin Graph.
Platform: | Size: 2048 | Author: Disham | Hits:

[File Formatmatlab

Description: 编写M文件,创建如下图形窗口,分别绘制如下图所示的曲线。 (1)曲线y=sin(t)sin(9t),要求采用红色,点线。横坐标取值范围[0~ ],标注x轴、y轴并加标题。 (2)一组余弦曲线,其振幅分别为0.4,0.6和0.8。横坐标取值范围[0~2 ]。添加图例与标题。进入图形编辑状态,调整图例的位置。 (3)分别绘制peaks函数的曲面图和网格线图。对曲面图做平滑处理,并添加标题与colorbar。 -Write M file, create the following graphics window, curves were plotted as shown below. (A) the curve y = sin (t) sin (9t), require the use of a red dotted line. The abscissa in the range [0 ~  ], labeled x-axis, y-axis and a title. (2) a set of a cosine curve, and the amplitude was 0.4, 0.6, 0.8. Abscissa value range [0 ~ 2  ]. Add a legend and title. Into the graphical editing mode, adjust the position of the legend. (3) were drawn surface chart peaks function and grid line graph. Surface charts do for smoothing and add titles and colorbar.
Platform: | Size: 3072 | Author: tx | Hits:

[matlabmenu-matlab

Description: create menu in matlab graph sin cos
Platform: | Size: 1024 | Author: Coming | Hits:

[Consolesin-cos-tan-graf

Description: this a simple graph of sin , cos , tan with set text color function that developed in visual studio.-this is a simple graph of sin , cos , tan with set text color function that developed in visual studio.
Platform: | Size: 1024 | Author: mkr | Hits:

[matlabfft-computing-sin-cos-FIG.

Description: fft计算sin_cos图,有代码和仿真效果图,体验fft和频谱特性-fft calculation sin_cos graph, code and simulation renderings, experience fft and spectral characteristics
Platform: | Size: 278528 | Author: wq | Hits:

[Otherex

Description: 对sin(x)进行泰勒展开,然后级数前N项和进行拟合,在图形上显示拟合函数与原函数进行对比。误差很小-For sin (x) Taylor expansion, then the first N series and fitting items displayed on the graph function fitting contrast to the original function. Error is small
Platform: | Size: 253952 | Author: 曹艳青 | Hits:
« 12 »

CodeBus www.codebus.net