Welcome![Sign In][Sign Up]
Location:
Search - 正弦波

Search list

[SourceCodec#生成正弦波函数的代码

Description: 使用C# 代码产生正弦波函数的代码
Platform: | Size: 55600 | Author: cherry_kaly | Hits:

[DSP program11正弦波发生器

Description: 正弦波发生器,c语言编制的DSP实验测试程序。-sine wave generator, c language DSP experimental testing procedures.
Platform: | Size: 5120 | Author: 吉一安 | Hits:

[VHDL-FPGA-Verilog用modelsim仿真一个正弦波产生程序

Description: 用modelsim仿真一个正弦波产生程序-modelsim simulation using a sine wave generated procedures
Platform: | Size: 68608 | Author: 阿乐 | Hits:

[CSharp正弦波

Description: 关于正选波的一个神有用的实例,最近才刚刚做的,变化的圆按照指定的路线进行变化运动。-being elected on a wave of useful examples of God, had only recently done, in accordance with changes in the yen on the routes designated for Change campaign.
Platform: | Size: 4096 | Author: 星空 | Hits:

[Books第4章正弦波振荡电路

Description: 模拟电子技术培训教案,第4章正弦波振荡电路.ppt-electronic simulation training lesson plans, Chapter 4 sinusoidal oscillation circuit. Ppt
Platform: | Size: 49152 | Author: 许熊晶 | Hits:

[ARM-PowerPC-ColdFire-MIPSC5000系列DSP上实现正弦波发生器

Description: C5000系列DSP上实现正弦波发生器的源代码-Source code of Sin wave generator for DSP C5000 series
Platform: | Size: 10240 | Author: 邹旭杰 | Hits:

[Other正弦波資料生成器

Description: 此程式將產生正旋波的編碼,亦給程式或電錄輸出的資料歐.-this program will have a spin wave is the coding, to the program or the information recorded output Europe.
Platform: | Size: 38912 | Author: 楊家將 | Hits:

[Other单片机产生正弦波

Description: 通过单片机产生PWM,调节参数寄存器的值,产生不同占空比的PWM信号。若占空比的变化规律是正弦的,则滤波后可得到所需正弦波形。(The PWM is generated by the microcontroller to adjust the value of the parameter register, and the PWM signals with different duty cycles are generated. If the duty cycle is sinusoidal, the sine waveform can be obtained after filtering.)
Platform: | Size: 384000 | Author: 所罗门 | Hits:

[Embeded-SCM Develop正弦波

Description: 利用DAC数模转换输出低频率正弦波 循环结构(Output sine wave using DAC digital to analog conversion)
Platform: | Size: 2870272 | Author: 青涩 | Hits:

[SCMSTM32F103ZET6任意频率正弦波+锯齿波工程

Description: STM32F103ZET6使用内部的dac产生任意频率正弦波和锯齿波的波形(The STM32F103ZET6 uses internal DAC to generate arbitrary frequency, sine, and sawtooth waveforms)
Platform: | Size: 420864 | Author: 啊啊啊飒飒 | Hits:

[SCM正弦波数据生成器

Description: 单片机SPWM控制,正弦波真值表,一个好用的软件,你值得拥有(Sine wave Singlechip)
Platform: | Size: 37888 | Author: 大坏蛋123 | Hits:

[SCMDA正弦波三角波输出测试51

Description: 通过改变单片机的DA输出电压,可以得到各种各样的电压波形输出,下面介绍产生正弦波形需送DA的数据是如何计算的。 首先既然是正弦波,那么就要确定要输出一个周期正弦波的采样点数point,即由多少点组成了一周期的正弦波,还要知道单片机输出DA的数字值maxnum是多少,比如 8位DA,maxnum=256。10位DA,maxnum=1024。 知道以上两个值后,就开始计算需要得到的正弦波DA数据了,我设置一个正弦波由61个点组成,所选DA最大数字输入值为1024,那么我的正弦波数据数组就有61个数据,即sin_tab[61],也就是把一个正弦波360度,分成了61份,那么每份就是360÷61=5.901度,这样就可以计算出61点中每个点对应的角度值jiaodu,有了角度值就可以算出来角度对应的正弦值,利用正弦值和输出DA的数字值maxnum,就可以计算出对应DA输入的数值了。 在51单片机运行了以下函数,DA输出波形完美,验证产生的DA数据无误。(By changing the DA output voltage of the microcontroller, we can get all kinds of voltage waveform output. The following describes how to generate the sinusoidal waveform and how to calculate the data needed to send DA. First, since it is a sine wave, so it is necessary to determine a cycle of sine wave output from point sampling points, how many points form a cycle of a sine wave, but also know the output of DA singlechip digital value number is maxnum, for example 8 bit DA, maxnum=256. 10 bit DA, maxnum=1024. Sin_tab= (maxnum/2) *sin (x) + (maxnum/2); / / I x on behalf of a point for a corresponding angle radian angle radian = * (n /180); / / DA (maxnum/2) at the)
Platform: | Size: 72704 | Author: 创客1992 | Hits:

[Embeded-SCM DevelopDAC—输出正弦波

Description: 利用DAC实现正弦波输出,正弦波数据在数组内部,用数学工具生成(Using DAC to realize sine wave output)
Platform: | Size: 3268608 | Author: 一个字 | Hits:

[Communication-Mobile虚拟声卡正玄波信号发生器

Description: 虚拟示波器,毕业设计,正弦波信号发生器,字数补丁(Graduation project for Sine wave signal generator base on Virtual oscilloscope.)
Platform: | Size: 305152 | Author: pursuit | Hits:

[LabView动态正弦波

Description: 利用仿真信号产生动态的正弦波,方便不错。(Generate dynamic sine waves using simulated signals)
Platform: | Size: 23552 | Author: 小猫1 | Hits:

[hardware designAD9850正弦波程序

Description: AD9850正弦波程序-昆特管频率信号发生器(AD9850 sine wave signal generator program - Kuhnt tube)
Platform: | Size: 461824 | Author: 云飞2008 | Hits:

[Other正弦波数据生成器 V1.0 绿色免费版

Description: 正弦波数据生成器,Sine wave data generator(Sine wave data generator)
Platform: | Size: 39936 | Author: pengjunjun0807@163.c | Hits:

[Embeded-SCM Develop基于STM32正弦波逆变器设计

Description: STM32的正弦波逆变器资料,内置pcb原理图和pdf概要(data of STM32 sinusoidal inverter)
Platform: | Size: 10574848 | Author: sun_tgl | Hits:

[SCM正弦波逆变器

Description: 该资料为正弦波逆变器的相关设计方案,包括原理图和PCB设计(This information is a sine wave inverter design scheme, including schematic diagram and PCB design.)
Platform: | Size: 9351168 | Author: dongshao | Hits:

[Other基于STM32正弦波逆变器设计

Description: 基于STM32正弦波逆变器设计,设计逆变器的一些有用文件(sinusoid; sinusoidal wave; sine wavenverter; dc-to-ac converter; dc-to-ac inverter)
Platform: | Size: 21799936 | Author: hanhua1379 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net