代码搜索:modulated

找到约 1,436 项符合「modulated」的源代码

代码结果 1,436
www.eeworm.com/read/203091/15365507

m precode.m

function [x_pre] = precode(Mt, x_mod, V, N); % [x_pre] = precode(Mt, x_mod, V, N); % % Function precodes the modulated symbols prior to sending through the IFFT module. The precoder % left-multiplies
www.eeworm.com/read/101557/15826400

m lssb_mod.m

function u=lssb_mod(m,ts,fc) % u=lssb_mod(m,ts,fc) %LSSB_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the LSSB modulated % signal. ts
www.eeworm.com/read/101557/15826407

m ussb_mod.m

function u=ussb_mod(m,ts,fc) % u=ussb_mod(m,ts,fc) %USSB_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the USSB modulated % signal. ts
www.eeworm.com/read/432925/8563654

readme

Speech equivalences: speech1_8k.pcm = tfq.roy.8k diplo1_8k.pcm = jazz_hour.8k creak1_8k.pcm = silly_items.8k modulated1_8k.pcm = NE1.mm.8k
www.eeworm.com/read/431628/8664552

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency A_m=1;
www.eeworm.com/read/287843/8665273

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. clear echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency
www.eeworm.com/read/174900/9569918

m freq_hopp_sprd_spctrm.m

% Lab 06 % WiCom_2 % By Kashif Shahzad % 01-ET-31 % 3rd July 2004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Frequency Hopping Spread Spectrum %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc clear
www.eeworm.com/read/362668/9987257

cpp m进制调制.cpp

#include #include #include #include #include "MPSK_Module.h" #define N 32 //the length of every frame #define M 16 //MPSK #define EsN0_NUM 4 #
www.eeworm.com/read/359245/10159488

m exa1_38.m

% exa1-38_tripuls_gauss_modulate_sine.m for example 1-38 % tripuls function to gauss modulated sine signal clear all; t = 0 : 1/50E3 : 10e-3; d = [0 : 1/1E3 : 10e-3 ; 0.8.^(0:10)]'; y = pulstra
www.eeworm.com/read/424063/10501489

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequen