photo

signal


University of Maryland

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

1 Pregunta
2 Respuestas

CLASIFICACIÓN
12.689
of 300.365

REPUTACIÓN
4

CONTRIBUCIONES
1 Pregunta
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Selecting random number from martrix
one way to do it is row = randperm(10); row = row(1:5); result = your_matrix(row,:);

casi 14 años hace | 0

| aceptada

Pregunta


Generating two different frequencies with NI-DAQ 6251 Analog output
Hi, I want to use my DAQ as a function generator to generate two different frequencies continuously. A simple code like ...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Respondida
Repeat outputs with analogoutput without requiering to use putdata repetadly
set(ao_Ref,'RepeatOutput',num) where num is an integer or inf for continuous output.

casi 14 años hace | 0