Sean Roh
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
75.271
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
How to multiply array by -1?
I want to invert all the values in the array by -1. [x,fs] = audioread('400hz.mp3']; y=-1*x; soundsc(y,fs);
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I use our own audio for this example? Also is there a way to make this real-time?
https://www.mathworks.com/help/audio/ug/active-noise-control-using-a-filtered-x-lms-fir-adaptive-filter.html
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I don't have Speedgoat, but is there a way to implement this example?
https://www.mathworks.com/help/audio/ug/active-noise-control-with-simulink.html
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Can't play sound q
clc clear close all %function [e,w]=lmsBasic(M,x,d,h); % % Input arguments: % M = learned filter length, dim 1x1 % x = in...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to convert MATLAB code to C++ or C using MATLAB Coder, but it has some errors. Can someone help me with this?
%function [e,w]=lmsBasic(M,x,d,h); % % Input arguments: % M = learned filter length, dim 1x1 % x = input signal, dim Nx1 % ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
I'm trying to convert Matlab code to C++ or C, but it has some errors. Can someone help me with this?
%function [e,w]=lmsBasic(M,x,d); % Input arguments: % M = learned filter length, dim 1x1 % x = input signal, dim Nx1 % d = d...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I implement this code to the example called Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter?
close all; clear all; % get device information dev = audiodevinfo; % create recorder object Sound = audiorecorder(44100, 16,...
casi 4 años hace | 1 respuesta | 0