Welcome![Sign In][Sign Up]
Location:
Search - simulink Q

Search list

[Other resourcerfid_model

Description: A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment, AWGN noise,DC offset,I/Q mismatch,etc.Performance of the whole system can be evaluated by changing the coding method,parameters of building blocks,and operation distance.Finally,some simulation results are presented in this paper.
Platform: | Size: 2099122 | Author: liulang | Hits:

[Communicationproject8_1_QAM

Description: 该源码是用simulink对QAM的仿真实现-the source is used Simulink right QAM Simulation
Platform: | Size: 3072 | Author: 蒋雯 | Hits:

[source in ebookqam_simulink(c)

Description: c语言仿真qam程序,希望对大家有用,程序自己写的,望修改-c qam language simulation procedures in the hope that it may be useful right, procedures themselves have written, and hopes changes
Platform: | Size: 2048 | Author: dying | Hits:

[Industry researchrfid_model

Description: A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment, AWGN noise,DC offset,I/Q mismatch,etc.Performance of the whole system can be evaluated by changing the coding method,parameters of building blocks,and operation distance.Finally,some simulation results are presented in this paper.
Platform: | Size: 2099200 | Author: liulang | Hits:

[matlabGMSKsim

Description: GMSK调制程序,采用I/Q调制,生成基带GMSK信号,供大家学习和参考!-GMSK modulation procedures, the use of I/Q modulation, to generate baseband GMSK signal for them to learn from and reference!
Platform: | Size: 9216 | Author: wujingui | Hits:

[Communication-MobileQAM_Matlab

Description: qam的matlab程序。m文件,非simulink。各个模块比较全面,希望有所帮助-qam matlab
Platform: | Size: 17408 | Author: Carlin | Hits:

[Energy industryPowerfactor

Description: 原创源码。P-Q方法的功率因数计算matlab仿真。-resource about P-Q method power factor calculation
Platform: | Size: 1024 | Author: 杨广 | Hits:

[matlabdeteminig_switching_time_svpwm

Description: this the simulation designed to know the switching time of the svpwm and the simulink model of the 6-pulse invetre and induction model with the krause d-q transformation is simulated -this is the simulation designed to know the switching time of the svpwm and the simulink model of the 6-pulse invetre and induction model with the krause d-q transformation is simulated .......
Platform: | Size: 9216 | Author: Arvind | Hits:

[matlabILC

Description: 迭代学习控制的matlab程序,m文件结合simulink实现。-Iterative Learning Control matlab program, m file with simulink realization.
Platform: | Size: 6144 | Author: 韩在天 | Hits:

[Program docqam8_nograycode

Description: An 8-QAM communications channel simulation in Simulink, constructed from a 16-QAM model and using an I,Q correlation receiver. QAM (quadrature amplitude modulation) is a method of combining two amplitude-modulated (AM) signals into a single channel, thereby doubling the effective bandwidth. QAM is used with pulse amplitude modulation (PAM) in digital systems, especially in wireless applications. In a QAM signal, there are two carriers, each having the same frequency but differing in phase by 90 degrees (one quarter of a cycle, from which the term quadrature arises). One signal is called the ‘I’ signal, and the other is called the ‘Q’ signal. Mathematically, one of the signals can be represented by a sine wave, and the other by a cosine wave. The two modulated carriers are combined at the source for transmission. At the destination, the carriers are separated, the data is extracted from each, and then the data is combined into the original modulating information. -An 8-QAM communications channel simulation in Simulink, constructed from a 16-QAM model and using an I,Q correlation receiver. QAM (quadrature amplitude modulation) is a method of combining two amplitude-modulated (AM) signals into a single channel, thereby doubling the effective bandwidth. QAM is used with pulse amplitude modulation (PAM) in digital systems, especially in wireless applications. In a QAM signal, there are two carriers, each having the same frequency but differing in phase by 90 degrees (one quarter of a cycle, from which the term quadrature arises). One signal is called the ‘I’ signal, and the other is called the ‘Q’ signal. Mathematically, one of the signals can be represented by a sine wave, and the other by a cosine wave. The two modulated carriers are combined at the source for transmission. At the destination, the carriers are separated, the data is extracted from each, and then the data is combined into the original modulating information.
Platform: | Size: 11264 | Author: Griffin Wright | Hits:

[matlabForcedPendulum

Description: This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) -This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986)
Platform: | Size: 8192 | Author: Mike Gao | Hits:

[matlabQlearningcar

Description: Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。 小车的外观模型使用了"w198406141"在本论坛的虚拟现实区发布的VR模型。-VR environment Simulink control car. There are 5 car distance sensor, can gradually learn to avoid walls and obstacles. Car used to enhance learning (Q learning), using neural networks Q function approximation. As the use of simulated annealing, the car will start when the regular crash barrier, 10 times the fundamental will no longer hit. The appearance model used car " w198406141" in this forum area of virtual reality VR model release.
Platform: | Size: 12288 | Author: gao | Hits:

[AI-NN-PRQlearningcar

Description: Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。 -VR environment Simulink control car. There are 5 car distance sensor, can gradually learn to avoid walls and obstacles. Car used to enhance learning (Q learning), using neural network Q function approximation. As the use of simulated annealing, the car in the beginning often hit obstacles, and then ,10 times later, it shouldn t happen.
Platform: | Size: 179200 | Author: zhangziyang | Hits:

[Editorre-hw-pro2

Description: This is ac to dc conversion by using simulink matlab with control q and p
Platform: | Size: 186368 | Author: lukeee | Hits:

[matlabPQ

Description: simulink风力发电机组的PQ计算模块,用于风电领域的集成模块-P&Q control
Platform: | Size: 19456 | Author: 人细微 | Hits:

[OtherWind_Turbine_Simulink

Description: This paper represents the modeling and simulation of 2 MW Direct Drive PMSG Wind energy conversion system (WECS). The modelling of wind turbine and PMSG is carried out in simulink to determine its parameter. WECS consists different components namely Wind turbine, Generator, rectifier-inverter, controller system including transformer, grid etc. The PMSG and converter model are established in the d-q model. Keywords: PMSG, WECS, Wind turbine, rectifier, inverter, MATLAB/SIMLINK, transformer, Grid
Platform: | Size: 11020288 | Author: winding | Hits:

[Static control82

Description: Control strategies for extracting the three-phase reference currents for shunt active power filters are compared, uating their performance under different source conditions with PI and Fuzzy Controllers in MATLAB/Simulink environment When the supply voltages are balanced and sinusoidal, the two control strategies are converge to the same compensation characteristics However, the supply voltages are distorted and/or un-balanced sinusoidal, these control strategies result in different degrees of compensation in harmonics. The compensation capabilities are not equivalent, with p-q control strategy unable to yield an adequate solution when source voltages are not ideal. Extensive simulations are carried out with PI controller and also with Fuzzy controller for both p-q and id-iq control strategies under different main voltages. -Control strategies for extracting the three-phase reference currents for shunt active power filters are compared, uating their performance under different source conditions with PI and Fuzzy Controllers in MATLAB/Simulink environment When the supply voltages are balanced and sinusoidal, the two control strategies are converge to the same compensation characteristics However, the supply voltages are distorted and/or un-balanced sinusoidal, these control strategies result in different degrees of compensation in harmonics. The compensation capabilities are not equivalent, with p-q control strategy unable to yield an adequate solution when source voltages are not ideal. Extensive simulations are carried out with PI controller and also with Fuzzy controller for both p-q and id-iq control strategies under different main voltages.
Platform: | Size: 1218560 | Author: shatha | Hits:

[simulation modelingsimulinkdianji

Description: 基于d-q模型的感应电动机制动仿真及分析(Simulation and analysis of induction motor braking based on d-q model)
Platform: | Size: 464896 | Author: BadBox | Hits:

[matlabQ.S PROJECT MANGEMENT

Description: tell me why i should upload this
Platform: | Size: 192512 | Author: Modern | Hits:

[Otherdroopcontrol

Description: 下垂控制就是选择与传统发电机相似的频率一次下垂特性曲线(Droop Character)作为微源的控制方式,即分别通过P/f下垂控制和Q/V下垂控制来获取稳定的频率和电压,这种控制方法对微网中的微源输出的有功功率和无功功率分别进行控制,无需机组间的通信协调,实现了微源即插即用和对等控制的目标,保证了孤岛下微电网内电力平衡和频率的统一,具有简单可靠的特点(Droop control is to choose Droop Character, which is similar to the traditional generator, as the control mode of micro-source, that is, to obtain stable frequency and voltage through P/f droop control and Q/V droop control respectively. This control method controls active power and reactive power of micro-source output in micro-grid separately, without communication coordination between units. The goal of micro-source plug-and-play and peer-to-peer control is realized, which ensures the unification of power balance and frequency in the micro-grid under isolated islands, and has the characteristics of simplicity and reliability.)
Platform: | Size: 45056 | Author: drfxxq | Hits:
« 12 »

CodeBus www.codebus.net