代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/312248/13614391
m my_pskmod.m
function y = my_pskmod(x , m)
%this is function for generating the phase shift keying modulation, where x
%is the signal to be modulated, and m is the type of modulation, like
%M-PSK, and m is a
www.eeworm.com/read/249486/12492756
m oqpskdemod.m
function z = oqpskdemod(y,varargin)
% OQPSKDEMOD Offset quadrature phase shift keying demodulation.
% Z = OQPSKDEMOD(Y) demodulates the complex envelope Y of an OQPSK
% modulated signal. For tw
www.eeworm.com/read/352500/10547294
asm example 2-20.asm
;Example 2 - 20. Creation of a Sine Modulated PWM Signal ASM Listing Based on TLU Using TMS320F240
;*******************************************************************
; File Name: pwm1.asm
; O
www.eeworm.com/read/419010/10889518
asm example 2-20.asm
;Example 2 - 20. Creation of a Sine Modulated PWM Signal ASM Listing Based on TLU Using TMS320F240
;*******************************************************************
; File Name: pwm1.asm
; O
www.eeworm.com/read/404153/11491057
asm example 2-20.asm
;Example 2 - 20. Creation of a Sine Modulated PWM Signal ASM Listing Based on TLU Using TMS320F240
;*******************************************************************
; File Name: pwm1.asm
; O
www.eeworm.com/read/3218/22821
asm example 2-20.asm
;Example 2 - 20. Creation of a Sine Modulated PWM Signal ASM Listing Based on TLU Using TMS320F240
;*******************************************************************
; File Name: pwm1.asm
; O
www.eeworm.com/read/424063/10502597
hlp ddemodce.hlp
ask_help_begin
DDEMODCE M-ary ASK demodulation (complex envelope).
Z = DDEMODCE(Y, Fd, Fs, METHOD, M), METHOD = 'ask', demodulates the
complex envelope of a ASK modulated signal with
www.eeworm.com/read/423100/10587563
m modulation.m
function y = modulation(x,b,e)
% x is input bits, in the form of row vector
% y is modulated output, in the form of row vector
% b is the subcarrier bit allocation, b(i) is the number of bits all
www.eeworm.com/read/243098/12963494
m filter1.m
function [G,gabout] = gaborfilter(I,Sx,Sy,U,V);
%%%%%%%VERSION 1
%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively)
%modulated by a complex sinusoi
www.eeworm.com/read/242663/12994252
m modulation.m
function y = modulation(x,b,e)
% x is input bits, in the form of row vector
% y is modulated output, in the form of row vector
% b is the subcarrier bit allocation, b(i) is the number of bits all