Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
178.970
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.926
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.172
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I am doing dtmfe i need a time delay between each of the 8 numbers, the figure i get is without delay, i need it to be like the second picture
y = []; for i = 1:8 [y1 Fs] = audioread(strcat('Key',int2str(i),'.wav')); y = [y; y1]; end %I need to de...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to add delay
function [dtmf_output] = Key_generator(dial_num) % % Function to generate the DTMF signals % % % Inputs: ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements (8000).
Error in autodecoder_freq (line 35) x = [signal(950:1450), signal(2100:2600), signal(3150:3650), signal(4200:4700), signal(5250...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Warning: Integer operands are required for colon operator when used as index.
Ak=2*abs(fft(V2))/length(V2);Ak(1)=Ak(1)/2; f=[0:1:(length(V2)-1)/2]*Fs/length(V2); figure(); plot(f,Ak(1:(length(V2)+1)/...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I fix this? Warning: Data clipped when writing file. > In audiowrite>clipInputData (line 407) In audiowrite (line 187) In generator (line 100)
function [dtmf_output] = generator(dial_num) % % Function to generate the DTMF signals % % Author: Pranam Jan...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to fix this errot
Cannot find an exact (case-sensitive) match for 'GUI' The closest match is: gui in C:\Users\mmahi\Desktop\Spring 2021\Signal ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot (V2_1,V2_2,V2_3 ) in one figure?
cosphi = 0.8; sinphi=0.6; cosphi_1=1; sinphi_1=0; E2 = 250; Req = 0.09375; Xeq = 0.375; for I2=1:40; V...
casi 5 años hace | 0 respuestas | 0
