MANJUNATH
NMAM INSTITUTE OF TECHNOLOGY NITTE UDUPI
Followers: 0 Following: 0
Statistik
RANG
166.741
of 295.527
REPUTATION
0
BEITRÄGE
28 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to get data from spectrum analyzer using GPIB
hello everyone, i am using spectrum analyzer through GPIB i wanna write code get the plot's ascii data into my computer u...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to plot with respect to time insted of samples
hello, i have sensor which gives voltage output based on change in radiant temperature, the plot i am doing now is voltag...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to resolve problem with wiat statement ?
i am using NI DAQ USB 6255 for data acquisition , i need to acquire the voltages from 1024 pixels so i am using "for loop " to a...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
wait statement in data acquisition is not working, what might be the reasons ?
i am using NI DAQ USB 6255 for data acquisition , i need to acquire the voltages from 1024 pixels so i am using "for loop " to ...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
does wait statment in data acquicition help to speed up the execution
hi i am using adata acquisition card to extract the voltage valoues from a sensor , the problem wat i am facing is, the tme...
etwa 12 Jahre vor | 0 Antworten | 0
0
Antwortendownsampling / reducing fft data for log plot
reduce 'samplesPerTrigger' and try plotting
etwa 12 Jahre vor | 0
gray values of pixels
use imshow(data) data i= the voltage value obtained from ur pixel output
etwa 12 Jahre vor | 0
Frage
how to use FIFO memory of DAQ
i have a DAQ which has a capability to store 4095 samples in FIFO , i want to store some data and which comes from a sensor via...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
in data acquisition start and extract data should be inside the loop or outside
i have ni DAQ card , time consumed by triggering(start(Ai)) and extracting(getdata(ai)) is too much , how can i reduce it ?? ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is this code works right to acquire data pixelwise,
ai=analoginput('nidaq',dev1); ai.inputtype=singleended; addchannel(ai.0); set(ai,samplespertrigger',5) dio=digi...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to buffer the acquired data from DAQ card and display at the end
daq used :NI USB 6255 I am using the above mentioned data acquisition card to get data from the sensor in the whole proces...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to use profiler view
i want see the process timing and how much the program is taking to execute at all stages , so i tried using profiler view and...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
to reduce te reading time of a pixel array
Hi there, I need to read all the pixels of a sensor to process later. I successfully did that too. But my doubt is, my code ta...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to find time elapsed to execute the part of a program
i have written the code to acquire data from a data acquisition card , i want know the time taken at each stages to acquire da...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to store data from a for loop
i have a for loop for i =0:1023 data =i putvalue (dio, data) start (ai); % starting analog input data1= getdata(ai)%...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is integration time
what is integration time refering to adc switches etc
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what should be the sequence of intializations(enabling of analog n digital channels) in DAQ CARDS
DAQ CARD:NI USB 6255 data should be acquired from a sensor through DAQ , Task: give a pixel address to acquire a data fro...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to store a set of voltage values in the form of matrix
i have a set of voltage values , i want to display them as a matrix of 32 by 32 size in command window .
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
store or obtainn the data in the form of matrix
hello i am using data acquisition card(NI 6255) to get the data from the thermal sensor, at present or by default i'm a...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot an image using pulsating voltage
i have a data i.e voltage values which are varying at a faster rate , how to show them as a grayscale image with 32 by 32 s...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to craete a matrix with desired elements
in case of magic(n) and rand(n) an n by n matrix is created wit magic and pseudorandom elements respectively , how i can...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to run the addressin for loop and display the values using imshow
bvdata=logical[0000000000] putvalue=(dio,bvdata) this is how i address each pixel and this is address the of 1st pixel , i ...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
using imshow i want to display the values and need to refresh after every second
for m=0:31 a=0:31 dec2bin(a) dec2bin(m) end this gives the output as follows , for every binary value of "m" i get to rea...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
for loop for binary values from 00000 to 11111
i want to enable rows of a pixel by giving logic high to them , I want write a FOR loop so that first 000000 then 10000 t...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to plot 1000 samples , one sample generating at i mili sec.
i hava data(voltage ) from which i want plot 1000 samples each generating at 1 mili second , if i use hist (data), i need t...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
WHICH INPUT CHANNEL HAS TO BE INITIALIZED , analog input CH or digital input CH for DC VOLTAGE?
HELLO, i have DC voltage(2.5V) which i want to plot using NI USB 6255, whether i should use the analog input or digital HW ch...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
creating sessiion is not working using ni-6255 any one any idea?
i'm not be able to acquire data and plot using below mentioned code for ni6255 DATA ACQUISITION card . plz any one help. ...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to get the image using imshow for variable voltages
I have used NI-6255 for extracting the variable voltages from the thermal sensor array of pixels by addressing each pixel ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
code to plot the data acquired using ni-6255
I have connected function generator to data acquisition card and i want to access the data ( signal generated by the function ge...
etwa 12 Jahre vor | 0 Antworten | 0